@williambeto/ai-workflow 1.18.13 → 1.18.14

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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.18.14](https://github.com/williambeto/ai-workflow/compare/v1.18.13...v1.18.14) (2026-05-22)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * add missing spec-engineer agent to managed OpenCode config ([#58](https://github.com/williambeto/ai-workflow/issues/58)) ([bc0ffc9](https://github.com/williambeto/ai-workflow/commit/bc0ffc963d84956cc2880e6d6903061ea86016cc))
7
+
1
8
  ## [1.18.13](https://github.com/williambeto/ai-workflow/compare/v1.18.12...v1.18.13) (2026-05-22)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.18.13",
2
+ "version": "1.18.14",
3
3
  "name": "@williambeto/ai-workflow",
4
4
  "description": "AI Workflow Kit repository for designing and validating AI-assisted software delivery workflows with Codex and OpenCode",
5
5
  "license": "MIT",
@@ -16,7 +16,8 @@ function buildManagedConfig(profile = "full") {
16
16
  validator: { mode: "primary", description: "Validate with evidence", prompt: "{file:./opencode/agents/validator.md}" },
17
17
  "release-manager": { mode: "primary", description: "Prepare release/deploy steps", prompt: "{file:./opencode/agents/release-manager.md}" },
18
18
  "wordpress-engineer": { mode: "primary", description: "WordPress specialist role", prompt: "{file:./opencode/agents/wordpress-engineer.md}" },
19
- "prompt-engineer": { mode: "primary", description: "Prompt/system design role", prompt: "{file:./opencode/agents/prompt-engineer.md}" },
19
+ "prompt-engineer": { mode: "primary", description: "Prompt/system design role", prompt: "{file:./opencode/agents/prompt-engineer.md}" },
20
+ "spec-engineer": { mode: "primary", description: "Create and review functional specifications", prompt: "{file:./opencode/agents/spec-engineer.md}" },
20
21
  orchestrator: {
21
22
  mode: "primary",
22
23
  description: "Route work by safe workflow gates",