start-vibing 2.0.40 → 2.0.41
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
|
@@ -55,6 +55,7 @@ async function main(): Promise<void> {
|
|
|
55
55
|
|
|
56
56
|
const systemMessage = `TASK WORKFLOW (English only):
|
|
57
57
|
|
|
58
|
+
0. READ both CLAUDE.md (project root) and .claude/CLAUDE.md before making any changes. These contain project rules, architecture, and context you need.
|
|
58
59
|
1. CREATE a detailed todo-list (TaskCreate) breaking down the user's request into subtopics/steps.
|
|
59
60
|
2. WORK through each item sequentially — mark in_progress when starting, completed when done.
|
|
60
61
|
3. COMMIT using conventional commits (feat/fix/refactor/docs/chore). Use the commit-manager agent for proper git workflow: branch → implement → commit → merge to main.
|