Apply updated repository kit guidance
Some checks failed
Build / build (push) Failing after 1m28s
Release Dry Run / release-dry-run (push) Successful in 1m23s
Template Compliance / compliance (push) Successful in 5s

This commit is contained in:
MrSphay
2026-05-15 04:07:38 +02:00
parent d3e84feedd
commit 296270b2c0
4 changed files with 12 additions and 2 deletions

View File

@@ -7,5 +7,13 @@ Initial implementation created from `codex-agent-repository-kit` guidance.
## Notes
- The kit was read and applied as a source template, not kept as a project dependency.
- The kit was updated to v1.0.2 (`95b47ab`) after initial implementation. The new follow-up issue rule was applied to `AGENTS.md`.
- npm and Docker were not available in the initial local shell, so dependency installation and Docker verification may need a machine with those tools in PATH.
- `GITEA_TOKEN` may be available locally, but it must not be printed or committed.
## Follow-ups
- Confirm repository visibility in Gitea and set `MrSphay/WatchLink` to public if it is still private. API verification was blocked by `GITEA_TOKEN` returning 401.
- Run `npm install`, `npm run typecheck`, `npm run test`, and `npm run build` once npm is available.
- Build and push `git.wilkensxl.de/MrSphay/watchlink:latest` once Docker is available.
- Poll Gitea Actions after the next push once API token access is fixed.