lean-spec 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{chunk-ER23B6KS.js → chunk-7MCDTSVE.js} +1797 -193
- package/dist/chunk-7MCDTSVE.js.map +1 -0
- package/dist/cli.js +36 -2
- package/dist/cli.js.map +1 -1
- package/dist/commands-GRG5UUOF.js +4 -0
- package/dist/{commands-ZNL7ZCHU.js.map → commands-GRG5UUOF.js.map} +1 -1
- package/dist/mcp-server.js +1 -1
- package/package.json +5 -3
- package/templates/_shared/agents-components/core-rules-base.md +5 -0
- package/templates/_shared/agents-components/core-rules-enterprise.md +5 -0
- package/templates/_shared/agents-components/discovery-commands-enterprise.md +10 -0
- package/templates/_shared/agents-components/discovery-commands-minimal.md +8 -0
- package/templates/_shared/agents-components/discovery-commands-standard.md +9 -0
- package/templates/_shared/agents-components/enterprise-approval.md +10 -0
- package/templates/_shared/agents-components/enterprise-compliance.md +12 -0
- package/templates/_shared/agents-components/enterprise-when-required.md +13 -0
- package/templates/_shared/agents-components/frontmatter-enterprise.md +33 -0
- package/templates/_shared/agents-components/frontmatter-minimal.md +18 -0
- package/templates/_shared/agents-components/frontmatter-standard.md +23 -0
- package/templates/_shared/agents-components/quality-standards-base.md +5 -0
- package/templates/_shared/agents-components/quality-standards-enterprise.md +6 -0
- package/templates/_shared/agents-components/when-to-use-enterprise.md +11 -0
- package/templates/_shared/agents-components/when-to-use-minimal.md +9 -0
- package/templates/_shared/agents-components/when-to-use-standard.md +9 -0
- package/templates/_shared/agents-components/workflow-enterprise.md +8 -0
- package/templates/_shared/agents-components/workflow-standard-detailed.md +7 -0
- package/templates/_shared/agents-components/workflow-standard.md +5 -0
- package/templates/_shared/agents-template.hbs +39 -0
- package/templates/enterprise/agents-config.json +15 -0
- package/templates/enterprise/files/AGENTS.md +1 -0
- package/templates/minimal/agents-config.json +12 -0
- package/templates/minimal/files/AGENTS.md +1 -0
- package/templates/standard/agents-config.json +12 -0
- package/templates/standard/files/AGENTS.md +1 -0
- package/dist/chunk-ER23B6KS.js.map +0 -1
- package/dist/commands-ZNL7ZCHU.js +0 -4
|
@@ -10,6 +10,7 @@ Lightweight spec methodology for AI-powered development.
|
|
|
10
10
|
2. **Check specs/** - Review existing specs before starting
|
|
11
11
|
3. **Follow LeanSpec principles** - Clarity over documentation
|
|
12
12
|
4. **Keep it minimal** - If it doesn't add clarity, cut it
|
|
13
|
+
5. **Never use nested code blocks** - Markdown doesn't support code blocks within code blocks. Use indentation or describe the structure instead
|
|
13
14
|
|
|
14
15
|
## When to Use Specs
|
|
15
16
|
|