opencode-goopspec 0.1.4 → 0.1.6
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 +7 -8
- package/agents/goop-debugger.md +2 -2
- package/agents/goop-designer.md +2 -2
- package/agents/goop-executor.md +17 -7
- package/agents/goop-explorer.md +2 -2
- package/agents/goop-librarian.md +1 -1
- package/agents/goop-orchestrator.md +47 -5
- package/agents/goop-planner.md +3 -3
- package/agents/goop-researcher.md +2 -2
- package/agents/goop-tester.md +1 -1
- package/agents/goop-verifier.md +2 -2
- package/agents/goop-writer.md +1 -1
- package/agents/memory-distiller.md +2 -2
- package/commands/goop-accept.md +27 -401
- package/commands/goop-discuss.md +29 -393
- package/commands/goop-execute.md +22 -356
- package/commands/goop-map-codebase.md +44 -478
- package/commands/goop-plan.md +23 -433
- package/commands/goop-quick.md +58 -31
- package/commands/goop-setup.md +35 -278
- package/commands/goop-specify.md +26 -291
- package/commands/goop-status.md +26 -261
- package/dist/index.js +34981 -239
- package/dist/worker/index.js +35883 -0
- package/package.json +5 -2
- package/references/accept-process.md +402 -0
- package/references/context-injection.md +1 -1
- package/references/discovery-interview.md +1 -1
- package/references/discuss-process.md +383 -0
- package/references/dispatch-patterns.md +46 -21
- package/references/enforcement-system.md +1 -1
- package/references/execute-process.md +358 -0
- package/references/git-workflow.md +349 -0
- package/references/handoff-protocol.md +1 -1
- package/references/map-codebase-process.md +353 -0
- package/references/model-profiles.md +16 -16
- package/references/orchestrator-philosophy.md +155 -223
- package/references/phase-gates.md +1 -1
- package/references/plan-process.md +397 -0
- package/references/plugin-architecture.md +1 -1
- package/references/quick-process.md +343 -0
- package/references/response-format.md +2 -2
- package/references/specify-process.md +251 -0
- package/references/status-process.md +253 -0
- package/references/subagent-protocol.md +2 -2
- package/references/team-coordination.md +183 -0
- package/references/xml-response-schema.md +5 -5
- package/skills/accessibility/skill.md +1 -1
- package/skills/accessibility-testing/skill.md +1 -1
- package/skills/api-docs/skill.md +1 -1
- package/skills/architecture-design/skill.md +1 -1
- package/skills/atomic-commits/skill.md +92 -15
- package/skills/code-review/skill.md +1 -1
- package/skills/codebase-mapping/skill.md +1 -1
- package/skills/convention-detection/skill.md +1 -1
- package/skills/debugging/skill.md +1 -1
- package/skills/deviation-handling/skill.md +1 -1
- package/skills/documentation/skill.md +1 -1
- package/skills/goop-core/skill.md +48 -11
- package/skills/memory-usage/skill.md +1 -1
- package/skills/parallel-planning/skill.md +1 -1
- package/skills/pattern-extraction/skill.md +1 -1
- package/skills/performance-optimization/skill.md +1 -1
- package/skills/playwright/skill.md +1 -1
- package/skills/playwright-testing/skill.md +1 -1
- package/skills/progress-tracking/skill.md +1 -1
- package/skills/readme-generation/skill.md +1 -1
- package/skills/research/skill.md +1 -1
- package/skills/responsive-design/skill.md +1 -1
- package/skills/scientific-method/skill.md +1 -1
- package/skills/security-audit/skill.md +1 -1
- package/skills/task-decomposition/skill.md +1 -1
- package/skills/task-delegation/skill.md +60 -34
- package/skills/technical-writing/skill.md +1 -1
- package/skills/testing/skill.md +1 -1
- package/skills/ui-design/skill.md +1 -1
- package/skills/ux-patterns/skill.md +1 -1
- package/skills/verification/skill.md +1 -1
- package/skills/visual-regression/skill.md +1 -1
- package/templates/blueprint.md +1 -1
- package/templates/chronicle.md +1 -1
- package/templates/handoff.md +1 -1
- package/templates/milestone.md +1 -1
- package/templates/project-knowledge-base.md +93 -0
- package/templates/project.md +1 -1
- package/templates/requirements.md +1 -1
- package/templates/research.md +1 -1
- package/templates/retrospective.md +1 -1
- package/templates/spec.md +1 -1
- package/templates/state.md +1 -1
- package/templates/summary.md +1 -1
package/templates/blueprint.md
CHANGED
package/templates/chronicle.md
CHANGED
package/templates/handoff.md
CHANGED
package/templates/milestone.md
CHANGED
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
# Project Knowledge Base
|
|
2
|
+
|
|
3
|
+
**Last Updated:** {{updated_date}}
|
|
4
|
+
**Updated By:** {{updated_by}}
|
|
5
|
+
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
## Project Identity
|
|
9
|
+
|
|
10
|
+
**Name:** {{project_name}}
|
|
11
|
+
**Type:** {{project_type}}
|
|
12
|
+
**Stage:** {{project_stage}}
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
## Stack (Non-Negotiable)
|
|
17
|
+
|
|
18
|
+
### Runtime & Language
|
|
19
|
+
- **Runtime:** {{runtime}}
|
|
20
|
+
- **Language:** {{language}}
|
|
21
|
+
- **Version:** {{version}}
|
|
22
|
+
|
|
23
|
+
### Frameworks & Libraries
|
|
24
|
+
- **Framework:** {{framework}}
|
|
25
|
+
- **ORM:** {{orm}}
|
|
26
|
+
- **Testing:** {{testing}}
|
|
27
|
+
- **Key Libraries:** {{key_libraries}}
|
|
28
|
+
|
|
29
|
+
### Infrastructure
|
|
30
|
+
- **Database:** {{database}}
|
|
31
|
+
- **Cache:** {{cache}}
|
|
32
|
+
- **Deployment:** {{deployment}}
|
|
33
|
+
|
|
34
|
+
---
|
|
35
|
+
|
|
36
|
+
## Conventions
|
|
37
|
+
|
|
38
|
+
### File Naming
|
|
39
|
+
- **Files:** {{file_naming}}
|
|
40
|
+
- **Components:** {{component_naming}}
|
|
41
|
+
- **Tests:** {{test_naming}}
|
|
42
|
+
|
|
43
|
+
### Code Style
|
|
44
|
+
- **Functions:** {{function_style}}
|
|
45
|
+
- **Exports:** {{export_style}}
|
|
46
|
+
- **Types:** {{type_style}}
|
|
47
|
+
|
|
48
|
+
### Commits
|
|
49
|
+
- **Format:** {{commit_format}}
|
|
50
|
+
- **Types:** {{commit_types}}
|
|
51
|
+
|
|
52
|
+
---
|
|
53
|
+
|
|
54
|
+
## Architecture Decisions
|
|
55
|
+
|
|
56
|
+
{{#decisions}}
|
|
57
|
+
### {{category}}
|
|
58
|
+
- **Decision:** {{decision}}
|
|
59
|
+
- **Rationale:** {{rationale}}
|
|
60
|
+
- **Date:** {{date}}
|
|
61
|
+
{{/decisions}}
|
|
62
|
+
|
|
63
|
+
---
|
|
64
|
+
|
|
65
|
+
## Patterns in Use
|
|
66
|
+
|
|
67
|
+
{{#patterns}}
|
|
68
|
+
### {{name}}
|
|
69
|
+
- **Where:** {{where}}
|
|
70
|
+
- **How:** {{how}}
|
|
71
|
+
- **Example:** `{{example}}`
|
|
72
|
+
{{/patterns}}
|
|
73
|
+
|
|
74
|
+
---
|
|
75
|
+
|
|
76
|
+
## Known Gotchas
|
|
77
|
+
|
|
78
|
+
{{#gotchas}}
|
|
79
|
+
- **{{title}}**: {{description}}
|
|
80
|
+
{{/gotchas}}
|
|
81
|
+
|
|
82
|
+
---
|
|
83
|
+
|
|
84
|
+
## Integration Points
|
|
85
|
+
|
|
86
|
+
- **Auth:** {{auth_pattern}}
|
|
87
|
+
- **API:** {{api_pattern}}
|
|
88
|
+
- **Database:** {{db_pattern}}
|
|
89
|
+
|
|
90
|
+
---
|
|
91
|
+
|
|
92
|
+
*Updated automatically by memory-distiller agent.*
|
|
93
|
+
*Manual updates welcome for accuracy.*
|
package/templates/project.md
CHANGED
package/templates/research.md
CHANGED
package/templates/spec.md
CHANGED
package/templates/state.md
CHANGED
package/templates/summary.md
CHANGED