docs: add cross-repo automation playbook reference
This commit is contained in:
parent
995cdb8e7d
commit
7a1be12ef5
11
AGENTS.md
11
AGENTS.md
@ -307,3 +307,14 @@ cd backend && npm test # 130 Vitest tests
|
|||||||
3. **iOS targets** — 4 targets share `Shared/` folder: ChronoMind (iOS), ChronoMindWatch, ChronoMindMac, ChronoMindWidgets
|
3. **iOS targets** — 4 targets share `Shared/` folder: ChronoMind (iOS), ChronoMindWatch, ChronoMindMac, ChronoMindWidgets
|
||||||
4. **Android Hilt** — All new `@Singleton` classes must be provided in `AppModule.kt`
|
4. **Android Hilt** — All new `@Singleton` classes must be provided in `AppModule.kt`
|
||||||
5. **Sync version** — All timer mutations must increment `syncVersion` for conflict detection
|
5. **Sync version** — All timer mutations must increment `syncVersion` for conflict detection
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 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.
|
||||||
|
|||||||
@ -22,3 +22,10 @@ cd web && npm test && npm run typecheck && npm run build
|
|||||||
- Every Cosmos doc needs productId: "chronomind"
|
- Every Cosmos doc needs productId: "chronomind"
|
||||||
- Web build requires --webpack flag (Serwist + Turbopack incompatible)
|
- Web build requires --webpack flag (Serwist + Turbopack incompatible)
|
||||||
- Commits: type(scope): description
|
- Commits: type(scope): description
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 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