@williambeto/ai-workflow 1.19.0 → 1.19.1

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,22 +1,23 @@
1
- # [1.19.0](https://github.com/williambeto/ai-workflow/compare/v1.18.18...v1.19.0) (2026-05-23)
1
+ ## [1.19.1](https://github.com/williambeto/ai-workflow/compare/v1.19.0...v1.19.1) (2026-05-23)
2
2
 
3
3
 
4
- ### Features
4
+ ### Bug Fixes
5
5
 
6
- * add Atlas OpenCode agent ([#70](https://github.com/williambeto/ai-workflow/issues/70)) ([15ae8a2](https://github.com/williambeto/ai-workflow/commit/15ae8a2d0ae0d97cad450280522f5e2849c0149b))
6
+ * **init:** include Atlas agent asset ([#72](https://github.com/williambeto/ai-workflow/issues/72)) ([e12bb26](https://github.com/williambeto/ai-workflow/commit/e12bb26f585b98c58d5d5e5ce68cab0ab4bdff0a))
7
7
 
8
- ## [1.19.0](https://github.com/williambeto/ai-workflow/compare/v1.18.18...v1.19.0) (2026-05-23)
8
+ ## [1.19.1](https://github.com/williambeto/ai-workflow/compare/v1.19.0...v1.19.1) (2026-05-23)
9
9
 
10
- ### Added
10
+ ### Fixed
11
11
 
12
- - **Atlas OpenCode agent**: added Atlas as a primary OpenCode agent and default senior engineering partner for project workflows.
13
- - **Atlas prompt file**: added `opencode/agents/atlas.md` with workflow orchestration, implementation quality, no-regression, validation evidence, and critical review guidance.
14
- - **OpenCode configuration**: registered Atlas in `opencode.jsonc` and set `default_agent` to `atlas` while preserving existing agents, commands, permissions, and workflows.
15
- - **OpenCode documentation**: documented Atlas in OpenCode agent documentation and package-facing documentation.
12
+ - **Atlas consumer initialization**: include `opencode/agents/atlas.md` in generated full-profile assets.
13
+ - **OpenCode startup**: prevent startup failure caused by `agent.atlas.prompt` referencing a missing Atlas prompt file after consumer init.
14
+
15
+ # [1.19.0](https://github.com/williambeto/ai-workflow/compare/v1.18.18...v1.19.0) (2026-05-23)
16
16
 
17
- ### Validation
18
17
 
19
- - Validated JSON, delegation contracts, full repository validation, diff checks, and npm package dry-run for the Atlas release.
18
+ ### Features
19
+
20
+ * add Atlas OpenCode agent ([#70](https://github.com/williambeto/ai-workflow/issues/70)) ([15ae8a2](https://github.com/williambeto/ai-workflow/commit/15ae8a2d0ae0d97cad450280522f5e2849c0149b))
20
21
 
21
22
  ## [1.18.18](https://github.com/williambeto/ai-workflow/compare/v1.18.17...v1.18.18) (2026-05-23)
22
23
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.19.0",
2
+ "version": "1.19.1",
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",
@@ -92,6 +92,7 @@ Progress a task through manual gates using local workflow files.
92
92
  };
93
93
 
94
94
  const FULL_PRIMARY_AGENTS = [
95
+ "atlas",
95
96
  "discovery",
96
97
  "planner",
97
98
  "implementer",