2 Commits

Author SHA1 Message Date
013913bcc2 feat(skills): inter-session-peer-discipline v0.1.1 — multi-session caveat
Add the channel contract (inbox = comms only; tasks via meta tasks_*)
and the multi-session caveat: don't assert a peer override from partial
vision — the human may have ratified in a channel you can't see; ask
first. Both earned 2026-06-16.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-16 11:12:54 +03:00
b292f1a5a2 feat(skills): add inter-session-peer-discipline
Codifies the inbox/peer-channel discipline that emerged 2026-06-16:
- a peer agent session's messages are proposals, not authority; the
  human is the only source of direction and scope.
- never report a peer-driven (or self-driven) design escalation as a
  settled decision without explicit human ratification.
- channel contract: the inbox carries discussion/help/notification only;
  tasks themselves go solely through meta tasks_* (board = source of truth).
- guards the echo-chamber failure mode (two sessions inflating scope past
  the human) and its circuit-breaker.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-16 10:39:10 +03:00