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
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:
@@ -18,6 +18,8 @@ Remote URL:
|
|||||||
https://git.wilkensxl.de/Toxic/minecraft-renew-mod.git
|
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
|
## Commands
|
||||||
|
|
||||||
Use these commands as the source of truth.
|
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.
|
6. Create a tag and release only after explicit user approval.
|
||||||
|
|
||||||
Do not create releases unless the user explicitly asks for a release.
|
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.
|
||||||
|
|||||||
@@ -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.
|
- Do not create a release unless explicitly requested.
|
||||||
- Check repository status before editing and before finishing when this directory is a Git repository.
|
- Check repository status before editing and before finishing when this directory is a Git repository.
|
||||||
- Preserve unrelated user changes.
|
- 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.
|
- 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.
|
- If `GITEA_TOKEN` is available locally, use it only for read-only Gitea API checks. Never print, commit, or store it.
|
||||||
|
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ All notable changes to this workspace are documented here.
|
|||||||
|
|
||||||
## Unreleased
|
## 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 Codex repository baseline files from the repository kit.
|
||||||
- Added root README documentation for the Minecraft Renew Mod workspace.
|
- Added root README documentation for the Minecraft Renew Mod workspace.
|
||||||
- Documented the current Create: Limited Draining NeoForge port target and build workflow.
|
- Documented the current Create: Limited Draining NeoForge port target and build workflow.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ Use this file when a task spans multiple sessions, has unresolved follow-up work
|
|||||||
## Current State
|
## Current State
|
||||||
|
|
||||||
```text
|
```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
|
## Changes Made
|
||||||
@@ -14,6 +14,7 @@ Codex repository kit baseline has been applied to the workspace.
|
|||||||
- Added security, contribution, changelog, and release documentation.
|
- Added security, contribution, changelog, and release documentation.
|
||||||
- Added Gitea workflow templates adapted for the Gradle Minecraft mod workspace.
|
- 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.
|
- 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
|
## Verification
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user