Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a14ed9a6d9 | ||
|
|
719bc8cca5 |
@@ -2,6 +2,11 @@
|
|||||||
|
|
||||||
All notable changes to the Codex Agent Repository Kit are documented here.
|
All notable changes to the Codex Agent Repository Kit are documented here.
|
||||||
|
|
||||||
|
## 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
|
## 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`.
|
- Split the repository documentation into a human-facing setup `README.md` and a repository-specific agent instruction file in `AGENTS.md`.
|
||||||
|
|||||||
@@ -1,37 +1,40 @@
|
|||||||
# Agent Handoff
|
# Agent Handoff
|
||||||
|
|
||||||
Use this file for current repository follow-ups when tracker issues cannot be created.
|
Use this file for current repository follow-ups when tracker issues cannot be created or when a compact session summary is useful.
|
||||||
|
|
||||||
## Current State
|
## Current State
|
||||||
|
|
||||||
The kit now includes guidance for creating focused tracker issues for actionable follow-up work.
|
The kit includes guidance for creating focused tracker issues for actionable follow-up work. The local `GITEA_TOKEN` has been refreshed and verified.
|
||||||
|
|
||||||
## Changes Made
|
## Changes Made
|
||||||
|
|
||||||
- Added issue creation guidance to the agent rules, quickstart, README, new/existing repository workflows, and manifest.
|
- Added issue creation guidance to the agent rules, quickstart, README, new/existing repository workflows, and manifest.
|
||||||
- Added handoff guidance for cases where issue creation is unavailable or too sensitive.
|
- Added handoff guidance for cases where issue creation is unavailable or too sensitive.
|
||||||
- Updated the kit version to `1.0.1`.
|
- Updated the kit version to `1.0.2`.
|
||||||
|
- Created a live follow-up issue after token access was restored.
|
||||||
|
- Created the Gitea release entry for `v1.0.2`.
|
||||||
|
|
||||||
## Verification
|
## Verification
|
||||||
|
|
||||||
| Check | Result |
|
| Check | Result |
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
| Issue creation test | Blocked: Gitea API returned `invalid username, password or token` |
|
| Issue creation test | Passed: created issue #1 |
|
||||||
|
| Release API test | Passed: created release entry for `v1.0.2` |
|
||||||
|
|
||||||
## Open Questions
|
## Open Questions
|
||||||
|
|
||||||
- Whether the local `GITEA_TOKEN` should be refreshed for future issue/release automation.
|
- None at this time.
|
||||||
|
|
||||||
## Next Steps
|
## Next Steps
|
||||||
|
|
||||||
- Create a focused tracker issue for adding a reusable follow-up issue template once issue API access is available.
|
- Use issue #1 to track adding a reusable follow-up issue template.
|
||||||
|
|
||||||
## Follow-up Issues
|
## Follow-up Issues
|
||||||
|
|
||||||
| Issue | Status |
|
| Issue | Status |
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
| Add reusable issue template for agent follow-ups | Pending issue tracker access |
|
| #1 Add reusable issue template for agent follow-ups | Open |
|
||||||
|
|
||||||
## Risks
|
## Risks
|
||||||
|
|
||||||
- Issue automation cannot be fully validated until a valid token is available.
|
- No known token blocker remains after the refreshed token test.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "codex-agent-repository-kit",
|
"name": "codex-agent-repository-kit",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"description": "Universal repository baseline for Codex-assisted projects.",
|
"description": "Universal repository baseline for Codex-assisted projects.",
|
||||||
"agentResponsibilities": [
|
"agentResponsibilities": [
|
||||||
"Read manifest.json before copying files.",
|
"Read manifest.json before copying files.",
|
||||||
|
|||||||
Reference in New Issue
Block a user