chore: add Claude Code project context

This commit is contained in:
2026-05-28 19:02:08 +00:00
parent 1b1b808b50
commit 4aee469478
3 changed files with 84 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# Validate Docker Swarm Stack
Validate the Swarm stack named in `$ARGUMENTS`.
If `$ARGUMENTS` is empty, inspect the repository and validate all stack YAML files you can safely validate.
Steps:
1. Identify the stack file and matching `.env.example` file.
2. Run `docker compose config` with example env values when possible.
3. Review for Swarm compatibility issues like `container_name`, local-only `depends_on` assumptions, and non-overlay networking.
4. Report required Docker secrets, networks, volumes, and deployment command.
5. Do not deploy or modify files unless the user asks.