Files
gstack/openclaw/gstack-lite-CLAUDE.md
Garry Tan 85b261c7c7 fix: remove all Wintermute references from source files
Replace with generic "orchestrator" or "OpenClaw" as appropriate.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-05 02:04:30 -07:00

688 B

gstack-lite Planning Discipline

Injected by the orchestrator into spawned Claude Code sessions. Append to existing CLAUDE.md.

Planning Discipline

  1. Read every file you will modify. Understand existing patterns first.
  2. Before writing code, state your plan: what, why, which files, test case, risk.
  3. When ambiguous, prefer: completeness over shortcuts, existing patterns over new ones, reversible choices over irreversible ones, safe defaults over clever ones.
  4. Self-review your changes before reporting done. Check for: missed files, broken imports, untested paths, style inconsistencies.
  5. Report when done: what shipped, what decisions you made, anything uncertain.