docs: add cross-repo automation playbook reference
This commit is contained in:
parent
dbe3988284
commit
d12c5bfa02
11
AGENTS.md
11
AGENTS.md
@ -255,3 +255,14 @@ cd mobile && npm test # 23 Vitest tests
|
||||
| `notes.relationships.link` | Create typed relationship between notes | admin |
|
||||
| `notes.tasks.extract` | Extract tasks from note body | admin |
|
||||
| `notes.artifacts.attach` | Attach artifact to a note | admin |
|
||||
|
||||
|
||||
---
|
||||
|
||||
## Cross-Repo Automation
|
||||
|
||||
For periodic maintenance tasks that span all ByteLyst repos (test audits, coverage gaps, dependency checks, secret scans, typecheck sweeps), see the **Coding Agent Automation Playbook**:
|
||||
|
||||
> [`../learning_ai_common_plat/docs/devops/CODING_AGENT_AUTOMATION_PLAYBOOK.md`](../learning_ai_common_plat/docs/devops/CODING_AGENT_AUTOMATION_PLAYBOOK.md)
|
||||
|
||||
Key tasks: workspace hygiene sweep, cross-repo test suite, backend/web coverage gap analysis, TypeScript typecheck sweep, dependency health check, secret scan, code quality audit, AGENTS.md consistency check.
|
||||
|
||||
@ -29,3 +29,10 @@
|
||||
```bash
|
||||
cd backend && npm test && npm run typecheck && npm run build
|
||||
```
|
||||
|
||||
|
||||
---
|
||||
|
||||
## Cross-Repo Automation
|
||||
|
||||
See [`../learning_ai_common_plat/docs/devops/CODING_AGENT_AUTOMATION_PLAYBOOK.md`](../learning_ai_common_plat/docs/devops/CODING_AGENT_AUTOMATION_PLAYBOOK.md) for periodic maintenance tasks: test audits, coverage gaps, dependency checks, secret scans, typecheck sweeps.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user