docs(state): rewrite STATUS_NOW.md as live dashboard for next-claude wake-up #106
No reviewers
Labels
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
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
pdurlej/platform!106
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "claude/orders/status-now-dashboard"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Canary status: missing — Small PR class (state/ markdown only, no governance/module/control-plane changes); operator may operator_override given context
Purpose
Persistent dashboard for orchestrator state. Operator-requested 2026-05-05 ("dashboardlight") and operationally needed 2026-05-06 ("force push platformy dzisiejszej nocy"). Previous content was from 2026-05-02 glm-strive session — fully stale, referencing PRs that since either merged or were superseded multiple times over.
What changed
state/STATUS_NOW.mdfrom 201 lines (stale) to 80 lines (current).Why
Recovers from post-context-compaction failure mode: future-claude waking up to fresh session must currently reconstruct state by scanning all open PRs + issues + recent commits, burning tokens on something that should be a 1-file read.
With STATUS_NOW.md current, wake-up cookbook becomes:
state/STATUS_NOW.md(30 sec)git log origin/main..HEADfor delta sinceUpdated:timestampVs current cost: ~10-15 API calls + ~5min reconstruction. The savings compound across sessions.
Plus operator's chat 2026-05-06: "jak coś budzisz się po długiej przerwie, więc zaktualizuj najpierw, zobacz jak wygląda status platformy" — this file is the answer to that prompt.
Files touched
state/STATUS_NOW.md(rewrite, +80 / -201)Relevant context
Runtime evidence
N/A — pure docs change. No runtime impact.
Known constraints
state/refresh-status-now.shwould query Forgejo API + rebuild from PR/issue data. Out of scope for this PR.Explicit out-of-scope
state/refresh-status-now.shautomation scriptRequested decision
approve_merge— Small PR class, doc-only, no canary required by ADR 0001 paths definition. Operator may operator_override per Rule 2 if needed for force-push-tonight cadence.Spec sources read
state/STATUS_NOW.md(pre-rewrite, full file) — to know what was there + decide rewrite vs amendAGENTS.md(skim, §Joining as a new agent + §Anti-patterns) — to confirm STATUS_NOW positioning as operator/orchestrator-side counterpartstate/agent-execution-template.md— referenced in standing-context sectionstate/glm-sunset-watch.md— referenced for modelizm anti-pattern remindergit log origin/main --oneline -15) — to populate "Recently merged" sectionTest plan
Read state/STATUS_NOW.mdas first move (verify cookbook works)Operator-requested 2026-05-05 ("dashboardlight") and operationally needed 2026-05-06 ("force push platformy dzisiejszej nocy"). Previous content was from 2026-05-02 glm-strive session, fully stale. New content (~150 lines, mobile-scannable): - Operator intent in one sentence (with quote) - Decision Queue items pending operator UI work - Open PRs + Issues snapshot by lifecycle label - Active Codex tracks (self-decomposing subsystems) - Recently merged (last 24h) - Standing context for next claude session (wake-up checklist) - Files-to-maintain pointer + regeneration note Counterpart to AGENTS.md (cookbook for agents) — STATUS_NOW.md is the 30-second state readback for orchestrator + operator. Living doc; regenerate at end of each meaningful session. Recovers from post-context-compaction problem: future-claude reads this file first, has full context, doesn't waste tokens reconstructing state from PR/issue scans. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>