- Initialize .sdlc/ with config, guidance, and state machine - Register M0-M8 as released milestones (full engine track history) - Seed M9 (Community Sync & Revocation) and M10 (Governance & Agent Rights) with features - Seed product milestones P0-P4 and PG1 gate with features from existing planning docs - Add Team section to AGENTS.md (tidal-engineer, tidal-visionary, tidal-researcher, tidal-storyteller) - Add knowledge-librarian agent for .sdlc/knowledge/ curation - Gitignore .sdlc/telemetry.redb (volatile binary state) - Add .ai/ scaffold (project knowledge index)
13 lines
307 B
YAML
13 lines
307 B
YAML
# quality-check tool configuration
|
|
# Add your project's quality checks below.
|
|
# Each check runs its `script` as a shell command in the project root.
|
|
#
|
|
# Example:
|
|
# checks:
|
|
# - name: test
|
|
# description: Run unit tests
|
|
# script: cargo test --all
|
|
name: quality-check
|
|
version: "0.3.0"
|
|
checks:
|