Update tenant lifecycle tooling and retire docs/process

This commit is contained in:
Codex Agent
2026-01-01 17:02:08 +01:00
parent 1e57fc1046
commit 405a4b7340
44 changed files with 631 additions and 860 deletions

View File

@@ -33,8 +33,7 @@ This repository hosts a multi-tenant event photo platform (Laravel 12, PHP 8.3,
## Repo Structure (high-level)
- docs/archive/prp/ — split PRP (authoritative). Start at docs/archive/prp/README.md.
- docs/process/changes/ — session change logs.
- docs/process/todo/ — prioritized backlog items (replaces single TODO.md file).
- .beads/ — bd issue tracker data (source of truth for backlog and progress).
- resources/js/guest/ — Guest PWA source (React 19, offline-first, installable).
- resources/js/admin/ — Tenant Admin PWA source (React 19, Capacitor/TWA ready).
- resources/js/pages/ — Inertia pages (React).
@@ -48,7 +47,7 @@ This repository hosts a multi-tenant event photo platform (Laravel 12, PHP 8.3,
4) Update docs when public surfaces change (PRP, docs/*).
5) Propose follow-ups as Issues if out of scope.
- Issue hygiene (Ops Agent):
- Import docs/process/todo/ tasks as Issues with label TODO; group by Milestone (e.g., Now, Security & Compliance).
- Track backlog and follow-ups in bd; avoid duplicates by checking existing titles before creating new issues.
- Avoid duplicates by checking existing titles.
- Releases (Ops Agent):
- Tag with semantic version; generate changelog from commits/PRs; ensure legal pages and migration notes are updated.