# atlas — changelog

Newest first. The running version is at `/api/meta` and in the footer.

## 0.2.2 — 2026-09-10

- Re-vendored the BW Auth pack. Admin, People: the owner can give a member a new
  password (the "New password" button), shown once with a copy button for your own
  email; nothing is emailed and they are signed out everywhere. It works for
  accounts used only in this app; broader accounts are reset from
  auth.bowden.works/admin. Adding a person with no BW account can also create them
  with a generated password instead of an invite email. Refusals from the auth
  service now say why instead of a bare HTTP 400.

## 0.2.1 — 2026-09-05
- Scope: the house and personal-media tenants are now mentioned only as
  "exist, same rules, not team work" (chapter 0 framing, chapter 1 cards and
  a "where your work is" callout, chapter 2 machines, chapter 3 story and
  rules, glossary). The guide teaches the work side only: BW apps, caddie
  apps, client sites and projects.

## 0.2.0 — 2026-09-05
- The onboarding guide: ten chapters with interactive diagrams, sorters,
  quizzes, a runbook ordering exercise, a mock client page and a design
  worksheet; a glossary page.
- Discussion: section-anchored threads per chapter stored as
  `data/comments/guide/<chapter>.comments.md`, with reply, resolve,
  delete-own and owner moderation; reserved `claude` author for replies
  written by a session.
- Membership gate: `/api/whoami` reports `is_member`; the SPA shows a
  "not in yet" screen to BW accounts that were never added.
- Backend tests for the comments store and routes.

## 0.1.0 — 2026-09-05
- Scaffolded from the BW app standard (`new-bw-app.sh`).
