Files
codex-agent-repository-kit/CHANGELOG.md
2026-05-15 04:42:55 +02:00

2.0 KiB

Changelog

All notable changes to the Codex Agent Repository Kit are documented here.

1.0.4 - 2026-05-15

  • Set the documented Gitea host to git.wilkensxl.de instead of a generic URL placeholder.
  • Documented SSH clone URLs for port 2222 and optional SSH config.
  • Restored Gitea workflow and README badge defaults for the intended Gitea instance while keeping repository owner and repository name dynamic.

1.0.3 - 2026-05-15

  • Updated repository handoff notes after verifying the refreshed local GITEA_TOKEN.
  • Confirmed live issue creation and Gitea release API access for this repository.

1.0.2 - 2026-05-15

  • Split the repository documentation into a human-facing setup README.md and a repository-specific agent instruction file in AGENTS.md.
  • Expanded the human README with full new-repository setup guidance, SSH setup, Gitea token permissions, local token configuration, repository secrets, package publishing, and release checks.
  • Documented the recommended Gitea token permission matrix shown in the token UI.

1.0.1 - 2026-05-15

  • Added agent guidance to create focused tracker issues for actionable follow-up work that is outside the current scope or independently parallelizable.
  • Added safeguards against creating vague, duplicate, or sensitive public issues.
  • Updated handoff guidance to use docs/agent-handoff.md when no issue tracker is available or the details are too sensitive for public issues.

1.0.0 - 2026-05-15

  • Added universal repository baseline templates for Codex-assisted projects.
  • Added agent quickstart, new repository, and existing project workflows.
  • Added optional Gitea workflow templates for build, security scanning, cleanup, dependency checks, release dry runs, and template compliance.
  • Added stack profiles for Node, Electron, Python, Docker, and static sites.
  • Added guidance for dynamic repository owners, safe task-start syncs, release artifact exclusions, and context token conservation.
  • Removed hard-coded private Gitea instance URLs from reusable templates.