C2(authentik-source-build): close authentik-api-client-generation
All deliverables verified on ringtail: - client-go: 886 .go files, go.mod/go.sum, no test/ - client-ts: src/ + dist/ (tsc compiled) - api-go-vendor-hook: setup hook with FOD guard Also clarify card closure semantics in agent-change-process: "works" means the card's own deliverables are met, not that downstream consumers have integrated them. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
fdcfc7b881
commit
dff21536f9
2 changed files with 1 additions and 2 deletions
|
|
@ -163,7 +163,7 @@ The `mikado-branch-invariant-check` commit-msg hook validates this convention an
|
|||
2. **Open a PR** after the first card commits so the user can review the Mikado graph
|
||||
3. **Work leaf nodes** — pick a leaf (a card with `status: active` and no unmet `requires`):
|
||||
- Commit code changes (`C2(<chain>): impl ...`) that progress toward closing it
|
||||
- **Verify the change works** (deploy from branch, run tests, etc.) before closing
|
||||
- **Verify the card's own deliverables** (deploy from branch, run tests, etc.) before closing. "Works" means the card's stated outputs are correct — not that downstream consumers have integrated them. If a downstream card later discovers the output doesn't fit, that's a new prerequisite discovery handled by the normal reset mechanism.
|
||||
- Commit the card closure (`C2(<chain>): close ...`) — remove `status: active`
|
||||
- Push to origin — this is the save point
|
||||
4. **End the cycle** — after pushing a closed leaf node, prompt the user to review the PR and suggest ending the session. Each closed leaf is a natural stopping point; the chain is designed to be resumed later. Don't rush into the next leaf without the user's go-ahead.
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
title: Generate Authentik API Clients
|
||||
modified: 2026-02-28
|
||||
status: active
|
||||
requires:
|
||||
- mirror-authentik-build-deps
|
||||
tags:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue