Commit Graph

5 Commits

Author SHA1 Message Date
Nathan 🔶 Tarbert c84e2166bc docs(git): require branching from up-to-date origin/main
Add a rule to .claude/docs/git.md to fetch and branch off origin/main
(not stale local main) before starting work, with the worktree
equivalent and the rebase recovery command for an already-stale branch.
Prevents PRs from being based on an old commit.
2026-06-23 17:22:07 -04:00
Atai Barkai 51df081bd5 docs: commit-as-you-go and draft-PR-up-front conventions
Every meaningful unit of work gets its own pushed commit; a draft PR
opens on the first commit of a branch and flips to ready only on the
developer's say-so.
2026-06-10 10:46:08 -07:00
Tyler Slaton 96885b5959 refactor: consolidate V1/V2 packages into flat @copilotkit/* structure
Flatten all packages from packages/v1/* and packages/v2/* into packages/* —
every package now lives directly under the @copilotkit/ scope with no v1/v2
subdirectories.

- Move all v1 packages (react-core, react-ui, runtime, shared, etc.) from
  packages/v1/* to packages/*
- Absorb v2 react code into packages/react-core/src/v2/ (exported via /v2 subpath)
- Absorb v2 agent code into packages/runtime/src/agent/ (exported via /v2 subpath)
- Move v2 packages (core, angular, demo-agents, etc.) to packages/*
- Replace all @copilotkitnext/* imports with @copilotkit/* equivalents
- Keep @copilotkitnext/angular as the sole exception (angular remains on next)
- Update CI workflows, renovate config, release scripts for flat structure
- No public API surface changes — all exports fields are preserved

Co-authored-by: Alem Tuzlak <t.zlak@hotmail.com>
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
2026-03-28 16:45:10 -07:00
Alem Tuzlak 09572f7a37 docs: add commit grouping convention to git guidelines
Commits should be grouped by area of concern when committing batches
of changes, with related file moves included in the same commit.
2026-03-13 14:22:52 +01:00
Alem Tuzlak 9bd041888e docs: refactor AGENTS.md and CLAUDE.md with progressive disclosure (#3259)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 18:15:52 +01:00