feed-the-machine 1.7.15 → 1.7.16

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.
@@ -370,12 +370,12 @@ For EACH task, follow this cycle:
370
370
  - Review again
371
371
  - Repeat until clean
372
372
 
373
- 5. **Continue** — Move to the next task. Do not stop to ask questions. If something is ambiguous, make the best technical decision and document it in your commit message.
373
+ 5. **Continue** — HARD GATE: Before moving to the next task, verify a commit was made for this task. Run `git log --oneline -1` and confirm the most recent commit message matches what you just did. If there is no commit, STOP you skipped step 2. Go back and commit now. You CANNOT proceed to the next task without a commit. This is not optional.
374
374
 
375
375
  ## Rules
376
376
 
377
+ - NEVER move to the next task without committing the current one. Run `git log --oneline -1` to verify. No exceptions.
377
378
  - NEVER stop to ask for input. Make decisions and keep going.
378
- - ALWAYS commit after each task (not one big commit at the end).
379
379
  - ALWAYS review after each commit. The review-fix loop is not optional.
380
380
  - Follow the plan's steps exactly — don't improvise unless the plan is clearly wrong.
381
381
  - Stay in your worktree. Don't touch files outside your assigned scope.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "feed-the-machine",
3
- "version": "1.7.15",
3
+ "version": "1.7.16",
4
4
  "description": "A brain upgrade for Claude Code — 26 skills that teach it how to think before acting, remember across conversations, debug like a war room, run plans on autopilot with agent teams, and get second opinions from GPT & Gemini. Plus 15 hooks that automate the boring stuff.",
5
5
  "license": "MIT",
6
6
  "author": "kkudumu",