ai-eng-system 0.0.12 → 0.0.13
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.
|
@@ -3,10 +3,12 @@
|
|
|
3
3
|
"SessionStart": [
|
|
4
4
|
{
|
|
5
5
|
"description": "Initialize ai-eng-system on session start",
|
|
6
|
+
"config": {},
|
|
6
7
|
"hooks": [
|
|
7
8
|
{
|
|
8
9
|
"type": "notification",
|
|
9
|
-
"
|
|
10
|
+
"config": {},
|
|
11
|
+
"message": "🔧 Ferg Engineering System loaded. Commands: /ai-eng/plan, /ai-eng/review, /ai-eng/seo, /ai-eng/work, /ai-eng/compound, /ai-eng/deploy, /ai-eng/optimize, /ai-eng/recursive-init, /ai-eng/create-plugin, /ai-eng/create-agent, /ai-eng/create-command, /ai-eng/create-skill, /ai-eng/create-tool, /ai-eng/research, /ai-eng/context"
|
|
10
12
|
}
|
|
11
13
|
]
|
|
12
14
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ai-eng-system",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.13",
|
|
4
4
|
"description": "AI Engineering System with context engineering and research orchestration for Claude Code",
|
|
5
5
|
"author": "v1truv1us",
|
|
6
6
|
"license": "MIT",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"./commands/recursive-init.md",
|
|
19
19
|
"./commands/work.md",
|
|
20
20
|
"./commands/plan.md",
|
|
21
|
-
"./commands/research.md",
|
|
22
21
|
"./commands/review.md",
|
|
23
22
|
"./commands/clean.md",
|
|
24
|
-
"./commands/specify.md"
|
|
23
|
+
"./commands/specify.md",
|
|
24
|
+
"./commands/research.md"
|
|
25
25
|
]
|
|
26
26
|
}
|
package/package.json
CHANGED