Align repository metadata and handoff after Code-Inc transfer #46

Closed
opened 2026-07-03 20:56:25 +00:00 by MrSphay · 4 comments
Owner

Observed problem

Gitea now redirects MrSphay/intelligence-terminal to Code-Inc/intelligence-terminal, but repository metadata and operational documentation still use the old namespace.

Stale references exist in at least:

  • AGENTS.md
  • .codex/project.md
  • docs/agent-handoff.md
  • README.md
  • .github/CODEOWNERS
  • .github/ISSUE_TEMPLATE/config.yml
  • local clone remote configuration after cloning through the redirect

The handoff is also dated 2026-05-17 and describes commit 53470cc as the latest implementation baseline even though production is now c159c83a after 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

  • Replace obsolete repository and issue URLs with the canonical Code-Inc/intelligence-terminal namespace.
  • Update docs/agent-handoff.md to production commit c159c83a and summarize merged PRs #9 through #44, including the reverted UI redesign.
  • Document current CI state and remaining open issues.
  • Decide and document whether the image remains at mrsphay/intelligence-terminal or moves to a Code-Inc package namespace.
  • If the image path changes, publish and verify the replacement before changing Compose/README defaults.
  • Update the configured Git remote where appropriate without force-pushing or rewriting history.
  • Pass template compliance and link/reference checks on a supported Gitea runner.
## Observed problem Gitea now redirects `MrSphay/intelligence-terminal` to `Code-Inc/intelligence-terminal`, but repository metadata and operational documentation still use the old namespace. Stale references exist in at least: - `AGENTS.md` - `.codex/project.md` - `docs/agent-handoff.md` - `README.md` - `.github/CODEOWNERS` - `.github/ISSUE_TEMPLATE/config.yml` - local clone remote configuration after cloning through the redirect The handoff is also dated 2026-05-17 and describes commit `53470cc` as the latest implementation baseline even though production is now `c159c83a` after 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 - Replace obsolete repository and issue URLs with the canonical `Code-Inc/intelligence-terminal` namespace. - Update `docs/agent-handoff.md` to production commit `c159c83a` and summarize merged PRs #9 through #44, including the reverted UI redesign. - Document current CI state and remaining open issues. - Decide and document whether the image remains at `mrsphay/intelligence-terminal` or moves to a `Code-Inc` package namespace. - If the image path changes, publish and verify the replacement before changing Compose/README defaults. - Update the configured Git remote where appropriate without force-pushing or rewriting history. - Pass template compliance and link/reference checks on a supported Gitea runner.
Author
Owner

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 namespace and canonical links are being updated as part of PR #48: https://git.wilkensxl.de/Code-Inc/intelligence-terminal/pulls/48. Remaining broad handoff cleanup can be reviewed after the production image is verified.
Author
Owner

Registry migration is complete through PRs #48 and #49. Verified production tags: latest, 20260703, and 374340d71aad265b0325fa0209c684e7851e6d62 under git.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.

Registry migration is complete through PRs #48 and #49. Verified production tags: `latest`, `20260703`, and `374340d71aad265b0325fa0209c684e7851e6d62` under `git.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.
Author
Owner

README synchronization is in progress in PR #50: #50. Branch: codex/issue-46-readme-sync.

README synchronization is in progress in PR #50: https://git.wilkensxl.de/Code-Inc/intelligence-terminal/pulls/50. Branch: `codex/issue-46-readme-sync`.
Author
Owner

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.

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`.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Code-Inc/intelligence-terminal#46