You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ Before opening or updating a PR, run the checks that mirror the common required
83
83
- Run `just typecheck` in addition to targeted `ruff` and `pytest` commands when tests were added or changed.
84
84
- Sign commits with `git commit -s` so DCO passes. If a PR branch already has unsigned commits, rewrite the branch with signed-off commits before asking for review.
85
85
- Use a semantic PR title accepted by `.github/workflows/pr-title.yml`: `type(scope): summary`.
86
-
- Use one of the allowed scopes: `core`, `cli`, `api`, `mcp`, `sync`, `ui`, `deps`, `installer`, `plugins`, `skills`, `integrations`.
86
+
- Use one of the allowed scopes: `core`, `cli`, `api`, `mcp`, `sync`, `ui`, `ci`, `deps`, `installer`, `plugins`, `skills`, `integrations`.
87
87
88
88
### Test Structure
89
89
@@ -506,7 +506,7 @@ With GitHub integration, the development workflow includes:
506
506
5.**Code Commits**: ALWAYS sign off commits with `git commit -s`
507
507
6.**Pull Request Titles**: PR titles must follow the semantic format enforced by `.github/workflows/pr-title.yml`: `type(scope): summary`
This level of integration represents a new paradigm in AI-human collaboration, where the AI assistant becomes a full-fledged team member rather than just a tool for generating code snippets.
0 commit comments