Skip to content

docs(operations): add active work graph + AGENTS.md pointer#626

Merged
ojongerius merged 1 commit into
mainfrom
docs/operations-md
May 25, 2026
Merged

docs(operations): add active work graph + AGENTS.md pointer#626
ojongerius merged 1 commit into
mainfrom
docs/operations-md

Conversation

@ojongerius
Copy link
Copy Markdown
Contributor

What

Introduces docs/operations/current.md as the curated active-subgraph view of in-flight, blocked, and next work, and adds an "Operational state" pointer to AGENTS.md so agents and humans open this file at session start.

The file is a hand-maintained DAG, deliberately scoped to the ~15 currently-active nodes out of the repo's ~77 open issues. It captures the things GitHub doesn't model cheaply: closure groupings, "blocked on Otto's voice", conflict edges, and editorial framing. State drift is bounded by the active set; per-node state should agree with GitHub and GitHub wins if they diverge.

Initial content reflects a verification pass post-ADR-0021/0022 merge:

Why

With ~77 open issues, scanning GitHub at session start to find "what's ready" is expensive. The active-subgraph view trades a few edits per session for instant orientation. GitHub Projects + custom fields could reproduce this, but at a heavy setup tax that doesn't match the project's current scale. This PR is the lightweight alternative.

The AGENTS.md pointer makes the file's role explicit so subsequent agent sessions read it first and update it when nodes change state.

Checklist

  • Tests pass for all changed components (n/a — docs only)
  • Linter passes (n/a — markdown only)
  • No real keys or secrets in the diff
  • Cross-language tests pass (n/a — no receipt format / signing / hashing change)
  • AGENTS.md updated (this PR adds the "Operational state" section)
  • Spec changes have been reviewed by a maintainer (n/a — no spec edits)

Security

  • This PR touches crypto, auth, or secrets handling (no — docs only)

Introduces `docs/operations/current.md` as the curated active-subgraph
view of in-flight, blocked, and next work. Reduces ~77 open issues to
~15 active nodes with editorial overlay (closures, blocked-on-Otto
framing, conflicts). Adds an "Operational state" pointer to AGENTS.md
so agents and humans open this file at session start.

Initial content includes the post-ADR-0021/0022 merge state with a
verification pass: #597 and #614 closed, ADR-0022 PR #619 recorded,
and the four closure-1 implementation PRs (#621/#623/#624/#625)
recorded as in-flight rather than farmable.
@ojongerius ojongerius merged commit 9f7e0fd into main May 25, 2026
8 checks passed
@ojongerius ojongerius deleted the docs/operations-md branch May 25, 2026 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant