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.
Files changed (36) hide show
  1. package/dist/{chunk-ER23B6KS.js → chunk-7MCDTSVE.js} +1797 -193
  2. package/dist/chunk-7MCDTSVE.js.map +1 -0
  3. package/dist/cli.js +36 -2
  4. package/dist/cli.js.map +1 -1
  5. package/dist/commands-GRG5UUOF.js +4 -0
  6. package/dist/{commands-ZNL7ZCHU.js.map → commands-GRG5UUOF.js.map} +1 -1
  7. package/dist/mcp-server.js +1 -1
  8. package/package.json +5 -3
  9. package/templates/_shared/agents-components/core-rules-base.md +5 -0
  10. package/templates/_shared/agents-components/core-rules-enterprise.md +5 -0
  11. package/templates/_shared/agents-components/discovery-commands-enterprise.md +10 -0
  12. package/templates/_shared/agents-components/discovery-commands-minimal.md +8 -0
  13. package/templates/_shared/agents-components/discovery-commands-standard.md +9 -0
  14. package/templates/_shared/agents-components/enterprise-approval.md +10 -0
  15. package/templates/_shared/agents-components/enterprise-compliance.md +12 -0
  16. package/templates/_shared/agents-components/enterprise-when-required.md +13 -0
  17. package/templates/_shared/agents-components/frontmatter-enterprise.md +33 -0
  18. package/templates/_shared/agents-components/frontmatter-minimal.md +18 -0
  19. package/templates/_shared/agents-components/frontmatter-standard.md +23 -0
  20. package/templates/_shared/agents-components/quality-standards-base.md +5 -0
  21. package/templates/_shared/agents-components/quality-standards-enterprise.md +6 -0
  22. package/templates/_shared/agents-components/when-to-use-enterprise.md +11 -0
  23. package/templates/_shared/agents-components/when-to-use-minimal.md +9 -0
  24. package/templates/_shared/agents-components/when-to-use-standard.md +9 -0
  25. package/templates/_shared/agents-components/workflow-enterprise.md +8 -0
  26. package/templates/_shared/agents-components/workflow-standard-detailed.md +7 -0
  27. package/templates/_shared/agents-components/workflow-standard.md +5 -0
  28. package/templates/_shared/agents-template.hbs +39 -0
  29. package/templates/enterprise/agents-config.json +15 -0
  30. package/templates/enterprise/files/AGENTS.md +1 -0
  31. package/templates/minimal/agents-config.json +12 -0
  32. package/templates/minimal/files/AGENTS.md +1 -0
  33. package/templates/standard/agents-config.json +12 -0
  34. package/templates/standard/files/AGENTS.md +1 -0
  35. package/dist/chunk-ER23B6KS.js.map +0 -1
  36. 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