1.3 KiB
1.3 KiB
Codex Project Notes
Project
Robocopy_Overhaul is a Codex-ready repository baseline for a Robocopy overhaul project.
Repository:
Toxic/Robocopy_Overhaul
Remote:
https://git.wilkensxl.de/Toxic/Robocopy_Overhaul.git
Commands
No stack-specific commands are defined yet.
Use this section as the source of truth once the project has implementation code:
lint: PENDING
test: PENDING
build: PENDING
audit: PENDING
readme: manual README
Do not invent commands that cannot run.
Stack
PENDING
Package manager or build tool:
PENDING
Build Artifacts
Release artifacts are not defined yet.
Expected files:
PENDING
Security Rules
- Do not commit secrets, tokens,
.envfiles, certificates, or private keys. - Treat generated credentials as sensitive.
- Prefer local generation and local processing for user data.
- Keep dependency audit results visible in CI where possible after a stack is chosen.
- Do not add external network calls unless the feature explicitly requires them.
Release Rules
Before a release:
- run the release checklist,
- verify CI is green,
- verify download links,
- update README and changelog,
- create a tag,
- create the release.
Do not create releases unless the user explicitly asks for a release.