Severity: P3 — Docs
Where: README.md, AGENTS.md
Problem
- README shows the removed
bootstrap-admin --profile flag and wrong instance resolution (README.md:163-181); --profile is now ignored (resolution is --api-url → SEAMLESS_API_URL → http://localhost:3000).
- README says "Node.js 18 or newer" but
engines is >=24 <25 and .nvmrc is 24 (README.md:370).
- README/AGENTS list a dead top-level
templates/ dir (templates moved to the seamless-templates monorepo); package.json files also ships it.
verify --filter <flow> (space form) is advertised in AGENTS but only --filter=<flow> parses (src/commands/verify.ts:33).
- AGENTS.md prescribes
npm run typecheck/lint/format:check that don't exist, plus a stale commands list.
Suggested fix
Reconcile docs with actual behavior; either add the missing lint/typecheck/format scripts or drop them from AGENTS.
Filed from an internal code audit (2026-07). File references are against main at audit time.
Severity: P3 — Docs
Where:
README.md,AGENTS.mdProblem
bootstrap-admin --profileflag and wrong instance resolution (README.md:163-181);--profileis now ignored (resolution is--api-url→SEAMLESS_API_URL→http://localhost:3000).enginesis>=24 <25and.nvmrcis24(README.md:370).templates/dir (templates moved to the seamless-templates monorepo);package.jsonfilesalso ships it.verify --filter <flow>(space form) is advertised in AGENTS but only--filter=<flow>parses (src/commands/verify.ts:33).npm run typecheck/lint/format:checkthat don't exist, plus a stale commands list.Suggested fix
Reconcile docs with actual behavior; either add the missing lint/typecheck/format scripts or drop them from AGENTS.
Filed from an internal code audit (2026-07). File references are against
mainat audit time.