You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UX-P0-1: README led with /atlas which a fresh plugin install doesn't provide
(commands are namespaced /prd:*). Add brand 'atlas' entrypoint skill (/prd:atlas
-> go) and fix README first-run.
UX-P0-2: rewrite setup/discover/generate/handoff entry gates — they documented a
STOP then told the agent to ignore it ('proceed past... see morning brief'). Now
explain check_gate is an EXIT gate; first-entry false is expected. Removed leaked
internal refs (morning brief, Mum dogfood feedback).
UX-P0-3: load_fleet_config now honors token_economy from .atlas-ai/config/atlas.json
(what /customise-workflow writes); fleet.json still wins. Schema doc updated.
Version hygiene: bump __init__.py (5.2.1 missed the source-of-truth).
334 tests green. See docs/audit/UX-FLOW-AUDIT.md.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: .claude-plugin/plugin.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "prd",
3
-
"version": "5.2.1",
3
+
"version": "5.2.2",
4
4
"description": "Zero-config goal-to-tasks engine for Claude Code (the Atlas engine). Graded PRD validation, dependency-ordered task graph, and CDD-verified execution.",
0 commit comments