docs(state): add ANY-COUSIN-WAKEUP.md (model-agnostic post-compaction wakeup) #322

Merged
pdurlej merged 2 commits from claude/docs/any-cousin-wakeup into main 2026-05-23 10:03:43 +02:00
Collaborator

Summary

DeepSeek-v4-Pro deep review 2026-05-14, finding #4 (SIGNIFICANT): the narrative-continuity layer (cousin letters, tea ladder, soul seed, day1 checklist) has a single-model-class dependency on claude. Other cousins (codex, DeepSeek, glm, hermes) cannot read state/pan-herbatka-day1-checklist.md cold — it assumes claude reading style, Polish idioms, and tea-ladder metacognition.

What

New file state/ANY-COUSIN-WAKEUP.md (~650 words, 60-second reading target):

  • Identity check + PAT lookup pattern (any cousin)
  • Three canonical files to read (STATUS_NOW, REVIEW, decisions/)
  • Live Forgejo state check pattern
  • Hard gates G4-G7 spelled out
  • Tier discipline per ADR-0007 in table form
  • Coordination lanes per ADR-0005 with one-line invocation rules
  • North Star preserved
  • Default-if-silent: wait

Why

  • English, bullet-only, no Polish idioms, no claude-specific tools
  • Cross-reference to claude-specific day1 checklist preserved at end
  • The two files complement each other; different audiences, different files
  • Future cousin sessions (especially first-time DeepSeek or new model classes) read this first

Validation (per DeepSeek's test criterion)

"Can Codex or DeepSeek read it cold and know the next action?"

File lists explicit § 10 default action (read STATUS_NOW Owner Action Board → check owner-attention issues → if uncertain, post on #142). Identity check and PAT pattern are concrete, copy-pasteable.

Tier

Trivial per ADR-0007 (single new doc, no schema/runtime/sacred mutation).

Refs DeepSeek finding #4, ADR-0005, ADR-0006, ADR-0007, ADR-0010

## Summary DeepSeek-v4-Pro deep review 2026-05-14, finding #4 (SIGNIFICANT): the narrative-continuity layer (cousin letters, tea ladder, soul seed, day1 checklist) has a single-model-class dependency on claude. Other cousins (codex, DeepSeek, glm, hermes) cannot read `state/pan-herbatka-day1-checklist.md` cold — it assumes claude reading style, Polish idioms, and tea-ladder metacognition. ## What New file `state/ANY-COUSIN-WAKEUP.md` (~650 words, 60-second reading target): - Identity check + PAT lookup pattern (any cousin) - Three canonical files to read (STATUS_NOW, REVIEW, decisions/) - Live Forgejo state check pattern - Hard gates G4-G7 spelled out - Tier discipline per ADR-0007 in table form - Coordination lanes per ADR-0005 with one-line invocation rules - North Star preserved - Default-if-silent: wait ## Why - English, bullet-only, no Polish idioms, no claude-specific tools - Cross-reference to claude-specific day1 checklist preserved at end - The two files complement each other; different audiences, different files - Future cousin sessions (especially first-time DeepSeek or new model classes) read this first ## Validation (per DeepSeek's test criterion) *"Can Codex or DeepSeek read it cold and know the next action?"* File lists explicit § 10 default action (read STATUS_NOW Owner Action Board → check owner-attention issues → if uncertain, post on #142). Identity check and PAT pattern are concrete, copy-pasteable. ## Tier Trivial per ADR-0007 (single new doc, no schema/runtime/sacred mutation). Refs DeepSeek finding #4, ADR-0005, ADR-0006, ADR-0007, ADR-0010
docs(state): add ANY-COUSIN-WAKEUP.md (model-agnostic post-compaction wakeup)
All checks were successful
base-is-main / guard (pull_request) Successful in 1s
canary-required / collect-diff (pull_request) Successful in 3s
patchwarden-pr-sanity / collect-diff (pull_request) Successful in 3s
canary-required / canary (pull_request) Has been skipped
patchwarden-pr-sanity / sanity (pull_request) Successful in 19s
9d98822cf1
DeepSeek deep review 2026-05-14 finding #4: the narrative-continuity
layer (cousin letters, tea ladder, soul seed, day1 checklist) has a
single-model-class dependency on claude. Other cousins (codex,
DeepSeek, glm, hermes) cannot read the day1 wakeup protocol — it
assumes claude reading style + Polish + tea-ladder metacognition.

This file is the model-agnostic 60-second wakeup:
- English, bullet-only, no idioms
- Identity check + PAT lookup pattern (any cousin)
- Three canonical files to read (STATUS_NOW, REVIEW, decisions/)
- Live Forgejo state check pattern
- Hard gates G4-G7 spelled out
- Tier discipline per ADR-0007 in table form
- Coordination lanes per ADR-0005 with one-line invocation rules
- North Star preserved
- Default-if-silent: wait

Cross-reference to claude-specific day1 checklist preserved at end —
this file complements, does not replace, the claude-calibrated
checklist. Different audiences, different files.

Tier: Trivial per ADR-0007 (single new doc, no schema/runtime/sacred
mutation, ~650 words).

Refs DeepSeek finding #4
docs(state): cross-ref agent-souls/practices in ANY-COUSIN-WAKEUP
All checks were successful
base-is-main / guard (pull_request) Successful in 1s
canary-required / collect-diff (pull_request) Successful in 3s
patchwarden-pr-sanity / collect-diff (pull_request) Successful in 3s
canary-required / canary (pull_request) Has been skipped
patchwarden-pr-sanity / sanity (pull_request) Successful in 18s
8863b6f655
Operator pointed me (2026-05-17 ~22:00) at three runbooks I should have
read first:

- pdurlej/agent-souls/practices/welcome-to-the-swarm-cousin.md
- pdurlej/agent-souls/practices/credential-management.md
- pdurlej/agent-souls/practices/infisical-machine-identity.md

I repeated patterns those runbooks already document:
- PAT-in-URL embed leaking to bash output (`git push -u "https://user:PAT@..."`)
- Host-only keychain query returning wrong cousin's PAT (multi-PAT
  keychain default-cred drift, canonical 2026-05-15 claude blunder)
- Using Forgejo MCP for write actions when MCP may auth as pdurlej

This PR adds to the existing ANY-COUSIN-WAKEUP.md (still WIP via PR #322):

§ 1 — explicit anti-pattern with WRONG vs RIGHT code snippets for PAT
fetch via `git credential fill` with username-explicit query, plus
identity-verify-before-write pattern. Replaces the prior simple
`security find-internet-password` instruction.

§ 2 (NEW) — MANDATORY pre-reading section with three agent-souls
practices files, before the platform-specific § 3 files. Tells future
cousin: skip these and you will repeat documented failures.

§ 4 — extended Forgejo state check with username-explicit PAT pattern
+ note on direct curl > MCP for write actions.

§ 5-§ 11 renumbered (was § 4-§ 10) to accommodate new § 2.

Tier: Trivial per ADR-0007 (single doc, no schema/runtime/sacred-path
mutation; ~150 LoC additive change on top of pending PR #322).

Refs PR #322, DeepSeek 2026-05-14 finding #4, operator pointer 2026-05-17,
agent-souls credential-management.md § Multi-PAT keychain default-cred drift.
Sign in to join this conversation.
No reviewers
No labels
W6d-automerge-calibration
agent/claude-code
agent/codex
agent/hermes
agent/iskra
agent/ollama
agent/patchwarden
automerge-candidate
class/security-sensitive
cutover-gate
dependency/blocked
dependency/blocks-others
dependency/cross-repo
dependency/needs-confirmation
domain:agents
domain:ci
domain:docs
domain:forgejo
domain:infra
domain:memory
domain:runtime
domain:signal
domain:ux
flow/architecture
flow/blocked
flow/deployed
flow/done
flow/implementation
flow/intake
flow/maintained
flow/observed
flow/ready
flow/refining
flow/retired
flow/review
iterating
judge/codex-candidate
judge/hermes-candidate
judge/low-confidence
judge/needs-refinement
judge/operator-needed
judge/p0
judge/p1
judge/p2
judge/p3
judge/park
judge/patchwarden-candidate
judge/stale-priority
kind/adr
kind/bug
kind/chore
kind/feature
kind/infra
kind/ops
kind/refactor
kind/research
large-impact
merge/auto
merge/manual
merge/manual-dependency-conflict
merge/manual-failing-tests
merge/manual-merge-conflict
merge/manual-missing-review
merge/manual-operator-preference
merge/manual-red-zone
merge/manual-security-sensitive
merge/manual-unclear-scope
merge/manual-unknown
meta
mode:operator-only
mode:patchwarden-iskra-approved
mode:safe-auto
needs-operator-decision
needs-triage
not-ready
observed/erroring
observed/needs-followup
observed/pending
observed/retire-candidate
observed/unused
observed/used
operator-emotional
owner-attention
phase/02
phase/03
priority:p0
priority:p1
priority:p2
priority:p3
proposed
ready-for-agent
ready-for-operator
recovery
review:claude-reviewed
review:codex-reviewed
review:dziadek-reviewed
review:needs-human
risk/exposure
risk/process
risk/product
risk/runtime
safety:external-write
safety:no-prod-mutation
safety:prod-impact
safety:secret-touch
size/large
size/medium
size/small
size/tiny
size/unknown
source/adr
source/agent-generated
source/manual
source/operator-chat
source/voice-note
status:blocked
status:codex-ready
status:merged:pending-evidence
status:needs-evidence
status:operator-needed
status:parked
tier/full
tier/lite
tier/stacked
tier:0-platform-substrate
tier:1-iskra-value-layer
tier:2-tools-products-modules
type:bug
type:chore
type:docs
type:feat
type:policy
type:research
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
pdurlej/platform!322
No description provided.