chore(docs): auto-detected drift sweep#76
Draft
TimothyVang wants to merge 3 commits into
Draft
Conversation
…nd [W1.A.0]
- §3.1: verdict/runtime/evidence_recheck.py → src/verdict/runtime/evidence_recheck.py
- §3.2: validator _execution_requires_two_classes → _forensic_corroboration
- §3.3: verdict/schemas/caveat_id.py → src/verdict/schemas/caveat_id.py;
verdict/prompts/examiner_caveats.md → src/verdict/planning/prompts/examiner_caveats.md
- §3.9: verdict/ledger/redaction.py → src/verdict/ledger/redaction.py
- §4: 9-node → 8-node topology; drop unverifiable_finalize from node list
- §6: spec/ archive count 01..05 → 01..04
- §7: verdict/playbooks/, verdict/knowledge/, verdict/prompts/ → src/verdict/ prefixes
- §8: verdict/verification/strategy.py → src/verdict/verification/strategy.py;
AirGapCrossEngine Jaccard field artifact_paths → parsed_artifacts
- §9: verdict/ledger/writer.py + chain.py → src/verdict/ledger/writer.py (no chain.py)
- §10.1: get.microsandbox.dev → install.microsandbox.dev
- §10.3: uv run --directory services/agent pytest → uv run pytest
…hive/ [W1.A.0] - Line 9: verdict/sandboxes/, verdict/tools/vol3/ → src/verdict/sandboxes/, src/verdict/tools/ - Line 121: services/mcp/src/tools/ → src/verdict/tools/; drop services/agent_mcp/ - Line 127: services/mcp/src/tools/, services/agent_mcp/ → src/verdict/tools/, src/verdict/sandboxes/ - Line 274: archive/03-audit-v4.5.md → docs/spec/03-audit-v4.5.md (archive/ dir does not exist)
… members, validator name, paths, node count [W1.A.0] - §2 comprehension_gate: node count stays 9 → 8 - §4 Finding: merge _execution_claims_need_two_classes + _amcache_caveat_required into single _forensic_corroboration validator (matches src/verdict/schemas/finding.py) - §4 CaveatID: string values updated to match StrEnum in caveat_id.py (self-named values); class declaration str,Enum → StrEnum - §4 ArtifactClass: add EVTX_4624 and USNJRNL members; str,Enum → StrEnum - §4 playbooks path: verdict/playbooks/ → src/verdict/playbooks/ - §4 hunt_evil path: verdict/knowledge/ → src/verdict/knowledge/ - §4 examiner_caveats path: verdict/planning/prompts/ → src/verdict/planning/prompts/ - §7 DEVPOST_COMPLIANCE table: ../verdict/planning/prompts/ → ../src/verdict/planning/prompts/; ../verdict/playbooks/ → ../src/verdict/playbooks/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sweep timestamp: 2026-05-12T00:00:00Z
Drift items fixed
CLAUDE.md§49-node→8-node; dropunverifiable_finalizefrom registered-node list; clarify it is a helper called byreplan_node(build_graph()registers 8)CLAUDE.md§3.1verdict/runtime/evidence_recheck.py→src/verdict/runtime/evidence_recheck.pyCLAUDE.md§3.2_execution_requires_two_classes→_forensic_corroboration(matchessrc/verdict/schemas/finding.py)CLAUDE.md§3.3verdict/schemas/caveat_id.py→src/verdict/schemas/caveat_id.py;verdict/prompts/examiner_caveats.md→src/verdict/planning/prompts/examiner_caveats.mdCLAUDE.md§3.9verdict/ledger/redaction.py→src/verdict/ledger/redaction.pyCLAUDE.md§6spec/ (01..05 + README)→(01..04 + README)— only 4 numbered audit files exist indocs/spec/CLAUDE.md§7verdict/playbooks/,verdict/knowledge/,verdict/prompts/→src/verdict/playbooks/,src/verdict/knowledge/,src/verdict/planning/prompts/CLAUDE.md§8verdict/verification/strategy.py→src/verdict/verification/strategy.pyCLAUDE.md§8AirGapCrossEngineJaccard fieldartifact_paths→parsed_artifacts(matchesdocs/ARCHITECTURE.md§1 quorum dispatch table)CLAUDE.md§9verdict/ledger/writer.py + chain.py→src/verdict/ledger/writer.py(chain.pydoes not exist insrc/verdict/ledger/)CLAUDE.md§10.1get.microsandbox.dev→install.microsandbox.dev(matchesCONTRIBUTING.mdtoolchain table)CLAUDE.md§10.3uv run --directory services/agent pytest tests/schemas/→uv run pytest tests/schemas/(services/directory does not exist)CONTRIBUTING.mdline 9verdict/sandboxes/,verdict/tools/vol3/→src/verdict/sandboxes/,src/verdict/tools/CONTRIBUTING.mdline 121verdict/sandboxes/,verdict/tools/vol3/,services/mcp/src/tools/→src/verdict/sandboxes/,src/verdict/tools/CONTRIBUTING.mdline 127services/mcp/src/tools/,services/agent_mcp/→src/verdict/tools/,src/verdict/sandboxes/(services/does not exist)CONTRIBUTING.mdline 274archive/03-audit-v4.5.md→docs/spec/03-audit-v4.5.md(archive/directory does not exist)docs/ARCHITECTURE.md§2total node count stays 9→stays 8in comprehension_gate ASCII diagramdocs/ARCHITECTURE.md§4 CaveatIDStrEnumvalues matchingsrc/verdict/schemas/caveat_id.py;str, Enum→StrEnumdocs/ARCHITECTURE.md§4 ArtifactClassEVTX_4624andUSNJRNLmembers present insrc/verdict/schemas/artifact_class.py;str, Enum→StrEnumdocs/ARCHITECTURE.md§4 Finding_execution_claims_need_two_classes+_amcache_caveat_required→_forensic_corroboration; update pathsverdict/playbooks/,verdict/knowledge/→src/verdict/equivalents; fix DEVPOST_COMPLIANCE table pathsItems skipped (capped at 20)
All 20 identified drift items were committed. No items were skipped.
Context:
origin/chore/auto-doc-synccould not be rebased ontoorigin/maindue to merge conflicts. This sweep runs from a fresh branch (chore/auto-doc-sync-fresh3) based on currentmain.Generated by routine verdict-doc-drift. Manage at https://claude.ai/code/routines
Generated by Claude Code