config.yaml 573 B

1234567891011121314151617181920
  1. schema: spec-driven
  2. # Project context (optional)
  3. # This is shown to AI when creating artifacts.
  4. # Add your tech stack, conventions, style guides, domain knowledge, etc.
  5. # Example:
  6. # context: |
  7. # Tech stack: TypeScript, React, Node.js
  8. # We use conventional commits
  9. # Domain: e-commerce platform
  10. # Per-artifact rules (optional)
  11. # Add custom rules for specific artifacts.
  12. # Example:
  13. # rules:
  14. # proposal:
  15. # - Keep proposals under 500 words
  16. # - Always include a "Non-goals" section
  17. # tasks:
  18. # - Break tasks into chunks of max 2 hours