Skip to content

Commit 94e57ff

Browse files
chore(plans): add Follow-ups section to workspace plan
Moves the `.env.example` deferral out of Notes (where it didn't belong — Notes is for non-actionable carry-forwards) into the new Follow-ups section per the convention introduced in 221805b. Using the "Deferred to [`<plan>`](...)" entry shape since the work is already owned by api-skeleton. No other follow-ups identified: every other Notes entry is a learning / decision worth carrying forward, not an actionable unshipped item. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 221805b commit 94e57ff

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

plans/workspace.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,7 @@ Out of scope: any actual storage, API endpoints, or UI screens. Those land in de
6363
- **`exactOptionalPropertyTypes` is not part of `strict`** — it's an independent opt-in. Setting it to `false` explicitly was a no-op that implied intent without explanation; removed during PR review.
6464
- **Latest deps as of cutover commit (May 2026):** Fastify 5.8, Vite 8.0, React 19.2, typescript-eslint 6.x, asdf-vm/actions@v4, actions/checkout@v6. Pin in `package.json` carets; rolling-major tags for GitHub Actions.
6565
- **CLAUDE.md lives at `.claude/CLAUDE.md`** after the relocation in this PR — both `<project>/CLAUDE.md` and `<project>/.claude/CLAUDE.md` are valid project-scoped locations for Claude Code; the latter keeps all Claude-specific config under one directory.
66-
- **No `.env.example` yet** — the `!.env.example` carve-out in `.gitignore` is harmless until `api-skeleton` introduces `EnvSchema` and the matching `.env.example` file.
66+
67+
## Follow-ups
68+
69+
- Deferred to [`api-skeleton`](api-skeleton.md)`.env.example` lands when `EnvSchema` is introduced; the `!.env.example` carve-out in `.gitignore` is harmless until then.

0 commit comments

Comments
 (0)