docs(work): close sandcastle-subscription-auth-v1 epic
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"updated_at": "2026-05-13T07:27:04.538Z",
|
"updated_at": "2026-05-13T07:32:16.097Z",
|
||||||
"epics": {
|
"epics": {
|
||||||
"agent-workflow-docs-v1": {
|
"agent-workflow-docs-v1": {
|
||||||
"status": "done",
|
"status": "done",
|
||||||
@@ -383,14 +383,14 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"sandcastle-subscription-auth-v1": {
|
"sandcastle-subscription-auth-v1": {
|
||||||
"status": "in-progress",
|
"status": "done",
|
||||||
"title": "Sandcastle subscription auth as primary flow",
|
"title": "Sandcastle subscription auth as primary flow",
|
||||||
"stories": {
|
"stories": {
|
||||||
"01-subscription-first": {
|
"01-subscription-first": {
|
||||||
"status": "in-progress",
|
"status": "done",
|
||||||
"title": "Subscription-first dispatch — mount ~/.claude, install claude CLI, docs",
|
"title": "Subscription-first dispatch — mount ~/.claude, install claude CLI, docs",
|
||||||
"ac_total": 8,
|
"ac_total": 8,
|
||||||
"ac_completed": 0,
|
"ac_completed": 8,
|
||||||
"depends_on": [],
|
"depends_on": [],
|
||||||
"blocks": []
|
"blocks": []
|
||||||
}
|
}
|
||||||
@@ -449,12 +449,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ready": [
|
"ready": [],
|
||||||
{
|
|
||||||
"epic": "sandcastle-subscription-auth-v1",
|
|
||||||
"story": "01-subscription-first",
|
|
||||||
"title": "Subscription-first dispatch — mount ~/.claude, install claude CLI, docs"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"blocked": []
|
"blocked": []
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ id: 01-subscription-first
|
|||||||
epic: sandcastle-subscription-auth-v1
|
epic: sandcastle-subscription-auth-v1
|
||||||
title: Subscription-first dispatch — mount ~/.claude, install claude CLI, docs
|
title: Subscription-first dispatch — mount ~/.claude, install claude CLI, docs
|
||||||
type: technical-story
|
type: technical-story
|
||||||
status: in-progress
|
status: done
|
||||||
feature: tooling
|
feature: tooling
|
||||||
depends-on: []
|
depends-on: []
|
||||||
blocks: []
|
blocks: []
|
||||||
@@ -11,11 +11,11 @@ blocks: []
|
|||||||
|
|
||||||
## Tasks
|
## Tasks
|
||||||
|
|
||||||
- [ ] Story scaffold
|
- [x] Story scaffold
|
||||||
- [ ] Update .sandcastle/Dockerfile to install @anthropic-ai/claude-code CLI
|
- [x] Update .sandcastle/Dockerfile to install @anthropic-ai/claude-code CLI
|
||||||
- [ ] Update scripts/work/dispatch.mjs: resolveClaudeAuth helper + sandbox mount + fallback to API key
|
- [x] Update scripts/work/dispatch.mjs: resolveClaudeAuth helper + sandbox mount + fallback to API key
|
||||||
- [ ] Tests for resolveClaudeAuth
|
- [x] Tests for resolveClaudeAuth
|
||||||
- [ ] Update runbook "Using Sandcastle" section: subscription is primary flow
|
- [x] Update runbook "Using Sandcastle" section: subscription is primary flow
|
||||||
- [ ] Update ADR-019: subscription auth as primary, API key as fallback
|
- [x] Update ADR-019: subscription auth as primary, API key as fallback
|
||||||
- [ ] Update .env.example + .sandcastle/.env.example: reframe ANTHROPIC_API_KEY as fallback
|
- [x] Update .env.example + .sandcastle/.env.example: reframe ANTHROPIC_API_KEY as fallback
|
||||||
- [ ] Final verification + closeout
|
- [x] Final verification + closeout
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ id: sandcastle-subscription-auth-v1
|
|||||||
prd: null
|
prd: null
|
||||||
title: Sandcastle subscription auth as primary flow
|
title: Sandcastle subscription auth as primary flow
|
||||||
type: epic
|
type: epic
|
||||||
status: in-progress
|
status: done
|
||||||
features: [tooling, ci]
|
features: [tooling, ci]
|
||||||
created: 2026-05-13
|
created: 2026-05-13
|
||||||
---
|
---
|
||||||
@@ -26,4 +26,4 @@ spends zero per-task agent tokens for Pro/Max subscribers.
|
|||||||
|
|
||||||
## Stories
|
## Stories
|
||||||
|
|
||||||
- [ ] [01 — Subscription-first dispatch + Dockerfile + docs](01-subscription-first/_story.md)
|
- [x] [01 — Subscription-first dispatch + Dockerfile + docs](01-subscription-first/_story.md)
|
||||||
|
|||||||
Reference in New Issue
Block a user