39 lines
1.2 KiB
Markdown
39 lines
1.2 KiB
Markdown
# Agent Handoff
|
|
|
|
Use this file when a task spans multiple sessions, has unresolved follow-up work, or changes release behavior.
|
|
|
|
## Current State
|
|
|
|
```text
|
|
Codex Agent Repository Kit baseline applied. The project is a React/Vite/TypeScript prototype with npm scripts for development, build, and tests.
|
|
```
|
|
|
|
## Changes Made
|
|
|
|
- Added agent instructions and project notes.
|
|
- Added security, contribution, changelog, release checklist, security review, and release notes documents.
|
|
- Added non-destructive Gitea maintenance workflows.
|
|
- Project remote set to `https://git.wilkensxl.de/Toxic/league-of-legends-gui-overhaul.git`.
|
|
- Documented current npm build and test commands.
|
|
|
|
## Verification
|
|
|
|
| Check | Result |
|
|
| --- | --- |
|
|
| `git diff --check` | PENDING |
|
|
|
|
## Open Questions
|
|
|
|
- Separate lint, audit, and release-check scripts.
|
|
- Release packaging and download target.
|
|
|
|
## Next Steps
|
|
|
|
- Add separate lint, audit, and release-check scripts if needed.
|
|
- Add or update build workflow around `npm run build` and `npm test`.
|
|
- Update README, `AGENTS.md`, `.codex/project.md`, and release docs when implementation begins.
|
|
|
|
## Risks
|
|
|
|
- Release packaging is intentionally limited until download targets are defined.
|