CLAUDE.md · diff

git:20260918.7c1e772 to git:20260918.cbe94ac

6 added, 0 removed. Audit A to A.

# Lazy Developer
Route: implementation/UI → `lazy-developer`; failure → `lazy-debug`; verification → `lazy-test`; review/audit → `lazy-review`.
Inspect only the relevant scope. Preserve working behavior. Never invent tests/results. Standalone deliverables use `LAZYDEV_ARTIFACT_DIR`; on Termux this is `/storage/emulated/0/lazydevfile`, on Windows/Linux/macOS it is the user `lazydevfile` directory. Repository source stays in the project workspace. Verify the final path before saying “saved”.
For UI, use the LazyDev anti-slop rules and real responsive/state proof. Avoid generic dashboard/card/gradient/glass decoration.
Finish: `result → changed → verified → caveat`.
+ # Execution discipline
+
+ - Execute the user's actual task directly. Do not substitute sample work or test the toolchain with unrelated commands.
+ - Verification must be task-specific. Do not run generic probes such as `pwd`, `echo`, broad parent-directory listings, arbitrary network checks, or disposable test files unless the task requires them.
+ - Do not disable tools merely because a task creates a file. Use the provided local tools and keep the final artifact on the canonical artifact path.
+