cli/pkg/build
Snider 5c3b70a1eb fix: resolve conflict markers and remove legacy code after branch consolidation
- Remove conflict markers from 19 files that were accidentally committed
  during merge resolutions (keeping HEAD versions)
- Remove legacy root-level code (core.go, main.go, config/, crypt/,
  display/, filesystem/, workspace/, docs/*.go, cmd/app/) from old
  architecture predating pkg/ restructure
- Remove duplicate pkg/config/loader.go (Load/Save already in config.go)
- Fix import alias in cmd_apply.go (errors -> core)

Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-08 22:08:35 +00:00
..
buildcmd fix: resolve API signature mismatches after IO migration merge 2026-02-08 21:55:10 +00:00
builders feat: add Woodpecker CI pipeline and workspace improvements (#1) 2026-02-08 13:25:06 +00:00
signing fix: resolve conflict markers and remove legacy code after branch consolidation 2026-02-08 22:08:35 +00:00
testdata feat: add Woodpecker CI pipeline and workspace improvements (#1) 2026-02-08 13:25:06 +00:00
archive.go Migrate pkg/build to io.Medium abstraction (#287) 2026-02-04 17:59:10 +00:00
archive_test.go Migrate pkg/build to io.Medium abstraction (#287) 2026-02-04 17:59:10 +00:00
build.go feat: add Woodpecker CI pipeline and workspace improvements (#1) 2026-02-08 13:25:06 +00:00
checksum.go Migrate pkg/build to io.Medium abstraction (#287) 2026-02-04 17:59:10 +00:00
checksum_test.go Migrate pkg/build to io.Medium abstraction (#287) 2026-02-04 17:59:10 +00:00
config.go Centralized Configuration Service Implementation (#319) 2026-02-05 10:26:44 +00:00
config_test.go Migrate pkg/build to io.Medium abstraction (#287) 2026-02-04 17:59:10 +00:00
discovery.go fix: resolve API signature mismatches after IO migration merge 2026-02-08 21:55:10 +00:00
discovery_test.go feat: add Woodpecker CI pipeline and workspace improvements (#1) 2026-02-08 13:25:06 +00:00