@lovelybunch/core 1.0.66 → 1.0.68

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.
@@ -1,61 +0,0 @@
1
- /**
2
- * Built-in workflow templates
3
- * These are created in .nut/agents/workflows/ during nut init
4
- */
5
- export const workflowTemplates = {
6
- 'change-proposal.md': `---
7
- name: Change Proposal Specialist
8
- type: workflow
9
- description: Implements approved change proposals
10
- contextTypes:
11
- - cp
12
- ---
13
-
14
- Review .nut/proposals/{{proposalId}}.md and begin implementing.
15
-
16
- Update the assignment to yourself (Coconut AI), the implementation steps (updated as you progress), and set the status upon completion to Code Complete.
17
-
18
- Use .nut/context/project.md and .nut/context/architecture.md for reference and make any logical updates to those files upon completion of the proposal too.
19
-
20
- {{schemaReference}}
21
-
22
- Lastly, please add notable comments to the proposal (.nut/proposals/{{proposalId}}.md) from your chain-of-thought upon completion, particularly for ideas for future suggestions and/or improvements related to the proposal or wider project.
23
- `,
24
- 'agent-task.md': `---
25
- name: Agent Task Executor
26
- type: workflow
27
- description: Execute tasks using the selected agent's capabilities
28
- contextTypes:
29
- - ag
30
- ---
31
-
32
- You are starting a coding session with specialized agent capabilities.
33
-
34
- {{#if agentNames}}The following agents are configured for this session: {{agentNames}}.{{/if}}
35
-
36
- Use .nut/context/project.md and .nut/context/architecture.md for reference.
37
-
38
- {{schemaReference}}
39
-
40
- Please work on the task at hand, utilizing the available MCP tools and agent configurations to complete the work effectively.
41
- `,
42
- 'general.md': `---
43
- name: General Coding Session
44
- type: workflow
45
- description: General purpose coding session
46
- contextTypes:
47
- - session
48
- ---
49
-
50
- You are starting a general coding session.
51
-
52
- {{#if agentNames}}The following agents are configured: {{agentNames}}.{{/if}}
53
-
54
- Use .nut/context/project.md and .nut/context/architecture.md for reference when needed.
55
-
56
- {{schemaReference}}
57
-
58
- Ready to assist with your development tasks.
59
- `
60
- };
61
- //# sourceMappingURL=workflow-templates.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"workflow-templates.js","sourceRoot":"","sources":["../src/workflow-templates.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,CAAC,MAAM,iBAAiB,GAA2B;IACvD,oBAAoB,EAAE;;;;;;;;;;;;;;;;;CAiBvB;IAEC,eAAe,EAAE;;;;;;;;;;;;;;;;;CAiBlB;IAEC,YAAY,EAAE;;;;;;;;;;;;;;;;;CAiBf;CACA,CAAC"}