Install
go get golazy.dev/lazycode@latest
The import path golazy.dev/lazycode resolves to the
lazycode directory in the
github.com/golazy/golazy repository through this page's
Go vanity metadata.
Packages
golazy.dev/lazycode- Immutable-baseline workspaces, diagnostics, and planned file edits.
golazy.dev/lazycode/gocode- Go AST rewrites, imports, and formatted generated files.
golazy.dev/lazycode/tomlcode- Conservative, comment-preserving TOML changes.
golazy.dev/lazycode/jsoncode- Structured JSON and package dependency changes.
golazy.dev/lazycode/jscode- Exact JavaScript imports and explicitly owned managed blocks.
Safety model
lazycode only plans changes. Callers verify the
SHA-256 baseline before writing and own transaction, confirmation,
and rollback policy.
Source
Inspect the lazycode directory.