From a820496648ea507e10259cdf4948c389e7740ed5 Mon Sep 17 00:00:00 2001 From: ToxicCrzay270 <185776014+ToxicCrzay270@users.noreply.github.com> Date: Fri, 15 May 2026 00:58:15 +0200 Subject: [PATCH] Update processed agent kit guidance --- .codex/project.md | 4 ++++ AGENTS.md | 1 + CHANGELOG.md | 1 + docs/agent-handoff.md | 3 ++- 4 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.codex/project.md b/.codex/project.md index edf3592..50f7db8 100644 --- a/.codex/project.md +++ b/.codex/project.md @@ -18,6 +18,8 @@ Remote URL: https://git.wilkensxl.de/Toxic/minecraft-renew-mod.git ``` +Repository owner/name must be derived from this target remote URL or from `GITHUB_REPOSITORY` in CI. Do not reuse owner/name values from `.codex-agent-repository-kit`. + ## Commands Use these commands as the source of truth. @@ -85,3 +87,5 @@ Before a release: 6. Create a tag and release only after explicit user approval. Do not create releases unless the user explicitly asks for a release. + +Package publishing is not currently enabled. If it is added later, derive the Gitea package owner from `GITHUB_REPOSITORY_OWNER` or `GITHUB_REPOSITORY`, and fall back to `Toxic` only when CI does not expose repository metadata. diff --git a/AGENTS.md b/AGENTS.md index 74af060..4f95d3c 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -16,6 +16,7 @@ The active project is `create-limited-draining/`, a NeoForge port of Create: Lim - Do not create a release unless explicitly requested. - Check repository status before editing and before finishing when this directory is a Git repository. - Preserve unrelated user changes. +- Derive repository owner and repository name from the target remote URL or `GITHUB_REPOSITORY`. Never reuse owner/name values from `.codex-agent-repository-kit`. - Keep `AGENTS.md` and `.codex/project.md` aligned when commands, artifact paths, or release rules change. - If `GITEA_TOKEN` is available locally, use it only for read-only Gitea API checks. Never print, commit, or store it. diff --git a/CHANGELOG.md b/CHANGELOG.md index 681e8fa..2d535ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ All notable changes to this workspace are documented here. ## Unreleased +- Updated the processed Codex repository kit guidance to derive repository owner/name from the target remote or CI metadata. - Added Codex repository baseline files from the repository kit. - Added root README documentation for the Minecraft Renew Mod workspace. - Documented the current Create: Limited Draining NeoForge port target and build workflow. diff --git a/docs/agent-handoff.md b/docs/agent-handoff.md index e07b9fb..62e7297 100644 --- a/docs/agent-handoff.md +++ b/docs/agent-handoff.md @@ -5,7 +5,7 @@ Use this file when a task spans multiple sessions, has unresolved follow-up work ## Current State ```text -Codex repository kit baseline has been applied to the workspace. +Codex repository kit baseline has been applied to the workspace and updated to kit commit c0262b9. ``` ## Changes Made @@ -14,6 +14,7 @@ Codex repository kit baseline has been applied to the workspace. - Added security, contribution, changelog, and release documentation. - Added Gitea workflow templates adapted for the Gradle Minecraft mod workspace. - Added `.gitignore` entries for local kit checkout, build output, Minecraft run data, logs, and secrets. +- Processed the kit update that requires repository owner/name to be derived from the target repository remote or CI metadata. ## Verification