## Summary - rebuild the public Tenantial homepage around an evidence-first Microsoft tenant governance narrative - replace the old hero visual with a new static dashboard preview and add dedicated Trust Bar and Feature Pillars sections - update the shared public shell, navigation, footer, dark design tokens, assets, and homepage content to match the new brand direction - align website smoke coverage and Spec 400 artifacts with the rebuilt homepage ## Testing - not run in this pass - updated website smoke specs under apps/website/tests/smoke ## Note - `website-dev` was pushed to `origin` so the requested PR base exists remotely - the remote `website-dev` branch is an ancestor of `origin/dev`, so this PR may also show upstream `dev` history relative to that base Co-authored-by: Ahmed Darrazi <ahmed.darrazi@live.de> Reviewed-on: #387
63 lines
1.9 KiB
YAML
63 lines
1.9 KiB
YAML
# Git Branching Workflow Extension Configuration
|
|
# Copied to .specify/extensions/git/git-config.yml on install
|
|
|
|
# Branch numbering strategy: "sequential" (001, 002, ...) or "timestamp" (YYYYMMDD-HHMMSS)
|
|
branch_numbering: sequential
|
|
|
|
# Commit message used by `git commit` during repository initialization
|
|
init_commit_message: "[Spec Kit] Initial commit"
|
|
|
|
# Auto-commit before/after core commands.
|
|
# Set "default" to enable for all commands, then override per-command.
|
|
# Each key can be true/false. Message is customizable per-command.
|
|
auto_commit:
|
|
default: false
|
|
before_clarify:
|
|
enabled: false
|
|
message: "[Spec Kit] Save progress before clarification"
|
|
before_plan:
|
|
enabled: false
|
|
message: "[Spec Kit] Save progress before planning"
|
|
before_tasks:
|
|
enabled: false
|
|
message: "[Spec Kit] Save progress before task generation"
|
|
before_implement:
|
|
enabled: false
|
|
message: "[Spec Kit] Save progress before implementation"
|
|
before_checklist:
|
|
enabled: false
|
|
message: "[Spec Kit] Save progress before checklist"
|
|
before_analyze:
|
|
enabled: false
|
|
message: "[Spec Kit] Save progress before analysis"
|
|
before_taskstoissues:
|
|
enabled: false
|
|
message: "[Spec Kit] Save progress before issue sync"
|
|
after_constitution:
|
|
enabled: false
|
|
message: "[Spec Kit] Add project constitution"
|
|
after_specify:
|
|
enabled: false
|
|
message: "[Spec Kit] Add specification"
|
|
after_clarify:
|
|
enabled: false
|
|
message: "[Spec Kit] Clarify specification"
|
|
after_plan:
|
|
enabled: false
|
|
message: "[Spec Kit] Add implementation plan"
|
|
after_tasks:
|
|
enabled: false
|
|
message: "[Spec Kit] Add tasks"
|
|
after_implement:
|
|
enabled: false
|
|
message: "[Spec Kit] Implementation progress"
|
|
after_checklist:
|
|
enabled: false
|
|
message: "[Spec Kit] Add checklist"
|
|
after_analyze:
|
|
enabled: false
|
|
message: "[Spec Kit] Add analysis report"
|
|
after_taskstoissues:
|
|
enabled: false
|
|
message: "[Spec Kit] Sync tasks to issues"
|