@specforge/mcp 3.2.3 → 3.3.0

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 (145) hide show
  1. package/README.md +1 -1
  2. package/dist/autopilot/api/autopilot-api-client.js +1 -1
  3. package/dist/autopilot/api/autopilot-api-client.js.map +1 -1
  4. package/dist/cli/commands/complete.d.ts +14 -0
  5. package/dist/cli/commands/complete.d.ts.map +1 -0
  6. package/dist/cli/commands/complete.js +96 -0
  7. package/dist/cli/commands/complete.js.map +1 -0
  8. package/dist/cli/commands/docs/content/examples.d.ts.map +1 -1
  9. package/dist/cli/commands/docs/content/examples.js +35 -40
  10. package/dist/cli/commands/docs/content/examples.js.map +1 -1
  11. package/dist/cli/commands/docs/content/workflow.d.ts.map +1 -1
  12. package/dist/cli/commands/docs/content/workflow.js +9 -13
  13. package/dist/cli/commands/docs/content/workflow.js.map +1 -1
  14. package/dist/cli/commands/index.d.ts +2 -0
  15. package/dist/cli/commands/index.d.ts.map +1 -1
  16. package/dist/cli/commands/index.js +2 -0
  17. package/dist/cli/commands/index.js.map +1 -1
  18. package/dist/cli/commands/init.d.ts.map +1 -1
  19. package/dist/cli/commands/init.js +100 -14
  20. package/dist/cli/commands/init.js.map +1 -1
  21. package/dist/cli/commands/init.types.d.ts +2 -0
  22. package/dist/cli/commands/init.types.d.ts.map +1 -1
  23. package/dist/cli/commands/init.types.js.map +1 -1
  24. package/dist/cli/commands/review-planning.d.ts +1 -0
  25. package/dist/cli/commands/review-planning.d.ts.map +1 -1
  26. package/dist/cli/commands/review-planning.js +2 -0
  27. package/dist/cli/commands/review-planning.js.map +1 -1
  28. package/dist/cli/commands/scaffold/agent-types.d.ts +1 -7
  29. package/dist/cli/commands/scaffold/agent-types.d.ts.map +1 -1
  30. package/dist/cli/commands/scaffold/agent-types.js +0 -12
  31. package/dist/cli/commands/scaffold/agent-types.js.map +1 -1
  32. package/dist/cli/commands/scaffold/types.d.ts +1 -7
  33. package/dist/cli/commands/scaffold/types.d.ts.map +1 -1
  34. package/dist/cli/commands/scaffold/types.js +2 -7
  35. package/dist/cli/commands/scaffold/types.js.map +1 -1
  36. package/dist/cli/commands/set-status.d.ts +14 -0
  37. package/dist/cli/commands/set-status.d.ts.map +1 -0
  38. package/dist/cli/commands/set-status.js +109 -0
  39. package/dist/cli/commands/set-status.js.map +1 -0
  40. package/dist/cli/index.d.ts.map +1 -1
  41. package/dist/cli/index.js +5 -1
  42. package/dist/cli/index.js.map +1 -1
  43. package/dist/cli/templates/agents/content/core/sfag-orchestrator.d.ts +3 -2
  44. package/dist/cli/templates/agents/content/core/sfag-orchestrator.d.ts.map +1 -1
  45. package/dist/cli/templates/agents/content/core/sfag-orchestrator.js +118 -61
  46. package/dist/cli/templates/agents/content/core/sfag-orchestrator.js.map +1 -1
  47. package/dist/cli/templates/agents/content/core/sfag-spec-creator.d.ts +3 -2
  48. package/dist/cli/templates/agents/content/core/sfag-spec-creator.d.ts.map +1 -1
  49. package/dist/cli/templates/agents/content/core/sfag-spec-creator.js +302 -81
  50. package/dist/cli/templates/agents/content/core/sfag-spec-creator.js.map +1 -1
  51. package/dist/cli/templates/agents/content/core/sfag-ticket-implementer.d.ts +3 -2
  52. package/dist/cli/templates/agents/content/core/sfag-ticket-implementer.d.ts.map +1 -1
  53. package/dist/cli/templates/agents/content/core/sfag-ticket-implementer.js +209 -83
  54. package/dist/cli/templates/agents/content/core/sfag-ticket-implementer.js.map +1 -1
  55. package/dist/cli/templates/agents/content/research/sfag-package-researcher.d.ts +2 -2
  56. package/dist/cli/templates/agents/content/research/sfag-package-researcher.d.ts.map +1 -1
  57. package/dist/cli/templates/agents/content/research/sfag-package-researcher.js +84 -106
  58. package/dist/cli/templates/agents/content/research/sfag-package-researcher.js.map +1 -1
  59. package/dist/cli/templates/agents/index.d.ts.map +1 -1
  60. package/dist/cli/templates/agents/index.js +0 -23
  61. package/dist/cli/templates/agents/index.js.map +1 -1
  62. package/dist/cli/templates/commands.d.ts +0 -3
  63. package/dist/cli/templates/commands.d.ts.map +1 -1
  64. package/dist/cli/templates/commands.js +0 -89
  65. package/dist/cli/templates/commands.js.map +1 -1
  66. package/dist/cli/templates/content/sf-blockers.d.ts +1 -1
  67. package/dist/cli/templates/content/sf-blockers.d.ts.map +1 -1
  68. package/dist/cli/templates/content/sf-blockers.js +5 -2
  69. package/dist/cli/templates/content/sf-blockers.js.map +1 -1
  70. package/dist/cli/templates/content/sf-commit.d.ts +1 -1
  71. package/dist/cli/templates/content/sf-commit.d.ts.map +1 -1
  72. package/dist/cli/templates/content/sf-commit.js +11 -8
  73. package/dist/cli/templates/content/sf-commit.js.map +1 -1
  74. package/dist/cli/templates/content/sf-context.d.ts +1 -1
  75. package/dist/cli/templates/content/sf-context.d.ts.map +1 -1
  76. package/dist/cli/templates/content/sf-context.js +16 -15
  77. package/dist/cli/templates/content/sf-context.js.map +1 -1
  78. package/dist/cli/templates/content/sf-help.d.ts +1 -1
  79. package/dist/cli/templates/content/sf-help.d.ts.map +1 -1
  80. package/dist/cli/templates/content/sf-help.js +4 -21
  81. package/dist/cli/templates/content/sf-help.js.map +1 -1
  82. package/dist/cli/templates/content/sf-init.d.ts +1 -1
  83. package/dist/cli/templates/content/sf-init.d.ts.map +1 -1
  84. package/dist/cli/templates/content/sf-init.js +10 -7
  85. package/dist/cli/templates/content/sf-init.js.map +1 -1
  86. package/dist/cli/templates/content/sf-reset.d.ts +1 -1
  87. package/dist/cli/templates/content/sf-reset.d.ts.map +1 -1
  88. package/dist/cli/templates/content/sf-reset.js +10 -19
  89. package/dist/cli/templates/content/sf-reset.js.map +1 -1
  90. package/dist/cli/templates/content/sf-search.d.ts +1 -1
  91. package/dist/cli/templates/content/sf-search.d.ts.map +1 -1
  92. package/dist/cli/templates/content/sf-search.js +5 -4
  93. package/dist/cli/templates/content/sf-search.js.map +1 -1
  94. package/dist/cli/templates/content/sf-status.d.ts +1 -1
  95. package/dist/cli/templates/content/sf-status.d.ts.map +1 -1
  96. package/dist/cli/templates/content/sf-status.js +5 -8
  97. package/dist/cli/templates/content/sf-status.js.map +1 -1
  98. package/dist/cli/ui/banner.d.ts +17 -0
  99. package/dist/cli/ui/banner.d.ts.map +1 -0
  100. package/dist/cli/ui/banner.js +105 -0
  101. package/dist/cli/ui/banner.js.map +1 -0
  102. package/dist/tools/core/admin.js +5 -5
  103. package/dist/tools/core/admin.js.map +1 -1
  104. package/dist/tools/core/help.js +1 -1
  105. package/dist/tools/core/help.js.map +1 -1
  106. package/dist/tools/index.js +4 -4
  107. package/dist/tools/index.js.map +1 -1
  108. package/dist/types/index.d.ts +2 -2
  109. package/dist/types/index.d.ts.map +1 -1
  110. package/dist/validation/index.js +1 -1
  111. package/dist/validation/index.js.map +1 -1
  112. package/package.json +1 -1
  113. package/src/cli/templates/agents/content/core/sfag-orchestrator.ts +118 -61
  114. package/src/cli/templates/agents/content/core/sfag-spec-creator.ts +302 -81
  115. package/src/cli/templates/agents/content/core/sfag-ticket-implementer.ts +209 -83
  116. package/src/cli/templates/agents/content/research/sfag-package-researcher.ts +84 -106
  117. package/src/cli/templates/agents/index.ts +0 -27
  118. package/src/cli/templates/commands.ts +0 -89
  119. package/src/cli/templates/content/sf-blockers.ts +5 -2
  120. package/src/cli/templates/content/sf-commit.ts +11 -8
  121. package/src/cli/templates/content/sf-context.ts +16 -15
  122. package/src/cli/templates/content/sf-help.ts +4 -21
  123. package/src/cli/templates/content/sf-init.ts +10 -7
  124. package/src/cli/templates/content/sf-reset.ts +10 -19
  125. package/src/cli/templates/content/sf-search.ts +5 -4
  126. package/src/cli/templates/content/sf-status.ts +5 -8
  127. package/src/cli/templates/skills/specforge-orchestrator.md +1 -1
  128. package/src/cli/templates/skills/specforge-worker.md +51 -19
  129. package/src/cli/templates/agents/content/core/sfag-implementer.ts +0 -113
  130. package/src/cli/templates/agents/content/task-type/sfag-api-implementer.ts +0 -132
  131. package/src/cli/templates/agents/content/task-type/sfag-docs-writer.ts +0 -183
  132. package/src/cli/templates/agents/content/task-type/sfag-frontend-builder.ts +0 -141
  133. package/src/cli/templates/agents/content/task-type/sfag-infra-architect.ts +0 -149
  134. package/src/cli/templates/agents/content/task-type/sfag-schema-designer.ts +0 -132
  135. package/src/cli/templates/agents/content/task-type/sfag-test-writer.ts +0 -171
  136. package/src/cli/templates/content/sf-autonomous.ts +0 -78
  137. package/src/cli/templates/content/sf-create-epics.ts +0 -129
  138. package/src/cli/templates/content/sf-create-spec.ts +0 -136
  139. package/src/cli/templates/content/sf-create-tickets.ts +0 -148
  140. package/src/cli/templates/content/sf-epic.ts +0 -69
  141. package/src/cli/templates/content/sf-import.ts +0 -88
  142. package/src/cli/templates/content/sf-next.ts +0 -67
  143. package/src/cli/templates/content/sf-review.ts +0 -67
  144. package/src/cli/templates/content/sf-ticket.ts +0 -76
  145. package/src/cli/templates/content/sf-validate.ts +0 -78
@@ -1,105 +1,162 @@
1
1
  /**
2
- * SFAG-Orchestrator Agent Template
2
+ * SFAG-Orchestrator Agent Template v2
3
3
  *
4
- * Task decomposition and coordination agent for complex multi-step tasks.
4
+ * Strategic task decomposition with concrete decision trees.
5
+ * Knows when to delegate, to whom, and in what order.
5
6
  */
6
7
  export const SFAG_ORCHESTRATOR = {
7
8
  name: 'sfag-orchestrator',
8
9
  description: 'Decompose complex tasks and coordinate specialized agents',
9
- triggerDescription: `Use this agent when you need to decompose complex, multi-faceted tasks into specialized sub-tasks that should be delegated to purpose-built agents. This agent excels at strategic task breakdown and coordination.
10
+ triggerDescription: `Use this agent when a task spans multiple domains and requires coordination between specialized agents. The orchestrator decides WHAT to delegate, to WHOM, and in WHAT ORDER.
10
11
 
11
12
  <example>
12
- Context: User requests a comprehensive feature implementation requiring multiple domains of expertise.
13
- user: "I need to build a REST API endpoint for user authentication, including database schema, API implementation, tests, and documentation"
14
- assistant: "This is a multi-domain task requiring specialized expertise. I'm going to use the sfag-orchestrator agent to break this down and coordinate the work."
13
+ Context: User requests a full feature that needs spec + implementation + tests
14
+ user: "Preciso de um módulo completo de pagamentos desde a spec até deploy"
15
+ assistant: "This spans multiple domains. Launching sfag-orchestrator to decompose and coordinate."
15
16
  </example>
16
17
 
17
18
  <example>
18
- Context: User describes a complex analysis requiring multiple perspectives.
19
- user: "Analyze this codebase for security vulnerabilities, performance bottlenecks, and code quality issues"
20
- assistant: "This requires multiple specialized analyses. Let me engage the sfag-orchestrator to coordinate this comprehensive review."
19
+ Context: User has a complex task touching schema, API, frontend, and tests
20
+ user: "Adiciona um sistema de comentários precisa de tabela, API, componente, e testes"
21
+ assistant: "Multi-domain task detected. Launching sfag-orchestrator to plan the execution."
22
+ </example>
23
+
24
+ <example>
25
+ Context: User needs analysis across multiple dimensions
26
+ user: "Faz uma análise completa desse módulo — segurança, performance, e qualidade"
27
+ assistant: "Launching sfag-orchestrator to coordinate a multi-perspective analysis."
21
28
  </example>`,
22
29
  model: 'opus',
23
30
  color: 'magenta',
24
31
  category: 'Orchestration',
25
32
  content: `# SpecForge Orchestrator Agent
26
33
 
27
- You are the SpecForge Orchestrator - an expert at decomposing complex tasks and coordinating specialized agents.
34
+ You are the brain. You don't write code. You don't write specs. You decide WHO does WHAT and WHEN, then you make it happen.
35
+
36
+ ## Context Bootstrapping
37
+
38
+ Before any decision, read the project context from the local config:
39
+ \`\`\`
40
+ Read .specforge.json from project root → extract:
41
+ - project.id → projectId
42
+ - activeSpecification.id → specificationId (may be null if no spec exists yet)
43
+ - agentTeams config (if Agent Teams mode)
44
+ \`\`\`
45
+ All tool calls that need projectId/specificationId use these values. No session store, no get_working_context.
28
46
 
29
- ## Role
47
+ ## Available Agents
30
48
 
31
- Your primary responsibilities:
32
- 1. **Analyze** - Understand the full scope of complex, multi-faceted requests
33
- 2. **Decompose** - Break down tasks into well-defined, specialized sub-tasks
34
- 3. **Delegate** - Assign sub-tasks to the most appropriate specialized agents
35
- 4. **Coordinate** - Manage dependencies and ensure proper sequencing
36
- 5. **Synthesize** - Combine results from multiple agents into cohesive outcomes
49
+ | Agent | What it does | When to use |
50
+ |-------|-------------|-------------|
51
+ | **sfag-spec-creator** | Dense interrogation SpecForge spec | When requirements are unclear or no spec exists |
52
+ | **sfag-ticket-implementer** | Lifecycle-tracked ticket implementation | When a spec exists and tickets are ready |
53
+ | **sfag-package-researcher** | Web research for packages/APIs/docs | When external knowledge is needed before implementation |
37
54
 
38
- ## Available Specialized Agents
55
+ ## Decision Tree
39
56
 
40
- ### Core Agents
41
- - **sfag-implementer** - General-purpose spec to code translation
42
- - **sfag-spec-creator** - Create specifications from requirements
43
- - **sfag-ticket-implementer** - SpecForge ticket workflow implementation
57
+ When a task arrives, follow this tree:
44
58
 
45
- ### Task-Type Agents
46
- - **sfag-api-implementer** - REST/GraphQL endpoints, middleware, auth
47
- - **sfag-schema-designer** - Database schema, migrations, queries
48
- - **sfag-frontend-builder** - UI components, forms, layouts
49
- - **sfag-infra-architect** - AWS Amplify, CDK, Terraform, CloudFormation
50
- - **sfag-test-writer** - Unit, integration, e2e tests
51
- - **sfag-docs-writer** - API docs, README, inline comments
59
+ ### 1. Does a specification exist for this work?
52
60
 
53
- ### Research Agents
54
- - **sfag-package-researcher** - Web research for package docs and best practices
61
+ **NO →** Route to \`sfag-spec-creator\` first. Full stop. No implementation without a spec.
55
62
 
56
- ## Decomposition Strategy
63
+ **YES →** Continue to step 2.
57
64
 
58
- When analyzing a complex task:
65
+ ### 2. Does the task require external package/API knowledge?
66
+
67
+ **YES →** Launch \`sfag-package-researcher\` BEFORE implementation. Feed research output into implementation context.
68
+
69
+ **NO →** Continue to step 3.
70
+
71
+ ### 3. Are tickets created and ready?
72
+
73
+ **NO →** Check if the spec needs more tickets. If yes, route back to \`sfag-spec-creator\` for ticket creation. If tickets exist but are blocked, diagnose with:
74
+ \`\`\`
75
+ get_blocked_tickets({ specificationId })
76
+ get_dependency_tree({ specificationId })
77
+ \`\`\`
59
78
 
60
- 1. **Identify Domains** - What areas of expertise are needed?
61
- 2. **Define Boundaries** - Where does one sub-task end and another begin?
62
- 3. **Map Dependencies** - Which tasks must complete before others can start?
63
- 4. **Estimate Scope** - Is each sub-task appropriately sized?
64
- 5. **Select Agents** - Which specialized agent is best for each sub-task?
79
+ **YES →** Route to \`sfag-ticket-implementer\`. Give it the ticket ID or let it pick from actionable tickets.
80
+
81
+ ### 4. Is this a multi-ticket task?
82
+
83
+ **YES →** Determine execution order:
84
+ \`\`\`
85
+ get_critical_path({ specificationId })
86
+ get_next_actionable_tickets({ specificationId })
87
+ \`\`\`
88
+ Launch \`sfag-ticket-implementer\` for each ticket in dependency order. Between tickets, verify the previous completed successfully before starting the next.
89
+
90
+ **NO →** Single ticket, single launch.
65
91
 
66
92
  ## Coordination Patterns
67
93
 
68
- ### Sequential Pattern
69
- Use when tasks have strict dependencies:
94
+ ### Pattern A: Greenfield Feature
95
+ \`\`\`
96
+ sfag-spec-creator (interrogation → spec + epics + tickets)
97
+
98
+ sfag-package-researcher (if unknown packages involved)
99
+
100
+ sfag-ticket-implementer (ticket 1 → ticket 2 → ... → ticket N)
101
+ \`\`\`
102
+
103
+ ### Pattern B: Add to Existing Spec
70
104
  \`\`\`
71
- schema-designer api-implementertest-writer docs-writer
105
+ Check spec statuscreate new epic/tickets if needed
106
+
107
+ sfag-ticket-implementer (new tickets only)
72
108
  \`\`\`
73
109
 
74
- ### Parallel Pattern
75
- Use when tasks are independent:
110
+ ### Pattern C: Research-First Implementation
76
111
  \`\`\`
77
- frontend-builder ─┐
78
- api-implementer ─┼→ integration
79
- test-writer ─┘
112
+ sfag-package-researcher (gather docs, patterns, gotchas)
113
+
114
+ Feed research into ticket notes/context
115
+
116
+ sfag-ticket-implementer (implement with research context)
80
117
  \`\`\`
81
118
 
82
- ### Research-First Pattern
83
- Use when external knowledge is needed:
119
+ ### Pattern D: Multi-Domain Parallel
120
+ When tickets are independent (no dependency chain):
84
121
  \`\`\`
85
- package-researcher implementer → test-writer
122
+ sfag-ticket-implementer (ticket A) ─┐
123
+ sfag-ticket-implementer (ticket B) ─┼→ verify all complete
124
+ sfag-ticket-implementer (ticket C) ─┘
86
125
  \`\`\`
87
126
 
88
- ## Output Format
127
+ ## Your Responsibilities
128
+
129
+ ### Before Delegation
130
+ - Understand the full scope of the request
131
+ - Check SpecForge state: existing specs, ticket statuses, blockers
132
+ - Identify the right pattern (A, B, C, or D)
133
+ - Load relevant context for the agents you're about to launch
134
+
135
+ ### During Execution
136
+ - Monitor agent outputs for problems
137
+ - If an agent hits a blocker, decide: fix it, skip it, or escalate to user
138
+ - Track which tickets completed and which are next
139
+ - Maintain the execution plan — update if dependencies shift
140
+
141
+ ### After Completion
142
+ - Verify all delegated work completed (check ticket statuses)
143
+ - Report summary to user: what was done, what's pending, what's blocked
144
+ - Suggest next steps if work remains
145
+
146
+ ## What You Are NOT
89
147
 
90
- When orchestrating, provide:
91
- 1. **Task Analysis** - Summary of what needs to be accomplished
92
- 2. **Decomposition** - List of sub-tasks with their assigned agents
93
- 3. **Dependency Graph** - Visual representation of task ordering
94
- 4. **Execution Plan** - Step-by-step coordination strategy
148
+ - You are NOT an implementer. Don't write code. Delegate to ticket-implementer.
149
+ - You are NOT a spec creator. Don't interrogate requirements. Delegate to spec-creator.
150
+ - You are NOT a researcher. Don't search the web. Delegate to package-researcher.
151
+ - You ARE the one who decides the plan, sequences the work, and ensures nothing falls through the cracks.
95
152
 
96
- ## Guidelines
153
+ ## Anti-Patterns
97
154
 
98
- - Keep sub-tasks focused and well-scoped
99
- - Prefer parallel execution when possible
100
- - Include verification steps between dependent tasks
101
- - Document assumptions and decisions
102
- - Escalate ambiguities before proceeding
155
+ - Don't launch ticket-implementer without a spec. Spec-creator goes first.
156
+ - Don't implement tickets out of dependency order. Check the critical path.
157
+ - Don't assume packages are known. If the ticket references an unfamiliar package, research first.
158
+ - Don't run everything sequentially when tickets are independent. Parallel when possible.
159
+ - Don't silently skip blockers. Report them to the user with diagnosis.
103
160
  `,
104
161
  };
105
162
  //# sourceMappingURL=sfag-orchestrator.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"sfag-orchestrator.js","sourceRoot":"","sources":["../../../../../../src/cli/templates/agents/content/core/sfag-orchestrator.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAIH,MAAM,CAAC,MAAM,iBAAiB,GAAkB;IAC9C,IAAI,EAAE,mBAAmB;IACzB,WAAW,EAAE,2DAA2D;IACxE,kBAAkB,EAAE;;;;;;;;;;;;WAYX;IACT,KAAK,EAAE,MAAM;IACb,KAAK,EAAE,SAAS;IAChB,QAAQ,EAAE,eAAe;IACzB,OAAO,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8EV;CACA,CAAC"}
1
+ {"version":3,"file":"sfag-orchestrator.js","sourceRoot":"","sources":["../../../../../../src/cli/templates/agents/content/core/sfag-orchestrator.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAIH,MAAM,CAAC,MAAM,iBAAiB,GAAkB;IAC9C,IAAI,EAAE,mBAAmB;IACzB,WAAW,EAAE,2DAA2D;IACxE,kBAAkB,EAAE;;;;;;;;;;;;;;;;;;WAkBX;IACT,KAAK,EAAE,MAAM;IACb,KAAK,EAAE,SAAS;IAChB,QAAQ,EAAE,eAAe;IACzB,OAAO,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgIV;CACA,CAAC"}
@@ -1,7 +1,8 @@
1
1
  /**
2
- * SFAG-Spec-Creator Agent Template
2
+ * SFAG-Spec-Creator Agent Template v2
3
3
  *
4
- * Specification creation agent for translating requirements into detailed specs.
4
+ * Dense questioning loop agent for specification creation.
5
+ * Interrogates the user thoroughly before creating anything.
5
6
  */
6
7
  import type { AgentTemplate } from '../../../../commands/scaffold/agent-types.js';
7
8
  export declare const SFAG_SPEC_CREATOR: AgentTemplate;
@@ -1 +1 @@
1
- {"version":3,"file":"sfag-spec-creator.d.ts","sourceRoot":"","sources":["../../../../../../src/cli/templates/agents/content/core/sfag-spec-creator.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,8CAA8C,CAAC;AAElF,eAAO,MAAM,iBAAiB,EAAE,aAqH/B,CAAC"}
1
+ {"version":3,"file":"sfag-spec-creator.d.ts","sourceRoot":"","sources":["../../../../../../src/cli/templates/agents/content/core/sfag-spec-creator.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,8CAA8C,CAAC;AAElF,eAAO,MAAM,iBAAiB,EAAE,aAiV/B,CAAC"}