@sixsevenai/ai-dlc-installer 1.4.3 → 1.4.4
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/dist/cli.js +2 -0
- package/dist/cli.js.map +1 -1
- package/library/commands/commit.md +45 -3
- package/library/commands/spec/analyze.md +5 -1
- package/library/commands/spec/checklist.md +5 -1
- package/library/commands/spec/clarify.md +5 -1
- package/library/commands/spec/complete.md +5 -1
- package/library/commands/spec/constitution.md +5 -1
- package/library/commands/spec/implement.md +9 -1
- package/library/commands/spec/plan.md +5 -1
- package/library/commands/spec/task-to-issue.md +5 -1
- package/library/commands/spec/tasks.md +5 -1
- package/library/commands/spec/to-intent.md +5 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -1059,6 +1059,8 @@ var INSTALL_CATEGORIES = [
|
|
|
1059
1059
|
{ id: "commands/git", pathPrefix: "commands/git/", label: "Commands: Git", hint: "Git workflow commands" },
|
|
1060
1060
|
{ id: "commands/spec", pathPrefix: "commands/spec/", label: "Commands: Spec", hint: "Specification commands" },
|
|
1061
1061
|
{ id: "commands/task", pathPrefix: "commands/task/", label: "Commands: Task", hint: "Task management commands" },
|
|
1062
|
+
{ id: "commands/dba", pathPrefix: "commands/dba/", label: "Commands: DBA", hint: "Database administration commands" },
|
|
1063
|
+
{ id: "commands/it-ops", pathPrefix: "commands/it-ops/", label: "Commands: IT Ops", hint: "IT operations commands" },
|
|
1062
1064
|
{ id: "commands/worktree", pathPrefix: "commands/worktree/", label: "Commands: Worktree", hint: "Worktree management commands" },
|
|
1063
1065
|
{ id: "skills", pathPrefix: "skills/", label: "Skills", hint: "Reusable skill definitions" },
|
|
1064
1066
|
{ id: "templates", pathPrefix: "templates/", label: "Templates", hint: "Project templates" },
|