awesome-agv 3.3.0 → 3.4.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/README.md CHANGED
@@ -333,9 +333,8 @@ Skills are deep expertise modules loaded on demand — agents only pay the token
333
333
  * **[Convergence Loop](.agents/skills/convergence-loop/SKILL.md)**: Iterative problem solving protocol for coordinators.
334
334
  * **[Fault Recovery](.agents/skills/fault-recovery/SKILL.md)**: Structured fault tolerance and escalation ladder.
335
335
  * **[Integrity Enforcement](.agents/skills/integrity-enforcement/SKILL.md)**: Zero-tolerance compliance checking for the arbiter agent.
336
- * **[Parallel Dispatch](.agents/skills/parallel-dispatch/SKILL.md)**: MECE task decomposition, file ownership enforcement, DAG-based execution, and safe merge protocol for intra-domain parallel dispatch. The safety invariants that prevent merge chaos when multiple agents write in parallel. Applies recursively at every nesting depth.
337
- * **[Scope Decomposition](.agents/skills/scope-decomposition/SKILL.md)**: Project and mission decomposition techniques.
338
- * **[Audit Checklist](.agents/skills/audit-checklist/SKILL.md)**: Consolidated audit checklists for code review and verification — loaded by `/audit` workflow and multi-agent review pipelines.
336
+ * **[Parallel Dispatch](.agents/skills/parallel-dispatch/SKILL.md)**: MECE task decomposition, scope sizing, file ownership enforcement, DAG-based execution, and safe merge protocol for intra-domain parallel dispatch. Includes scope decomposition techniques previously in a separate skill.
337
+ * **[Agent Protocols](.agents/skills/agent-protocols/SKILL.md)**: Shared behavioral protocols for all agents: recursive nesting, pre-implementation restatement, agent definition cascade, and parallel dispatch format.
339
338
  * **[Acceptance Review](.agents/skills/acceptance-review/SKILL.md)**: Spec adherence and deliverable completeness verification — ensures what was delivered matches what was requested.
340
339
 
341
340
  #### 🌐 Language & Framework Idioms (26)
package/agv.config.json CHANGED
@@ -34,11 +34,11 @@
34
34
  "perf-optimization",
35
35
  "refactoring-patterns",
36
36
  "research-methodology",
37
- "scope-decomposition",
38
37
  "sequential-thinking",
39
38
  "supply-chain-security",
40
39
  "testability-patterns",
41
- "testing-strategy"
40
+ "testing-strategy",
41
+ "agent-protocols"
42
42
  ],
43
43
  "stacks": {
44
44
  "go": {
@@ -254,9 +254,8 @@
254
254
  "fault-recovery",
255
255
  "integrity-enforcement",
256
256
  "parallel-dispatch",
257
- "scope-decomposition",
258
- "audit-checklist",
259
- "acceptance-review"
257
+ "acceptance-review",
258
+ "agent-protocols"
260
259
  ]
261
260
  }
262
261
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "awesome-agv",
3
- "version": "3.3.0",
3
+ "version": "3.4.0",
4
4
  "description": "Selective installer for Awesome AGV — a rugged, high-quality AI Agent configuration suite with 25 rules, 59 skills, 12 workflows, and 21 agent personas.",
5
5
  "bin": {
6
6
  "awesome-agv": "./bin/awesome-agv.js"