Bootstraps GitHub Spec Kit (scripts, templates, workflow, speckit-* skills) for this frontend project, mirroring the spec-driven workflow already used in supporthub-api. Ratifies seven founding principles: SaaS as the sole identity/access authority, the backend as the sole source of business logic, strict portal boundaries ((public)/(customer)/ (support)/(admin)), a single typed API client layer (no ad hoc fetching), configuration over hardcoding for anything the backend exposes as admin-configurable, an accessible/responsive baseline for an enterprise all-day tool, and required unit/integration/E2E testing gates. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
10 lines
384 B
Plaintext
10 lines
384 B
Plaintext
# Machine-local Spec Kit state — not meant to be shared.
|
|
# Managed by the Specify CLI; safe to edit (your changes are preserved on refresh).
|
|
|
|
# Local pointer to the current feature directory. Rewritten every time you
|
|
# switch features, so it is per-checkout state rather than something to share.
|
|
feature.json
|
|
|
|
# Per-machine extension config overrides.
|
|
extensions/*/local-config.yml
|