Commit graph

3 commits

Author SHA1 Message Date
Snider
d0c057d20c refactor: use go-process daemon types instead of cli
Some checks failed
Security Scan / security (push) Successful in 7s
Test / test (push) Failing after 37s
Import daemon types (NewDaemon, DaemonOptions) from the dedicated
go-process package rather than the cli package, completing the
extraction of process management into its own module.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-09 14:13:49 +00:00
Claude
74e9994a6b
refactor: update module path and imports for standalone repo
- Change module from forge.lthn.ai/core/cli/internal/core-ide
  to forge.lthn.ai/core/ide
- Update dependency from core/cli to core/go + core/gui
- Fix all imports: core/cli/pkg/ → core/go/pkg/
- Fix self-references: core/cli/internal/core-ide/ → core/ide/
- Add replace directives for core/go and core/gui
- Run go mod tidy

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 14:22:26 +00:00
Snider
9fad7cc1ab move 2026-02-16 13:55:59 +00:00