[CLAUDE] Docs: S41 RAG audit response — exclude **/-anchor fix + retire stale _decision_log + AI_INFRA signal
All checks were successful
Deploy SOLUTION_ERP / build-deploy (push) Successful in 4m7s
All checks were successful
Deploy SOLUTION_ERP / build-deploy (push) Successful in 4m7s
- rag.json exclude_paths root-anchored -> **/-anchored (defeats gotcha #10: node_modules/** + docs/_archive/** were not matching nested paths) - _decision_log: retire stale "+321% / LIVE 11,922" -> real status (LIVE ~3080 ~= registry 3076, drift closed 2026-05-28) - New docs/governance/RAG-AUDIT-RESPONSE-2026-05-29.md: SE-side prep done + corrections (store_memory at-risk = 3 disk-backed broadcasts, NOT ~27) + re-bootstrap ask for AI_INFRA + post-bootstrap verify checklist Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@ -8,11 +8,11 @@
|
||||
".claude/agents/**/*.md"
|
||||
],
|
||||
"exclude_paths": [
|
||||
"docs/_archive/**",
|
||||
"node_modules/**",
|
||||
"bin/**",
|
||||
"obj/**",
|
||||
".git/**"
|
||||
"**/_archive/**",
|
||||
"**/node_modules/**",
|
||||
"**/bin/**",
|
||||
"**/obj/**",
|
||||
"**/.git/**"
|
||||
],
|
||||
"extra_corpus": [
|
||||
"C:\\Users\\pqhuy\\.claude\\projects\\D--Dropbox-CONG-VIEC-SOLUTION-SOLUTION-ERP\\memory\\*.md"
|
||||
@ -31,8 +31,8 @@
|
||||
"contextual_retrieval_rationale": "Flag true but per v1.3 §12.1 + §9.4: SOLUTION_ERP chunks self-contained (gotchas, patterns, decisions) → Contextual Retrieval prepend likely wasteful. Evaluate per eval recall@5 trial week 3.",
|
||||
"spec_a_vs_b_resolution_chosen": "Spec A — Strict. Rationale: SOLUTION_ERP chunks canonical + finite scope (51 gotchas, patterns, decisions) → strict retrieval test appropriate.",
|
||||
"spec_chosen_date": "2026-05-26",
|
||||
"anatomy_threshold_chosen": "6/6 STRICT per v1.3 §5.2 default (corpus 11,922 chunks — mature)",
|
||||
"registry_drift_note": "Anti #24 — projects.json registry 2830 vs Qdrant LIVE 11,922 (+321% drift). Intentional defer re-bootstrap until Phase 9 UAT stable. Document in trial-lock _baseline_note.",
|
||||
"anatomy_threshold_chosen": "6/6 STRICT per v1.3 §5.2 default (SE collection ~3080 chunks live 2026-05-29 — mature; the old '11,922' referred to a stale all-projects total, corrected S41)",
|
||||
"registry_drift_note": "RESOLVED S41 2026-05-29 — re-bootstrap 2026-05-28 closed the count drift (Qdrant LIVE ~3080 ≈ registry 3076). The old '+321% / 11,922' figure was STALE (pre-bootstrap) and is retired. REMAINING corpus-hygiene issue (per AI_INFRA RAG audit 2026-05-29): ~237 node_modules + ~22 _archive junk chunks hidden inside corpus because root-anchored excludes did not match nested paths (gotcha #10). Fixed S41: exclude_paths switched to **/-anchored globs. Takes effect on next re-bootstrap (AI_INFRA op).",
|
||||
"source_path_note": "Anti #23 — absolute Windows path D:\\Dropbox\\... in chunk payload. Fix in next re-bootstrap via bootstrap.py path normalization. Low priority.",
|
||||
"governance_doc": "docs/governance/README.md (Path B delegation stub — AI_INFRA canonical)"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user