lean-spec 0.2.2 → 0.2.4-dev.20251118080109
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-7MCDTSVE.js → chunk-EICKCYUL.js} +4114 -2885
- package/dist/chunk-EICKCYUL.js.map +1 -0
- package/dist/cli.js +67 -238
- package/dist/cli.js.map +1 -1
- package/dist/mcp-server.d.ts +1 -1
- package/dist/mcp-server.js +1 -1
- package/package.json +4 -4
- package/templates/_shared/agents-components/{core-rules-base.md → core-rules-base-additions.md} +0 -1
- package/templates/_shared/agents-components/{core-rules-enterprise.md → core-rules-enterprise-additions.md} +0 -1
- package/templates/_shared/agents-components/core-rules-shared.md +1 -0
- package/templates/_shared/agents-components/discovery-commands-enterprise-additions.md +6 -0
- package/templates/_shared/agents-components/discovery-commands-minimal-additions.md +0 -0
- package/templates/_shared/agents-components/discovery-commands-standard-additions.md +3 -0
- package/templates/_shared/agents-components/essential-commands-enterprise-additions.md +29 -0
- package/templates/_shared/agents-components/essential-commands-minimal-additions.md +1 -0
- package/templates/_shared/agents-components/essential-commands-shared.md +15 -0
- package/templates/_shared/agents-components/essential-commands-standard-additions.md +18 -0
- package/templates/_shared/agents-components/{quality-standards-enterprise.md → quality-standards-enterprise-additions.md} +0 -2
- package/templates/_shared/agents-components/{quality-standards-base.md → quality-standards-minimal-additions.md} +0 -2
- package/templates/_shared/agents-components/quality-standards-shared.md +6 -0
- package/templates/_shared/agents-components/status-update-triggers.md +14 -0
- package/templates/_shared/agents-components/workflow-enterprise.md +7 -4
- package/templates/_shared/agents-components/workflow-standard-detailed.md +7 -4
- package/templates/_shared/agents-components/workflow-standard.md +7 -4
- package/templates/_shared/agents-template.hbs +4 -0
- package/templates/enterprise/agents-config.json +5 -4
- package/templates/enterprise/files/AGENTS.md +79 -9
- package/templates/minimal/agents-config.json +5 -4
- package/templates/minimal/files/AGENTS.md +44 -5
- package/templates/standard/agents-config.json +5 -4
- package/templates/standard/files/AGENTS.md +66 -9
- package/dist/chunk-7MCDTSVE.js.map +0 -1
- package/dist/commands-GRG5UUOF.js +0 -4
- package/dist/commands-GRG5UUOF.js.map +0 -1
- package/templates/_shared/agents-components/discovery-commands-enterprise.md +0 -10
- package/templates/_shared/agents-components/discovery-commands-standard.md +0 -9
- /package/templates/_shared/agents-components/{discovery-commands-minimal.md → discovery-commands-shared.md} +0 -0
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export { addTemplate, analyzeCommand, archiveSpec, backfillTimestamps, boardCommand, checkSpecs, compactCommand, copyTemplate, createSpec, depsCommand, filesCommand, ganttCommand, initProject, listSpecs, listTemplates, mcpCommand, migrateCommand, openCommand, removeTemplate, searchCommand, showTemplate, splitCommand, statsCommand, timelineCommand, tokensAllCommand, tokensCommand, updateSpec, validateCommand, viewCommand } from './chunk-7MCDTSVE.js';
|
|
2
|
-
import './chunk-LVD7ZAVZ.js';
|
|
3
|
-
//# sourceMappingURL=commands-GRG5UUOF.js.map
|
|
4
|
-
//# sourceMappingURL=commands-GRG5UUOF.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":[],"names":[],"mappings":"","file":"commands-GRG5UUOF.js"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
Before starting work, understand project context and dependencies:
|
|
2
|
-
|
|
3
|
-
- `lean-spec stats` - See work distribution across specs
|
|
4
|
-
- `lean-spec board` - View specs organized by status
|
|
5
|
-
- `lean-spec list --tag=<tag>` - Find specs by tag (e.g., `--tag=security`)
|
|
6
|
-
- `lean-spec search "<query>"` - Full-text search across specs
|
|
7
|
-
- `lean-spec deps <spec>` - Check dependencies before starting work
|
|
8
|
-
- `lean-spec gantt` - View project timeline and milestones
|
|
9
|
-
|
|
10
|
-
These commands help you understand what exists, what's in progress, and what depends on what.
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
Before starting work, understand project context:
|
|
2
|
-
|
|
3
|
-
- `lean-spec stats` - See work distribution across specs
|
|
4
|
-
- `lean-spec board` - View specs organized by status
|
|
5
|
-
- `lean-spec list --tag=<tag>` - Find specs by tag (e.g., `--tag=api`)
|
|
6
|
-
- `lean-spec search "<query>"` - Full-text search across specs
|
|
7
|
-
- `lean-spec deps <spec>` - Check dependencies before starting work
|
|
8
|
-
|
|
9
|
-
These commands help you understand what exists, what's in progress, and what depends on what.
|
|
File without changes
|