@ikon85/agent-workflow-kit 0.44.0 → 0.44.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.
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"workflowAdvisories": { "evidence": { "type": "json", "paths": ["docs/agents/workflow-capabilities.json"], "required": ["workflowAdvisories"] } },
|
|
26
26
|
"safetyGuardrails": { "evidence": { "type": "json", "paths": ["docs/agents/workflow-capabilities.json"], "required": ["safetyGuardrails"] } },
|
|
27
27
|
"workflowSummary": { "evidence": { "type": "nonempty", "paths": ["CLAUDE.md", "AGENTS.md"] } },
|
|
28
|
-
"locProfile": { "evidence": { "type": "json", "paths": ["
|
|
28
|
+
"locProfile": { "evidence": { "type": "json", "paths": ["max-lines-allowlist.json"] } },
|
|
29
29
|
"kitOriginHint": { "evidence": { "type": "json", "paths": ["docs/agents/workflow-capabilities.json"], "required": ["kitOriginHint"] } }
|
|
30
30
|
}
|
|
31
31
|
},
|
package/README.md
CHANGED
|
@@ -579,6 +579,11 @@ the old way. Decision record:
|
|
|
579
579
|
|
|
580
580
|
## Release notes
|
|
581
581
|
|
|
582
|
+
### 0.44.1
|
|
583
|
+
|
|
584
|
+
- changed: `.claude/skills/skill-manifest.json`
|
|
585
|
+
- changed: `agent-workflow-kit.package.json`
|
|
586
|
+
|
|
582
587
|
### 0.44.0
|
|
583
588
|
|
|
584
589
|
- added: `scripts/worktree-lifecycle/classify.py`
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"kitVersion": "0.44.
|
|
2
|
+
"kitVersion": "0.44.1",
|
|
3
3
|
"files": [
|
|
4
4
|
{
|
|
5
5
|
"path": ".agents/skills/ask-matt/SKILL.md",
|
|
@@ -2107,7 +2107,7 @@
|
|
|
2107
2107
|
"path": ".claude/skills/skill-manifest.json",
|
|
2108
2108
|
"kind": "doc",
|
|
2109
2109
|
"installRole": "consumer",
|
|
2110
|
-
"sha256": "
|
|
2110
|
+
"sha256": "90772c05c46085f0642b1b434c494adb4f89e0a3c4c66da3d099f86a37bab6df",
|
|
2111
2111
|
"mode": 420,
|
|
2112
2112
|
"origin": "kit"
|
|
2113
2113
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ikon85/agent-workflow-kit",
|
|
3
|
-
"version": "0.44.
|
|
3
|
+
"version": "0.44.1",
|
|
4
4
|
"description": "Portable AI-agent workflow skills (plan → execute → land → learn) for Claude Code & Codex — grilling, TDD, diagnosis, two-axis code review, cross-model Codex review, design & domain-modeling, plus a skill router (ask-matt). npx init/update/diff/uninstall.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|