| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
- context_state: harness-injected markup (task notifications, command caveats, system reminders) can no longer become the goal or a fact; drop generic "Ran <command>" facts that crowded the fact budget (evidence ptrs already record commands). - buddhi: belief creation now respects memory metadata — event records (worker results/dispatches, run-scoped feedback) never become beliefs, eliminating contradiction noise between unrelated run reports. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Belief creation promoted any assertive memory into a belief, including runtime-loop event records (worker results/dispatches), command echoes, screen observations and injected doc markup. Because these share a template prefix and are immutable per-occurrence, two unrelated records collide in the contradiction detector and surface as false "contradicting beliefs", degrading every compiled state. - belief: add shared is_non_belief_text() signature detector and a one-time purge_noise_beliefs() migration (gated by schema_migrations) that tombstones already-promoted noise; reversible via the event log. - buddhi: skip belief creation for non-belief content as well as run-scoped event metadata. - tests: prevention + surgical-cleanup coverage. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
A missing/inline contract under deny enforcement bricked every native tool call (CONTRACT_SUPERVISOR_UNAVAILABLE) — including the dhee CLI commands needed to recover, so the only fix was outside the session. - contract_runtime: persist inline-dict contracts so contract_ref does not dangle; on a missing contract body auto-deactivate the stale runtime instead of deny-looping; in deny mode still allow read-only tools and 'dhee ' remediation calls. - pre_tool_gate: point denials at the dhee context task commands that actually change enforcement state; trim oversized decision payloads. - tests: inline-activation persistence, missing-body auto-deactivate, supervisor-outage recovery path. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
| Back | FazBrowse Home | New Git URL |
No description provided.