BookingZone Platform Docs¶
Welcome to the BookingZone Platform Documentation — the single source of truth for cross-repo principles, architecture decisions, and process docs.
This site is published from
bz-platform-context,
which contains everything needed for human and AI agents to make correct,
consistent decisions across the platform's repositories.
Start Here¶
| Section | What You'll Find |
|---|---|
| Architecture Decisions | ADRs 0001–0012: Frappe as SoT, multi-tenant model, payment abstraction, spec-driven development, and more |
| System Constitution | Universal engineering principles inherited by all repos |
| Process & Docs | SDLC runbook, git/release/deploy workflows, branch protection |
| Glossary | Canonical domain terminology — one term, one meaning |
| Specs | Cross-cutting feature specs (SYS-005 Booking E2E Quality Gate) |
Quick Links¶
- SDLC Runbook — how to ship a change end-to-end
- Git & Release docs — branching, release, deploy, rollback
- Branch Protection Baseline — review-first rollout
- ADR Index — all architecture decision records
What Lives Here vs. Sister Repos¶
| Folder | Purpose |
|---|---|
constitution/ |
System-wide engineering principles (universal) |
glossary/ |
Canonical domain terminology |
adrs/ |
Architecture Decision Records (cross-cutting decisions) |
specs/SYS-NNN-*/ |
Cross-cutting feature specs (touch 2+ repos) |
docs/ |
Process docs: SDLC, git workflows, branch protection |
What does NOT live here: Application code, repo-internal specs, per-feature implementation details. Those remain in their respective repositories.
Related Resources¶
- Notion Hub (secondary): BookingZone docs
- GitHub Repo: aerospace-apps/bz-platform-context
This documentation site is private (GitHub Pages visibility: Private). Only members of the aerospace-apps organization can access it.