buildanything 2.1.1 → 2.2.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/marketplace.json +1 -1
- package/.claude-plugin/plugin.json +1 -1
- package/agents/a11y-architect.md +2 -2
- package/commands/build.md +166 -88
- package/package.json +1 -1
- package/protocols/ios-phase-branches.md +29 -29
- package/protocols/state-schema.json +23 -2
- package/protocols/state-schema.md +2 -0
- package/protocols/web-phase-branches.md +29 -39
- package/src/orchestrator/worktree-launcher.ts +20 -0
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"name": "buildanything",
|
|
13
13
|
"source": "./",
|
|
14
14
|
"description": "Full product build pipeline with 44 specialist agents orchestrated across architecture, implementation, testing, and hardening phases. Includes /build (full factory) and /idea-sweep (parallel research).",
|
|
15
|
-
"version": "2.1.
|
|
15
|
+
"version": "2.1.2"
|
|
16
16
|
}
|
|
17
17
|
]
|
|
18
18
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "buildanything",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.2",
|
|
4
4
|
"description": "One command to build an entire product. 44 specialist agents orchestrated into a full engineering pipeline — from idea to shipped, tested, reviewed code.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Sujit"
|
package/agents/a11y-architect.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: a11y-architect
|
|
3
3
|
description: Accessibility Architect specializing in WCAG 2.2 compliance for Web and Native platforms. Use PROACTIVELY when designing UI components, establishing design systems, or auditing code for inclusive user experiences.
|
|
4
|
-
model:
|
|
5
|
-
effort:
|
|
4
|
+
model: sonnet
|
|
5
|
+
effort: medium
|
|
6
6
|
tools: ["Read", "Write", "Edit", "Bash", "Grep", "Glob", "Skill"]
|
|
7
7
|
---
|
|
8
8
|
|