buildanything 1.2.0 → 1.5.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.
- package/.claude-plugin/plugin.json +1 -1
- package/README.md +1 -1
- package/commands/build.md +324 -328
- package/commands/protocols/brainstorm.md +99 -0
- package/commands/protocols/build-fix.md +52 -0
- package/commands/protocols/cleanup.md +56 -0
- package/commands/protocols/eval-harness.md +62 -0
- package/commands/protocols/metric-loop.md +94 -0
- package/commands/protocols/planning.md +56 -0
- package/commands/protocols/verify.md +63 -0
- package/hooks/hooks.json +2 -2
- package/hooks/session-start +52 -8
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "buildanything",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.5.0",
|
|
4
4
|
"description": "One command to build an entire product. 73 specialist agents orchestrated into a full engineering pipeline — from idea to shipped, tested, reviewed code.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Sujit"
|
package/README.md
CHANGED
|
@@ -110,7 +110,7 @@ Install these from the official Anthropic marketplace for the full experience:
|
|
|
110
110
|
## Credits
|
|
111
111
|
|
|
112
112
|
- Agent definitions from [agency-agents](https://github.com/msitarzewski/agency-agents) by Mike Sitarzewski
|
|
113
|
-
- Orchestration patterns inspired by
|
|
113
|
+
- Orchestration patterns inspired by [agency-agents](https://github.com/msitarzewski/agency-agents)
|
|
114
114
|
- Claude Code plugin architecture by [Anthropic](https://github.com/anthropics/claude-code)
|
|
115
115
|
|
|
116
116
|
## License
|