agent/pkg
Snider 6393bfe4da refactor(agentic): adopt core.Env() + core.Path() across package
Replace all os.UserHomeDir/os.Getenv/os.Hostname with core.Env().
Replace all filepath.Base/Dir/Glob/IsAbs with core.PathBase/PathDir/
PathGlob/PathIsAbs.

10 files migrated: paths, prep, review_queue, remote, dispatch,
ingest, mirror, plan, verify, watch.

Imports eliminated: 5x os, 7x filepath. All file I/O and path
construction now routes through Core primitives.

Bumps dappco.re/go/core to v0.6.0.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-22 10:15:15 +00:00
..
agentic refactor(agentic): adopt core.Env() + core.Path() across package 2026-03-22 10:15:15 +00:00
brain fix: resolve final AX audit findings 2026-03-22 06:42:42 +00:00
lib feat(lib): migrate to Core Embed system with Result returns 2026-03-22 09:08:35 +00:00
monitor fix: resolve final AX audit findings 2026-03-22 06:42:42 +00:00
setup refactor: migrate core/agent to Core primitives — reference implementation 2026-03-22 06:13:41 +00:00