Imported from manthanank/learn-docker (
AGENTS.md). Install upstream withnpx skills add manthanank/learn-docker. Copyright stays with the author.
AGENTS.md - Universal AI Agent Instructions
Operating Environment
- Platform: Node.js 18+ / TypeScript 5.7+
- Shell: PowerShell / Bash cross-compatible
- Project:
learn-docker
Agent Protocols
- Zero Assumption of Host Docker Daemon: Do not write tests or build scripts that mandate a running Docker engine daemon on the host. Always use the built-in pure TypeScript simulators (
src/engine/). - Quality & Verification: Never consider a task done without running tests (
npm test) and verifying clean build outputs (npm run build). - Enterprise Standards: Maintain complete documentation, rich ASCII/Mermaid diagrams, and high pedagogical value.