@excitedjs/dreamux 0.11.2 → 0.11.3
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.json +12 -0
- package/CHANGELOG.md +8 -1
- package/package.json +1 -1
- package/skills/team-dev-workflow/SKILL.md +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@excitedjs/dreamux",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "0.11.3",
|
|
6
|
+
"tag": "@excitedjs/dreamux_v0.11.3",
|
|
7
|
+
"date": "Sat, 06 Jun 2026 09:58:26 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Fix team-dev-workflow skill frontmatter so Codex can parse it. The description had an unquoted colon-space (\"dispatcher: adversarial ...\"), which strict YAML reads as a nested mapping and rejects with \"mapping values are not allowed here\", making the bundled skill silently invisible in Codex. Reworded the description to drop the colon; the skill now lists and parses."
|
|
12
|
+
}
|
|
13
|
+
]
|
|
14
|
+
}
|
|
15
|
+
},
|
|
4
16
|
{
|
|
5
17
|
"version": "0.11.2",
|
|
6
18
|
"tag": "@excitedjs/dreamux_v0.11.2",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
# Change Log - @excitedjs/dreamux
|
|
2
2
|
|
|
3
|
-
This log was last generated on Sat, 06 Jun 2026
|
|
3
|
+
This log was last generated on Sat, 06 Jun 2026 09:58:26 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 0.11.3
|
|
6
|
+
Sat, 06 Jun 2026 09:58:26 GMT
|
|
7
|
+
|
|
8
|
+
### Patches
|
|
9
|
+
|
|
10
|
+
- Fix team-dev-workflow skill frontmatter so Codex can parse it. The description had an unquoted colon-space ("dispatcher: adversarial ..."), which strict YAML reads as a nested mapping and rejects with "mapping values are not allowed here", making the bundled skill silently invisible in Codex. Reworded the description to drop the colon; the skill now lists and parses.
|
|
4
11
|
|
|
5
12
|
## 0.11.2
|
|
6
13
|
Sat, 06 Jun 2026 08:02:51 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: team-dev-workflow
|
|
3
|
-
description: Coordinate multi-teammate software development workflows from a Dreamux dispatcher
|
|
3
|
+
description: Coordinate multi-teammate software development workflows from a Dreamux dispatcher, covering adversarial MR/PR review, design negotiation, merge readiness checks, cleanup, and unblocking a teammate. Use for coordination cycles, not ordinary single-repo edits.
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Team Development Workflow
|