ai-factory 1.2.0 → 1.2.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/README.md +4 -0
- package/package.json +1 -1
- package/skills/fix/SKILL.md +1 -1
- package/skills/task/SKILL.md +1 -1
package/README.md
CHANGED
|
@@ -60,6 +60,8 @@ Then open Claude Code and start working:
|
|
|
60
60
|
|
|
61
61
|
## Development Workflow
|
|
62
62
|
|
|
63
|
+

|
|
64
|
+
|
|
63
65
|
```
|
|
64
66
|
┌─────────────────────────────────────────────────────────────────────────┐
|
|
65
67
|
│ AI FACTORY WORKFLOW │
|
|
@@ -433,6 +435,8 @@ All implementations include verbose, configurable logging:
|
|
|
433
435
|
}
|
|
434
436
|
```
|
|
435
437
|
|
|
438
|
+

|
|
439
|
+
|
|
436
440
|
## Links
|
|
437
441
|
|
|
438
442
|
- [skills.sh](https://skills.sh) - Skill marketplace
|
package/package.json
CHANGED
package/skills/fix/SKILL.md
CHANGED
|
@@ -3,7 +3,7 @@ name: ai-factory.fix
|
|
|
3
3
|
description: Fix a specific bug or problem in the codebase. Analyzes code to find and fix issues without creating plans. Use when user reports a bug, error, or something not working. Always suggests test coverage and adds logging.
|
|
4
4
|
argument-hint: <bug description or error message>
|
|
5
5
|
allowed-tools: Read Write Edit Glob Grep Bash AskUserQuestion
|
|
6
|
-
disable-model-invocation:
|
|
6
|
+
disable-model-invocation: false
|
|
7
7
|
---
|
|
8
8
|
|
|
9
9
|
# Fix - Quick Bug Fix Workflow
|
package/skills/task/SKILL.md
CHANGED
|
@@ -3,7 +3,7 @@ name: ai-factory.task
|
|
|
3
3
|
description: Create a step-by-step implementation plan for a feature or task. Breaks down work into actionable tasks tracked via the task system. Use when user says "plan", "create tasks", "break down", or "make a plan for".
|
|
4
4
|
argument-hint: <task description>
|
|
5
5
|
allowed-tools: Read Write Glob Grep Bash(git *) TaskCreate TaskUpdate TaskList AskUserQuestion
|
|
6
|
-
disable-model-invocation:
|
|
6
|
+
disable-model-invocation: false
|
|
7
7
|
---
|
|
8
8
|
|
|
9
9
|
# Task - Implementation Planning
|