Update processed agent kit guidance
Some checks failed
Build / build (push) Successful in 7m2s
Release Dry Run / release-dry-run (push) Failing after 10s
Codex Template Compliance / template-compliance (push) Failing after 6s
Scheduled Security Scan / security-scan (push) Failing after 1m48s
Scheduled Repository Cleanup Check / cleanup-check (push) Successful in 6s
Scheduled Dependency Check / dependency-check (push) Failing after 10s

This commit is contained in:
ToxicCrzay270
2026-05-15 00:58:15 +02:00
parent 5e6a3e0450
commit a820496648
4 changed files with 8 additions and 1 deletions

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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