From fb67692a08973f9e6e14f7c2ec336cad5bdaf777 Mon Sep 17 00:00:00 2001 From: ginnoir Date: Sat, 4 Jul 2026 19:14:00 -0500 Subject: [PATCH] docs: mark task 87 done in status --- STATUS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/STATUS.md b/STATUS.md index 4996e69..e2026e5 100644 --- a/STATUS.md +++ b/STATUS.md @@ -13,7 +13,7 @@ Living progress tracker. Update at the end of each task. Codex and Claude Code b - **84 — Back navigation** (commit `d090200`). Shared `DetailBackLink` on garden/notes/lists detail, create, and edit pages plus household settings. E2E in `tests/e2e/navigation.spec.ts`. -- **87 — HTTP API v1** (commits `ea5d1d0`, `d4304b0`, `TBD`). Household bearer token + session auth; `/api/v1/` routes for calendar, lists, notes, garden, bangs; OpenAPI in `docs/api/openapi.yaml`; owner token UI in Settings → Data. Unit tests: `api-auth`, `api-v1-calendar`, `api-v1-auth`. ADR 0006. +- **87 — HTTP API v1** (commits `ea5d1d0`, `d4304b0`, `e8d13be`). Household bearer token + session auth; `/api/v1/` routes for calendar, lists, notes, garden, bangs; OpenAPI in `docs/api/openapi.yaml`; owner token UI in Settings → Data. Unit tests: `api-auth`, `api-v1-calendar`, `api-v1-auth`. ADR 0006. Run `pnpm db:migrate` for migration `0019_household_api_tokens`. - **01 — Repo init & tooling** (commit `b89690a`). pnpm 10 + TS strict + ESLint flat + Prettier. All acceptance criteria green. - **02 — Next.js app skeleton**. Next.js 15 + React 19 + Tailwind v4 + shadcn/ui (button, card, input, dialog). `pnpm dev` serves placeholder, `pnpm build` produces `.next/standalone/`, `pnpm lint` clean. Added `.npmrc` with `node-linker=hoisted` for Windows symlink compatibility. @@ -58,7 +58,7 @@ Phase 9 — Post-v0.1 (see `docs/superpowers/specs/2026-07-03-backlog-triage-des **Batch order:** 1. ~~Bugs: tasks 80–84~~ — done -2. API foundation: task 87 (+ ADR 0006) +2. ~~API foundation: task 87 (+ ADR 0006)~~ — done 3. Shared rich-text + notes overhaul: task 85 (+ ADR 0004); closes notes mobile overflow 4. Journal: task 86 (+ ADR 0005), including journal API endpoints 5. LLM agent chat: task 88