- 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)
19 lines
513 B
YAML
19 lines
513 B
YAML
name: ama
|
|
version: 0.1.0
|
|
description: Answers questions about the codebase using a pre-built keyword index
|
|
|
|
# File extensions to include in the index (comma-separated)
|
|
extensions: .ts,.js,.tsx,.jsx,.rs,.go,.py,.rb,.java,.md,.txt,.yaml,.yml,.toml
|
|
|
|
# Number of lines per chunk
|
|
chunk_lines: 40
|
|
|
|
# Lines of overlap between consecutive chunks (reduces missed context at boundaries)
|
|
chunk_overlap: 5
|
|
|
|
# Maximum results to return per query
|
|
max_results: 5
|
|
|
|
# Skip files larger than this size (kilobytes)
|
|
max_file_kb: 500
|