[governance/repo-guard] Align canonical docs registry#284
[governance/repo-guard] Align canonical docs registry#284netkeep80 merged 3 commits intonetkeep80:mainfrom
Conversation
Adding .gitkeep for PR creation (default mode). This file will be removed when the task is complete. Issue: netkeep80#283
Solution summaryImplemented and pushed the fix for issue #283. PR: #284 What changed:
Verification run locally:
PR #284 is marked ready for review. Current remote checks show docs consistency, repo-guard, changelog fragment, formatting, cppcheck, file size, and single-header checks passing; the matrix build/test jobs were still in progress at the final poll. Next useful follow-ups:
This summary was automatically extracted from the AI working session output. |
🤖 Solution Draft LogThis log file contains the complete execution trace of the AI solution draft process. 💰 Cost estimation:
📊 Context and tokens usage:Total: (111.7K + 4.0M cached) input tokens, 13.8K output tokens 🤖 Models used:
📎 Log file uploaded as Gist (23854KB)Now working session is ended, feel free to review and add any feedback on the solution draft. |
✅ Ready to mergeThis pull request is now ready to be merged:
Monitored by hive-mind with --auto-restart-until-mergeable flag |
Fixes #283
Summary
repo-policy.jsonpaths.canonical_docsfrom the broad mixed list to the canonical docs published indocs/index.md.docs/index.mdso canonical docs, supporting docs, and archive docs are visibly separate.docs/repository_shape.mdfrom duplicating a second canonical registry.scripts/check-docs-consistency.shsodocs/index.mdandrepo-policy.jsoncannot drift silently..gitkeep, which is forbidden by repository policy.Canonical registry before
README.mdCONTRIBUTING.mdCHANGELOG.mddocs/architecture.mddocs/api_reference.mddocs/pmm_avl_forest.mddocs/block_and_treenode_semantics.mddocs/bootstrap.mddocs/free_tree_forest_policy.mddocs/recovery.mddocs/thread_safety.mddocs/mutation_ordering.mddocs/storage_seams.mddocs/core_invariants.mddocs/diagnostics_taxonomy.mddocs/validation_model.mddocs/verify_repair_contract.mdCanonical registry after
docs/pmm_target_model.mddocs/pmm_transformation_rules.mddocs/block_and_treenode_semantics.mddocs/architecture.mddocs/api_reference.mddocs/validation_model.mddocs/atomic_writes.mddocs/thread_safety.mdReclassified as supporting / governance
docs/index.md: AVL forest model, core invariants, bootstrap, free-tree policy, recovery, verify/repair contract, diagnostics taxonomy, storage seams, mutation ordering, repository shape, deletion policy, comment policy, code reduction report, compatibility audit, internal structure, and test matrix.repo-policy.jsonpaths.governance_pathsinstead of the canonical docs registry.Surface contract
scripts/**changes; no new governance docs.docs/index.md+3,docs/repository_shape.md-6, net -3)Verification
./scripts/check-changelog-fragment.sh./scripts/check-docs-consistency.sh./scripts/check-repo-guard-rollout.sh./scripts/check-file-size.shgit diff --checkcmake -S . -B build -DCMAKE_BUILD_TYPE=Debugcmake --build buildctest --test-dir build --output-on-failure(82/82 passed)