Align repository metadata and handoff after Code-Inc transfer #46
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Observed problem
Gitea now redirects
MrSphay/intelligence-terminaltoCode-Inc/intelligence-terminal, but repository metadata and operational documentation still use the old namespace.Stale references exist in at least:
AGENTS.md.codex/project.mddocs/agent-handoff.mdREADME.md.github/CODEOWNERS.github/ISSUE_TEMPLATE/config.ymlThe handoff is also dated 2026-05-17 and describes commit
53470ccas the latest implementation baseline even though production is nowc159c83aafter all repair PRs were merged.The container package still exists under
git.wilkensxl.de/mrsphay/intelligence-terminal. That registry path must be retained or migrated deliberately rather than changed blindly.Impact
Fresh agents and operators receive outdated clone URLs, branch/commit state, issue links, ownership information, and potentially incorrect registry guidance.
Acceptance criteria
Code-Inc/intelligence-terminalnamespace.docs/agent-handoff.mdto production commitc159c83aand summarize merged PRs #9 through #44, including the reverted UI redesign.mrsphay/intelligence-terminalor moves to aCode-Incpackage namespace.Registry namespace and canonical links are being updated as part of PR #48: #48. Remaining broad handoff cleanup can be reviewed after the production image is verified.
Registry migration is complete through PRs #48 and #49. Verified production tags:
latest,20260703, and374340d71aad265b0325fa0209c684e7851e6d62undergit.wilkensxl.de/code-inc/intelligence-terminal. Production runner 238 passed. This issue remains open only for any remaining historical handoff/metadata cleanup beyond the LiteLLM release scope.README synchronization is in progress in PR #50: #50. Branch:
codex/issue-46-readme-sync.Completed by PR #50. README now matches
.env.example, documents all supported LLM providers including LiteLLM, uses implementation-accurate defaults, explains browser auto-open correctly, and retains the canonical Code-Inc repository/registry paths. PR runs 241-242 and production runs 243-245 all passed. Production commit:ebe2906d1c7605ff26480351a34236188e7e1146.