Replace all os.ReadFile/os.WriteFile/os.MkdirAll in production code with coreio.Local equivalents (Read, Write, EnsureDir) from go-io. Replace all fmt.Errorf and errors.New with coreerr.E() from go-log, adding structured operation context to all error returns. Promote go-log from indirect to direct dependency in go.mod. Co-Authored-By: Virgil <virgil@lethean.io>
13 lines
489 B
Markdown
13 lines
489 B
Markdown
# Recent Changes
|
|
|
|
```
|
|
05f9e99 chore: sync go.mod dependencies
|
|
319ffe3 chore: add .core/ and .idea/ to .gitignore
|
|
d97537b fix: update stale import paths and dependency versions from extraction
|
|
6e786bb refactor: update import path from go-config to core/config
|
|
8910f74 docs: add CLAUDE.md project instructions
|
|
3ed0cf4 docs: add human-friendly documentation
|
|
a8e09bb feat: add cmd/vm from go-devops
|
|
8bc93ce feat: extract container/, devops/, sources/ from go-devops
|
|
68bac5d Initial commit
|
|
```
|