AGENTS.md · git:20260919.55f8b54 · 2026-09-19 · sha256 16c3b06e4bdcb3cf
AGENTS.md git:20260919.55f8b54A
Immutable. This exact content is served forever at /api/v1/blob/16c3b06e4bdcb3cf.
# 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”. New standalone files should use descriptive names, not `index.*`; on collision, preserve the existing file and use the lowest free numeric suffix before the extension. 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. Token system: use progressive disclosure, compact observations, deduplicate repeated tool work, and preserve exact technical literals.