@specforge/mcp 3.2.3 → 3.3.1
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/README.md +1 -1
- package/dist/autopilot/api/autopilot-api-client.js +1 -1
- package/dist/autopilot/api/autopilot-api-client.js.map +1 -1
- package/dist/cli/commands/complete.d.ts +14 -0
- package/dist/cli/commands/complete.d.ts.map +1 -0
- package/dist/cli/commands/complete.js +96 -0
- package/dist/cli/commands/complete.js.map +1 -0
- package/dist/cli/commands/docs/content/examples.d.ts.map +1 -1
- package/dist/cli/commands/docs/content/examples.js +35 -40
- package/dist/cli/commands/docs/content/examples.js.map +1 -1
- package/dist/cli/commands/docs/content/workflow.d.ts.map +1 -1
- package/dist/cli/commands/docs/content/workflow.js +9 -13
- package/dist/cli/commands/docs/content/workflow.js.map +1 -1
- package/dist/cli/commands/index.d.ts +2 -0
- package/dist/cli/commands/index.d.ts.map +1 -1
- package/dist/cli/commands/index.js +2 -0
- package/dist/cli/commands/index.js.map +1 -1
- package/dist/cli/commands/init.d.ts.map +1 -1
- package/dist/cli/commands/init.js +100 -14
- package/dist/cli/commands/init.js.map +1 -1
- package/dist/cli/commands/init.types.d.ts +2 -0
- package/dist/cli/commands/init.types.d.ts.map +1 -1
- package/dist/cli/commands/init.types.js.map +1 -1
- package/dist/cli/commands/review-planning.d.ts +1 -0
- package/dist/cli/commands/review-planning.d.ts.map +1 -1
- package/dist/cli/commands/review-planning.js +2 -0
- package/dist/cli/commands/review-planning.js.map +1 -1
- package/dist/cli/commands/scaffold/agent-types.d.ts +1 -7
- package/dist/cli/commands/scaffold/agent-types.d.ts.map +1 -1
- package/dist/cli/commands/scaffold/agent-types.js +0 -12
- package/dist/cli/commands/scaffold/agent-types.js.map +1 -1
- package/dist/cli/commands/scaffold/types.d.ts +1 -7
- package/dist/cli/commands/scaffold/types.d.ts.map +1 -1
- package/dist/cli/commands/scaffold/types.js +2 -7
- package/dist/cli/commands/scaffold/types.js.map +1 -1
- package/dist/cli/commands/set-status.d.ts +14 -0
- package/dist/cli/commands/set-status.d.ts.map +1 -0
- package/dist/cli/commands/set-status.js +109 -0
- package/dist/cli/commands/set-status.js.map +1 -0
- package/dist/cli/index.d.ts.map +1 -1
- package/dist/cli/index.js +5 -1
- package/dist/cli/index.js.map +1 -1
- package/dist/cli/templates/agents/content/core/sfag-orchestrator.d.ts +3 -2
- package/dist/cli/templates/agents/content/core/sfag-orchestrator.d.ts.map +1 -1
- package/dist/cli/templates/agents/content/core/sfag-orchestrator.js +118 -61
- package/dist/cli/templates/agents/content/core/sfag-orchestrator.js.map +1 -1
- package/dist/cli/templates/agents/content/core/sfag-spec-creator.d.ts +3 -2
- package/dist/cli/templates/agents/content/core/sfag-spec-creator.d.ts.map +1 -1
- package/dist/cli/templates/agents/content/core/sfag-spec-creator.js +302 -81
- package/dist/cli/templates/agents/content/core/sfag-spec-creator.js.map +1 -1
- package/dist/cli/templates/agents/content/core/sfag-ticket-implementer.d.ts +3 -2
- package/dist/cli/templates/agents/content/core/sfag-ticket-implementer.d.ts.map +1 -1
- package/dist/cli/templates/agents/content/core/sfag-ticket-implementer.js +209 -83
- package/dist/cli/templates/agents/content/core/sfag-ticket-implementer.js.map +1 -1
- package/dist/cli/templates/agents/content/research/sfag-package-researcher.d.ts +2 -2
- package/dist/cli/templates/agents/content/research/sfag-package-researcher.d.ts.map +1 -1
- package/dist/cli/templates/agents/content/research/sfag-package-researcher.js +84 -106
- package/dist/cli/templates/agents/content/research/sfag-package-researcher.js.map +1 -1
- package/dist/cli/templates/agents/index.d.ts.map +1 -1
- package/dist/cli/templates/agents/index.js +0 -23
- package/dist/cli/templates/agents/index.js.map +1 -1
- package/dist/cli/templates/commands.d.ts +0 -3
- package/dist/cli/templates/commands.d.ts.map +1 -1
- package/dist/cli/templates/commands.js +0 -89
- package/dist/cli/templates/commands.js.map +1 -1
- package/dist/cli/templates/content/sf-blockers.d.ts +1 -1
- package/dist/cli/templates/content/sf-blockers.d.ts.map +1 -1
- package/dist/cli/templates/content/sf-blockers.js +5 -2
- package/dist/cli/templates/content/sf-blockers.js.map +1 -1
- package/dist/cli/templates/content/sf-commit.d.ts +1 -1
- package/dist/cli/templates/content/sf-commit.d.ts.map +1 -1
- package/dist/cli/templates/content/sf-commit.js +11 -8
- package/dist/cli/templates/content/sf-commit.js.map +1 -1
- package/dist/cli/templates/content/sf-context.d.ts +1 -1
- package/dist/cli/templates/content/sf-context.d.ts.map +1 -1
- package/dist/cli/templates/content/sf-context.js +16 -15
- package/dist/cli/templates/content/sf-context.js.map +1 -1
- package/dist/cli/templates/content/sf-help.d.ts +1 -1
- package/dist/cli/templates/content/sf-help.d.ts.map +1 -1
- package/dist/cli/templates/content/sf-help.js +4 -21
- package/dist/cli/templates/content/sf-help.js.map +1 -1
- package/dist/cli/templates/content/sf-init.d.ts +1 -1
- package/dist/cli/templates/content/sf-init.d.ts.map +1 -1
- package/dist/cli/templates/content/sf-init.js +10 -7
- package/dist/cli/templates/content/sf-init.js.map +1 -1
- package/dist/cli/templates/content/sf-reset.d.ts +1 -1
- package/dist/cli/templates/content/sf-reset.d.ts.map +1 -1
- package/dist/cli/templates/content/sf-reset.js +10 -19
- package/dist/cli/templates/content/sf-reset.js.map +1 -1
- package/dist/cli/templates/content/sf-search.d.ts +1 -1
- package/dist/cli/templates/content/sf-search.d.ts.map +1 -1
- package/dist/cli/templates/content/sf-search.js +5 -4
- package/dist/cli/templates/content/sf-search.js.map +1 -1
- package/dist/cli/templates/content/sf-status.d.ts +1 -1
- package/dist/cli/templates/content/sf-status.d.ts.map +1 -1
- package/dist/cli/templates/content/sf-status.js +5 -8
- package/dist/cli/templates/content/sf-status.js.map +1 -1
- package/dist/cli/ui/banner.d.ts +17 -0
- package/dist/cli/ui/banner.d.ts.map +1 -0
- package/dist/cli/ui/banner.js +105 -0
- package/dist/cli/ui/banner.js.map +1 -0
- package/dist/tools/core/admin.js +5 -5
- package/dist/tools/core/admin.js.map +1 -1
- package/dist/tools/core/help.js +1 -1
- package/dist/tools/core/help.js.map +1 -1
- package/dist/tools/core/ticket.d.ts.map +1 -1
- package/dist/tools/core/ticket.js +12 -0
- package/dist/tools/core/ticket.js.map +1 -1
- package/dist/tools/index.js +4 -4
- package/dist/tools/index.js.map +1 -1
- package/dist/types/index.d.ts +2 -2
- package/dist/types/index.d.ts.map +1 -1
- package/dist/validation/index.js +1 -1
- package/dist/validation/index.js.map +1 -1
- package/package.json +1 -1
- package/src/cli/templates/agents/content/core/sfag-orchestrator.ts +118 -61
- package/src/cli/templates/agents/content/core/sfag-spec-creator.ts +302 -81
- package/src/cli/templates/agents/content/core/sfag-ticket-implementer.ts +209 -83
- package/src/cli/templates/agents/content/research/sfag-package-researcher.ts +84 -106
- package/src/cli/templates/agents/index.ts +0 -27
- package/src/cli/templates/commands.ts +0 -89
- package/src/cli/templates/content/sf-blockers.ts +5 -2
- package/src/cli/templates/content/sf-commit.ts +11 -8
- package/src/cli/templates/content/sf-context.ts +16 -15
- package/src/cli/templates/content/sf-help.ts +4 -21
- package/src/cli/templates/content/sf-init.ts +10 -7
- package/src/cli/templates/content/sf-reset.ts +10 -19
- package/src/cli/templates/content/sf-search.ts +5 -4
- package/src/cli/templates/content/sf-status.ts +5 -8
- package/src/cli/templates/skills/specforge-orchestrator.md +1 -1
- package/src/cli/templates/skills/specforge-worker.md +51 -19
- package/src/cli/templates/agents/content/core/sfag-implementer.ts +0 -113
- package/src/cli/templates/agents/content/task-type/sfag-api-implementer.ts +0 -132
- package/src/cli/templates/agents/content/task-type/sfag-docs-writer.ts +0 -183
- package/src/cli/templates/agents/content/task-type/sfag-frontend-builder.ts +0 -141
- package/src/cli/templates/agents/content/task-type/sfag-infra-architect.ts +0 -149
- package/src/cli/templates/agents/content/task-type/sfag-schema-designer.ts +0 -132
- package/src/cli/templates/agents/content/task-type/sfag-test-writer.ts +0 -171
- package/src/cli/templates/content/sf-autonomous.ts +0 -78
- package/src/cli/templates/content/sf-create-epics.ts +0 -129
- package/src/cli/templates/content/sf-create-spec.ts +0 -136
- package/src/cli/templates/content/sf-create-tickets.ts +0 -148
- package/src/cli/templates/content/sf-epic.ts +0 -69
- package/src/cli/templates/content/sf-import.ts +0 -88
- package/src/cli/templates/content/sf-next.ts +0 -67
- package/src/cli/templates/content/sf-review.ts +0 -67
- package/src/cli/templates/content/sf-ticket.ts +0 -76
- 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
|
-
*
|
|
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
|
|
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
|
|
13
|
-
user: "
|
|
14
|
-
assistant: "This
|
|
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
|
|
19
|
-
user: "
|
|
20
|
-
assistant: "
|
|
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
|
|
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
|
-
##
|
|
47
|
+
## Available Agents
|
|
30
48
|
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
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
|
-
##
|
|
55
|
+
## Decision Tree
|
|
39
56
|
|
|
40
|
-
|
|
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
|
-
###
|
|
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
|
-
|
|
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
|
-
|
|
63
|
+
**YES →** Continue to step 2.
|
|
57
64
|
|
|
58
|
-
|
|
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
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
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
|
-
###
|
|
69
|
-
|
|
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
|
-
|
|
105
|
+
Check spec status → create new epic/tickets if needed
|
|
106
|
+
↓
|
|
107
|
+
sfag-ticket-implementer (new tickets only)
|
|
72
108
|
\`\`\`
|
|
73
109
|
|
|
74
|
-
###
|
|
75
|
-
Use when tasks are independent:
|
|
110
|
+
### Pattern C: Research-First Implementation
|
|
76
111
|
\`\`\`
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
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
|
-
###
|
|
83
|
-
|
|
119
|
+
### Pattern D: Multi-Domain Parallel
|
|
120
|
+
When tickets are independent (no dependency chain):
|
|
84
121
|
\`\`\`
|
|
85
|
-
|
|
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
|
-
##
|
|
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
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
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
|
-
##
|
|
153
|
+
## Anti-Patterns
|
|
97
154
|
|
|
98
|
-
-
|
|
99
|
-
-
|
|
100
|
-
-
|
|
101
|
-
-
|
|
102
|
-
-
|
|
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
|
|
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
|
-
*
|
|
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
|
|
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"}
|