Commit Graph

22 Commits

Author SHA1 Message Date
deepshekhardas bc0cea234a docs: fix missing space in CONTRIBUTING heading 2026-08-25 12:09:23 +05:30
CRDong233 58e049b58e docs(contributing): fix documentation typo 2026-08-17 22:46:18 +08:00
Benjamin Taylor b77ebb435f chore: stop changeset files from reappearing in PRs
The repo migrated off @changesets/* to conventional-commit-driven releases
(scripts/release/ reads commit subjects from git log <lastTag>..HEAD), but
.changeset/ has been removed twice already (5afa55f067, 1e5ba689e0) and five
open PRs currently carry changeset files again. Two mechanisms keep feeding it:
contributor forks whose default branch still has the pre-cleanup .changeset/
debris, and plain convention inference — the repo reads as a Changesets repo
(pnpm monorepo, Changesets-formatted CHANGELOG.md files, "chore: release" PRs)
and nothing anywhere said otherwise.

- CONTRIBUTING.md: explain that we used Changesets, what replaced it, and what
  to do instead (a good conventional commit subject).
- AGENTS.md / CLAUDE.md: same rule for coding agents, which author most of
  these PRs and don't read CONTRIBUTING.md.
- static / check binaries: fail on added .changeset/* files, so this stops
  depending on review catching it. Filters on added/modified only, so a PR
  that deletes stale changesets still passes.
- .oxfmtrc.json: drop the ignore entry for the long-gone vendored
  .github/actions/changesets-action, a stale "we use changesets" signal.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-05 14:15:44 -05:00
Sam Julien 4c311ac3fb chore(docs): add shell-docs symlink 2026-06-18 14:54:25 -07:00
Sam Julien 33a79485b6 chore(docs): remove retired docs app 2026-06-18 10:54:16 -07:00
Sam Julien 69673f2ea7 docs: route all documentation authoring to shell-docs
The top-level docs/ app is retired but nothing said so, and two
instruction surfaces still pointed contributors there. Establish a
single canonical rule and reduce the other surfaces to pointers.

- Add .claude/docs/documentation.md as the source of truth: CopilotKit
  docs are authored in showcase/shell-docs/src/content/; the top-level
  docs/ folder is retired; AG-UI protocol docs are authored upstream in
  ag-ui-protocol/ag-ui and mirrored here.
- CLAUDE.md: add an Essentials rule and a Reference link.
- docs/README.md: replace boilerplate with a retired/STOP banner.
- .claude/docs/hooks.md: fix the stale /docs pointer; document that a
  hook's API reference page lives in reference/hooks/ and that v2
  reference nav is generated from frontmatter (no meta.json).
- CONTRIBUTING.md: add a two-domain documentation section.
2026-06-03 10:04:56 -07:00
Alem Tuzlak 98ed92c4ef Feat/speed up build system (#3213) 2026-02-17 18:34:26 +01:00
Alem Tuzlak 7cd968d6a6 refactor: migrate from Turborepo to Nx for task management (#3207) 2026-02-13 16:53:35 +01:00
Alem Tuzlak 7b838547a9 feat: re-architeture the monorepo setup (#3187) 2026-02-13 11:01:44 +01:00
Markus Ecker 036d5412cc refactor!: restructure repo for v1.x and add v2.x (#2794)
- Move original CopilotKit/CopilotKit directory to src/v1.x
- Introduce new v2 interfaces in src/v2.x
- Align CI paths and preview environments to new layout

Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
Co-authored-by: Ran Shemtov <ran@copilotkit.ai>
Co-authored-by: Brandon McConnell <brandon@dreamthinkbuild.com>
Co-authored-by: Mike Ryan <mike.ryan52@gmail.com>
2025-12-18 13:09:14 -05:00
Brandon McConnell d6a6c89d98 feat: add Microsoft Agent Framework to integrations docs (#2680)
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
Co-authored-by: Tyler Slaton <tyler@copilotkit.ai>
2025-11-07 18:16:54 -05:00
Max Korp 398adf3fd0 Add warning to contributing.md and pr template about doing significant work without checking first 2025-10-13 17:19:30 -07:00
Maksim Kachurin ce22bd7265 fix(react-textarea): CopilotTextarea bugs 2025-05-27 06:22:46 -07:00
Savar Bhasin b045083350 docs: fix docs link in contributing.md (#1226) 2025-01-24 09:29:05 -05:00
Shivam Gupta 7a6a6aa8a4 Update CONTRIBUTING.md
Co-authored-by: Md Amaan <114795592+Redidacove@users.noreply.github.com>
2024-10-07 14:22:10 +05:30
Shivam Gupta 24443843be Update CONTRIBUTING.md
Co-authored-by: Md Amaan <114795592+Redidacove@users.noreply.github.com>
2024-10-07 14:21:55 +05:30
Shivam Gupta 722eec65e7 Update CONTRIBUTING.md
Co-authored-by: Md Amaan <114795592+Redidacove@users.noreply.github.com>
2024-10-07 14:21:35 +05:30
Shivam Gupta 77471defe1 Update CONTRIBUTING.md 2024-10-07 14:20:37 +05:30
Shivam Gupta 47fd1ccb6c Update CONTRIBUTING.md
Co-authored-by: Md Amaan <114795592+Redidacove@users.noreply.github.com>
2024-10-07 14:18:44 +05:30
Shivam Gupta 28625d1e59 Updated CONTRIBUTING.md 2024-10-07 14:17:31 +05:30
Shivam Gupta 28a87216d8 Updated CONTRIBUTING.md
Linked CODE_OF_CONDUCT.md
2024-10-03 19:48:13 +05:30
Shivam Gupta 8ceef56f9e Added CONTRIBUTING.md 2024-10-03 12:10:03 +05:30