# Robocopy_Overhaul Codex-ready repository baseline for a Robocopy overhaul project.

-----------------------------------------------------

## 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.

-----------------------------------------------------

## 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 |

-----------------------------------------------------

## 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 ```

-----------------------------------------------------

## 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`.

-----------------------------------------------------

## 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.