Claim Boundary Harness v1.0.0
CBH v1.0.0 establishes the model-agent-first public release line.
Highlights:
- keeps the host LLM agent as the owner of planning, semantic judgment, tool use, recovery, and the final answer
- adds route-declared memory source hints and explicit memory/research action bindings
- adds bounded, provenance-preserving context selection for compound natural-language retrieval
- keeps exact indexed anchors selected while handing weak candidates to the model for semantic reranking
- extends the WorkBuddy model Agent Loop contract and deployment profiles
- keeps the safe default WorkBuddy hook chain to UserPromptSubmit plus PreToolUse; Stop remains opt-in after compatibility validation
- synchronizes VERSION, README, CHANGELOG, CITATION, adapter manifest, and contract tests to v1.0.0
Validation:
- Windows reference smoke checks passed
- Ubuntu Bash path/router smoke checks passed
- 117 public pytest contract tests passed
- 91 WorkBuddy adapter tests passed
See CHANGELOG.md for the full release boundary.