Files
Robocopy_Overhaul/README.md
2026-05-15 00:42:11 +02:00

61 lines
2.5 KiB
Markdown

# Robocopy_Overhaul
Codex-ready repository baseline for a Robocopy overhaul project.
<p align="center"><img src="https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/rainbow.png" alt="-----------------------------------------------------" width="100%"></p>
## Overview
This repository has been prepared with the Codex Agent Repository Kit. The current state is a documentation and agent-context baseline; implementation code, stack choice, build commands, and release artifacts are still pending.
<p align="center"><img src="https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/rainbow.png" alt="-----------------------------------------------------" width="100%"></p>
## Repository Baseline
| Area | State |
| --- | --- |
| Repository | `Toxic/Robocopy_Overhaul` |
| Remote | `https://git.wilkensxl.de/Toxic/Robocopy_Overhaul.git` |
| Agent context | `AGENTS.md` and `.codex/project.md` |
| Security policy | `SECURITY.md` and `docs/security-review.md` |
| Release process | `CHANGELOG.md`, `docs/release-checklist.md`, and `docs/release-notes.md` |
| Ignore rules | `.gitignore` covers common generated files, logs, local config, and secret material |
| CI | Not configured until a concrete stack and commands exist |
<p align="center"><img src="https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/rainbow.png" alt="-----------------------------------------------------" width="100%"></p>
## Development
No build, lint, test, or audit command is defined yet.
When implementation code is added, update:
```text
AGENTS.md
.codex/project.md
README.md
docs/security-review.md
docs/release-checklist.md
```
<p align="center"><img src="https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/rainbow.png" alt="-----------------------------------------------------" width="100%"></p>
## Security
Security posture:
| Area | State |
| --- | --- |
| Secrets | Secrets must not be committed |
| Dependency audit | Pending until dependencies exist |
| User data | Prefer local processing |
| External services | Document any external network calls |
See `SECURITY.md` and `docs/security-review.md`.
<p align="center"><img src="https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/rainbow.png" alt="-----------------------------------------------------" width="100%"></p>
## Release
Release readiness is tracked in `docs/release-checklist.md`. Do not create tags, packages, or releases until the project has implementation code and the user explicitly asks for release work.