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