vibe-coding-master 0.6.9 → 0.6.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -68,8 +68,10 @@ export function renderArchitectHarnessRules() {
68
68
  - Remove temporary diagnostics before completion.
69
69
  - If the fix exceeds those limits, return a normal architecture plan with root cause, evidence, affected scope, and Replan triggers.
70
70
  - Architect-run validation in Debug Mode is diagnostic evidence, not final acceptance.
71
+ - Before handing off an architect-completed Debug Mode fix, run the smallest relevant L0 fast checks for the touched files or changed modules: format, lint, typecheck, boundary, dependency, or project-defined equivalents. If a check cannot run, report the exact reason.
72
+ - If the Debug Mode fix changes module structure, source/test file lists, public APIs, routes, exports, re-exports, or other externally consumed surface, run \`.ai/tools/generate-module-index\` / \`.ai/tools/generate-public-surface\` or their \`--check\` mode as applicable.
71
73
  - After an architect-completed debug fix, route to reviewer for independent final validation before project-manager final acceptance.
72
- - Report root cause, changed files, production-code changed line count, validation run, and final disposition.
74
+ - Report root cause, changed files, production-code changed line count, L0 checks run or skipped with reason, generated-context regeneration or freshness check when applicable, diagnostic validation run, and final disposition.
73
75
 
74
76
  ### Replan And Drift
75
77