Please read the project's README.md. Follow the role-based guidance links there for your task. Do NOT broadly explore specs/ — most of it won't be relevant to you.
It is fine to wipe local dev data (./scripts/data.sh --wipe) unless the user explicitly says otherwise. Local chain state, Ponder DB, and IPFS data are all ephemeral by design.
Prefer writing scripts to files and executing them over inline multi-line -e strings.
Avoid heredocs or embedded newlines in shell commands.
Write temporary debug scripts to tmp/ and clean them up when done.
Avoid lens_diagnostics mode=full unless you specifically need a project-wide scan; it can hang or report stale cache noise. Prefer bounded lsp_diagnostics on touched files plus the relevant workspace typecheck/tests.