3 Commits

Author SHA1 Message Date
Niko Syring 632dba5d65 refactor: rename module to gitea.syring.it/niko/oxkerclone
Match the actual canonical hosting URL so consumers can pull this
module directly via go modules without a local replace directive.
2026-05-02 07:20:32 +02:00
Niko Syring efa294b3e4 feat: add HandleClick, SpinnerChar and UI interaction methods for claude-pm overlay integration 2026-03-14 04:39:50 +01:00
Niko Syring aac139368f refactor: move internal/ to pkg/ for external importability
Moves all packages from internal/ to pkg/ so they can be imported
by external modules (needed for claude-pm integration).

- internal/app/ → pkg/app/
- internal/docker/ → pkg/docker/
- internal/config/ → pkg/config/
- internal/utils/ → pkg/utils/

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 07:05:59 +01:00