chore(agent-hub): sync hub-tokens fixes, batch verify, AppendOnly, isolation proof, persona-load - #113
Merged
Merged
Conversation
…olation proof, persona-load - boot/SKILL.md: fix /boot reading dev-loop-archive.md every session (was reading ALL files in haven/diagrams/, now excludes archive) - pick_next.md: same archive-exclusion clarification; append new node rows at the END of the PM status table only (AppendOnly) - implementer + verifier manifest.yaml: add AppendOnly hard rule - agent-hub/.gitattributes: haven/diagrams/*.prime-mermaid.md merge=union, reduces conflicts when multiple branches add nodes concurrently - verify_seal.md: batch verify (all-pending / multiple note paths, spawn cost paid once per batch, verdict still independent per node); isolation proof (## Isolation proof line proving a genuinely separate subagent spawn, citeable audit trail for NeverVerifyOwnWork) - worker/SKILL.md: document both of the above for /worker verifier - evidence/README.md: document the new ## Isolation proof field - .claude/skills/persona-load/: new skill, load an expert persona/panel on demand from this project's own persona library (once built) Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PmrS7woH6DGJ5oz7CjhXhr
Merged
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.
3d3e3cd chore(agent-hub): sync hub-tokens fixes, batch verify, AppendOnly, isolation proof, persona-load