docs: add cross-repo automation playbook reference

This commit is contained in:
saravanakumardb1 2026-03-21 09:12:18 -07:00
parent 995cdb8e7d
commit 7a1be12ef5
2 changed files with 18 additions and 0 deletions

View File

@ -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.

View File

@ -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.