@tgoodington/intuition 10.10.0 → 10.10.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tgoodington/intuition",
|
|
3
|
-
"version": "10.10.
|
|
3
|
+
"version": "10.10.1",
|
|
4
4
|
"description": "Domain-adaptive workflow system for Claude Code: prompt, outline, assemble specialist teams, detail with domain experts, build with format producers, test code output. Supports v8 compat (design, engineer, build) and v9 specialist workflows with 14 domain specialists and 6 format producers.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"claude-code",
|
|
@@ -56,7 +56,8 @@ const skills = [
|
|
|
56
56
|
'intuition-skill-guide',
|
|
57
57
|
'intuition-update',
|
|
58
58
|
'intuition-assemble',
|
|
59
|
-
'intuition-detail'
|
|
59
|
+
'intuition-detail',
|
|
60
|
+
'intuition-implement'
|
|
60
61
|
];
|
|
61
62
|
|
|
62
63
|
// Domain specialist profiles to install (v9) — scanned dynamically
|
|
@@ -252,6 +253,7 @@ try {
|
|
|
252
253
|
log(` /intuition-initialize - Project initialization (set up project memory)`);
|
|
253
254
|
log(` /intuition-agent-advisor - Expert advisor on building custom agents`);
|
|
254
255
|
log(` /intuition-skill-guide - Expert advisor on building custom skills`);
|
|
256
|
+
log(` /intuition-implement - Post-test project integration`);
|
|
255
257
|
log(` /intuition-update - Check for and install package updates`);
|
|
256
258
|
log(``);
|
|
257
259
|
log(`Domain specialists (${specialists.length}):`);
|