@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
|
+
## [1.19.1](https://github.com/williambeto/ai-workflow/compare/v1.19.0...v1.19.1) (2026-05-23)
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
###
|
|
4
|
+
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
*
|
|
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.
|
|
8
|
+
## [1.19.1](https://github.com/williambeto/ai-workflow/compare/v1.19.0...v1.19.1) (2026-05-23)
|
|
9
9
|
|
|
10
|
-
###
|
|
10
|
+
### Fixed
|
|
11
11
|
|
|
12
|
-
- **Atlas
|
|
13
|
-
- **
|
|
14
|
-
|
|
15
|
-
-
|
|
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
|
-
|
|
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