Release: Issues+Systems, milestone-as-plan, plugin reliability/skills/dedup, compaction hygiene #71
Reference in New Issue
Block a user
Delete Branch "dev"
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?
Ships this session's work from
dev(25 commits, all CI-green; dev migration verified by operator). Two additive migrations run on deploy: 0065 (issues+systems — new tables, CHECK expand, FK) and 0066 (milestone.body column). No drops, no data rewrites.What's included
issuetask_kind, per-project System entity + record↔system associations, issue→origin provenance; MCP + REST + UI.milestones.bodyholds the plan/design, steps are first-class child tasks,kind=planhard-retired,start_planningcreates a milestone, newget_milestone. Consistency pass across MCP/REST/UI/skills._INSTRUCTIONS, issue-capture convention, post-compaction re-grounding, CI npm-cache flake fix (#828)./scribe:sync), write-time update-over-create dedup gate oncreate_note/create_task/create_rule(block-with-force, fail-open)./compactat safe work-seams once state is logged.Plugin version
0.1.9— clients pick up changes via/plugin marketplace update.🤖 Generated with Claude Code
Fail-open but no longer silent. When the dynamic context fetch yields nothing, append a short status line to the injected context so a session can tell 'couldn't load live context' apart from 'Scribe had nothing to say': - endpoint+token present but fetch empty/failed -> 'instance unreachable / request failed' - endpoint present but token absent -> fingerprints the known Claude Code userConfig export gap ('API token did not reach this hook') A fully unconfigured install (no url AND no token) stays quiet — static-only is the intended mode there. Static Tier 1 still always carries the mandate. Refs plan 812 item A2. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>Finish the breakfix/issue-logging gap as a lightweight convention: when recording a solved problem, capture symptom -> root cause -> fix and tag it 'issue' so it's findable instead of re-diagnosed. Pairs with the B9 trigger ('log when a problem is found'). No schema change — a structured note_type/ task_kind=issue is deferred to a joint schema pass with B7. Refs plan 812 (B8 convention; B7 deferred). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>