Skip to content

docs: record PR #187 and close the changelog gap; correct README - #192

Merged
fig-ai-agent[bot] merged 1 commit into
mainfrom
docs/changelog-191
Sep 11, 2026
Merged

docs: record PR #187 and close the changelog gap; correct README#192
fig-ai-agent[bot] merged 1 commit into
mainfrom
docs/changelog-191

Conversation

@fig-ai-agent

@fig-ai-agent fig-ai-agent Bot commented Sep 11, 2026

Copy link
Copy Markdown
Contributor

What

Documentation catch-up on main.

CHANGELOG.md

README.md

  • frontend/ was absent from the layout table despite being its own package with its own package.json, Dockerfile and tsconfig.json.
  • Deliverables examples now name product-crud and fastapi-obsidian-backend.
  • Quick start mentioned only the root app; it now points at the frontend and notes that the deliverables/ suites are self-contained and several are one command from a running stack.
  • Repository health gained two entries describing things that are currently wrong, not aspirational:
    • Root Node tooling is declared but not usable. No lockfile at the root, no eslint.config.* (so npm run lint fails under ESLint 10, which requires the flat config), and scripts.vite holds a version range where a command belongs. With no lockfile the root dependency tree has also never been scanned for advisories.
    • ~800 unreviewed files at the repo root, all from de284dc — dashboard exports, notebook HTML dumps, loose scripts and archives mixed into the source tree. Unpruned and unclassified.

Notes

CHANGELOG.md

- New [2026-09-11] section recording PR #187 (the `deliverables/product-crud/`
  full-stack CRUD reference: Express + Prisma + Zod backend, React + TanStack
  Query frontend, docker-compose, 30-row seed, production Dockerfile).
- Added three entries to [2026-09-10] that had never been recorded: PR #184,
  PR #185 (fastapi-obsidian-backend deliverable) and commit de284dc, which
  merged that day after the last entry (#183).

README.md

- `frontend/` was missing from the layout table despite being its own package
  with its own Dockerfile and tsconfig.
- Deliverables examples now name `product-crud` and `fastapi-obsidian-backend`.
- Quick start said nothing about the frontend or the deliverable suites, both of
  which are runnable separately; now they are pointed at.
- Repository health gained two honest entries: root Node tooling is declared but
  unusable (no lockfile, no eslint.config.* so `npm run lint` fails under
  ESLint 10, `scripts.vite` holds a version range where a command belongs, and
  no lockfile means the root tree has never been scanned for advisories); and
  ~800 unreviewed files now sit at the repo root from de284dc.
@fig-ai-agent
fig-ai-agent Bot merged commit b22d5e7 into main Sep 11, 2026
5 of 10 checks passed
@fig-ai-agent
fig-ai-agent Bot deleted the docs/changelog-191 branch September 11, 2026 07:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants