learning_ai_common_plat/.github/instructions/workspace-coverage-report.instructions.md
2026-03-21 12:40:12 -07:00

1.3 KiB

applyTo
**

Coverage audit work in this workspace should follow these defaults unless the user overrides them:

  • Treat the multi-root workspace rooted at /Users/sd9235/code/mygh as the audit boundary.
  • Include all current workspace repositories by default.
  • Prefer repo-native test, coverage, and typecheck commands documented in each repo.
  • Stay read-only by default. Do not edit code, install dependencies, or commit changes during a coverage-report run unless the user explicitly asks for remediation.
  • Surface dirty repositories separately from clean repositories.
  • Distinguish clearly between:
    • coverage gaps
    • failing or flaky tests
    • missing coverage tooling
    • environment or setup blockers
  • When saving reports, write them under /Users/sd9235/code/mygh/learning_ai_common_plat/.github/reports/coverage/ using a dated filename.
  • Use the template in .github/reports/coverage/README.md as the default saved-report schema.
  • Make reports decision-ready: concise executive summary first, then scorecards, drill-downs, hotspots, and prioritized actions.
  • Prefer concrete next steps over generic advice, especially for small pure-logic modules, wrappers, hooks, and client utilities.
  • Avoid destructive git operations and never stage or commit unrelated changes.