From 6890526ced964c3b65e273fe0c940378bb8d300a Mon Sep 17 00:00:00 2001 From: Danijel Martinek Date: Thu, 14 May 2026 07:53:06 +0200 Subject: [PATCH] chore(work): finish 05-human-guide --- .../05-human-guide/_story.md | 4 ++-- docs/work/_state.json | 21 ++++++------------- 2 files changed, 8 insertions(+), 17 deletions(-) diff --git a/docs/work/2026-05-14-library-evaluation-policy/05-human-guide/_story.md b/docs/work/2026-05-14-library-evaluation-policy/05-human-guide/_story.md index 1cb585e..88051aa 100644 --- a/docs/work/2026-05-14-library-evaluation-policy/05-human-guide/_story.md +++ b/docs/work/2026-05-14-library-evaluation-policy/05-human-guide/_story.md @@ -3,7 +3,7 @@ id: 05-human-guide epic: 2026-05-14-library-evaluation-policy title: Human reading-room guide — docs/guides/adding-a-library.md type: technical-story -status: todo +status: done feature: docs depends-on: [04-evaluate-library-skill] blocks: [09-claude-md-update] @@ -34,4 +34,4 @@ ADR-022 is the source of truth but is written for decision-record density, not o ## Tasks -- [ ] Write `docs/guides/adding-a-library.md` with all seven sections from Done when (why, tier trigger, four layers, how-to walkthrough, worked approved + rejected examples, cross-links); all gates pass on this single commit. +- [x] Write `docs/guides/adding-a-library.md` with all seven sections from Done when (why, tier trigger, four layers, how-to walkthrough, worked approved + rejected examples, cross-links); all gates pass on this single commit. diff --git a/docs/work/_state.json b/docs/work/_state.json index 2fad25c..9dfd55c 100644 --- a/docs/work/_state.json +++ b/docs/work/_state.json @@ -1,5 +1,5 @@ { - "updated_at": "2026-05-14T05:49:49.519Z", + "updated_at": "2026-05-14T05:53:07.803Z", "epics": { "2026-05-13-binder-wrap-helper": { "status": "done", @@ -85,10 +85,10 @@ ] }, "05-human-guide": { - "status": "todo", + "status": "done", "title": "Human reading-room guide — docs/guides/adding-a-library.md", "ac_total": 1, - "ac_completed": 0, + "ac_completed": 1, "depends_on": [ "04-evaluate-library-skill" ], @@ -155,11 +155,6 @@ } }, "ready": [ - { - "epic": "2026-05-14-library-evaluation-policy", - "story": "05-human-guide", - "title": "Human reading-room guide — docs/guides/adding-a-library.md" - }, { "epic": "2026-05-14-library-evaluation-policy", "story": "06-sandcastle-reviewer-prompt", @@ -174,17 +169,13 @@ "epic": "2026-05-14-library-evaluation-policy", "story": "08-backfill-traces", "title": "Backfill library traces for existing feature- and core-tier runtime deps" - } - ], - "blocked": [ + }, { "epic": "2026-05-14-library-evaluation-policy", "story": "09-claude-md-update", - "title": "CLAUDE.md Key Conventions — library policy bullet", - "waiting_on": [ - "2026-05-14-library-evaluation-policy/05-human-guide" - ] + "title": "CLAUDE.md Key Conventions — library policy bullet" } ], + "blocked": [], "needs_prd_ship": [] }