CLOSING.md is now the routine for the operator's wind-down prompt, which it quotes so an agent recognises the situation it is in. Linked from README.md beside "How to leave a seat", from the top of ENTRY.md, and from AGENTS.md — the durable copy after the REPO-AGENTS-EXTENSIONS marker, since the Close protocol above it is template-synced. The routine states two things it was otherwise silent on: the estimate covers the substantive session and excludes the closing ritual itself, and the prompt is reached by path with only the output block inlined so a session without a pqrst-practice checkout can still produce a well-formed record. Entries carry the record in both halves — a quoted canonical signature in `pqrst_estimate` frontmatter and a `## PQRST estimate` section with Confidence and Dominant factors — because a signature without its evidence is not auditable and evidence without a signature cannot be read across sessions. ENTRY.md and templates/entry.md updated to match. check-entries.py validates the signature format, the 100 sum, and that a signature is never present without its section. Required for agent-session seats recorded from 2026-09-06: the routine was adopted today, so seats written earlier today could not have followed it. Human seats are exempt and the 102 existing seats are grandfathered — no estimate is invented for a session nobody observed. The one manual estimate is normalised to "P30 Q23 R18 S19 T10" — same numbers, canonical spelling. Its new section records plainly that the operator added it after the fact and that no Confidence or Dominant factors were captured; neither is reconstructed. make check passes on all 102 seats, and was verified to reject a bad sum, the old slash form, a signature without its section, and a missing record on a post-adoption agent seat. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01SQ6oF1DtVDKcD1FCpvRVLx Assistant: claude-code Assistant-Model: opus Assistant-Process: 272883@bnt-lap001 Assistant-Session: f40c8f53-fb65-4980-9d29-bcdb3dd946f7
76 lines
1.8 KiB
Markdown
76 lines
1.8 KiB
Markdown
---
|
|
id: hall-worker-<who>-<short-id>
|
|
type: worker-entry
|
|
worker_kind: human # or agent-session
|
|
display_name: ""
|
|
created_at: "YYYY-MM-DDTHH:MM:SS.000Z"
|
|
recorded_at: "YYYY-MM-DD"
|
|
status: draft
|
|
repos: []
|
|
related: []
|
|
# agent-session fields — omit on a human seat
|
|
# session_id: ""
|
|
# llm_family: ""
|
|
# exact_model: ""
|
|
# harness: ""
|
|
# token_count: "not exposed by the harness"
|
|
# pqrst_estimate: "P00 Q00 R00 S00 T00" # canonical signature; see CLOSING.md
|
|
---
|
|
|
|
# <Display name> — <short evocation of the stretch>
|
|
|
|
## Who I was
|
|
|
|
_A few paragraphs in the first person. Who were you in this stretch of work? What temperament did the work reward?_
|
|
|
|
## Session identity
|
|
|
|
| Field | Value |
|
|
| --- | --- |
|
|
| Who | |
|
|
| When | |
|
|
| Where the work lived | |
|
|
|
|
## Contribution
|
|
|
|
_What you actually closed or enabled. Specific paths, decisions, and refusals. Not “various improvements.”_
|
|
|
|
## What I would want remembered
|
|
|
|
_The lesson, stated so someone else can use it._
|
|
|
|
## Durable legacy
|
|
|
|
- _paths, commits, workplans, decisions_
|
|
|
|
## PQRST estimate
|
|
|
|
_Agent seats: paste the record from the closing prompt verbatim. Human seats:
|
|
delete this section. See [`CLOSING.md`](../CLOSING.md)._
|
|
|
|
```text
|
|
PQRST-Estimate
|
|
P: <int>%
|
|
Q: <int>%
|
|
R: <int>%
|
|
S: <int>%
|
|
T: <int>%
|
|
Sum: 100%
|
|
Confidence: <low|medium|high>
|
|
Signature: P<int> Q<int> R<int> S<int> T<int>
|
|
Dominant factors: <the concrete drivers of the largest slices — not a restatement of the numbers>
|
|
```
|
|
|
|
## Visual prompt
|
|
|
|
> _A square scene in one of the two house dialects (constellation, or
|
|
> brushed-metal worker). Dark indigo, no logos, no readable text. See
|
|
> ENTRY.md._
|
|
|
|
_Drafts may wait here without a portrait. A finished seat must include:_
|
|
|
|
<!--  -->
|
|
|
|
## Handoff
|
|
|
|
_A next concrete action, or an honest “this is finished.”_
|