Purpose: Provide context and guidance for GitHub Copilot or other automated agents working with this repository.
bin/ – executable scripts used by the project.docs/ – developer documentation, design notes, and user guides.projects/ – subprojects, each of which may have its own deployment/, scripts/, and .github configuration.scripts/ – helper utilities for deployment, testing, or maintenance.issues/ – markdown issue tracker, one file per issue.(Adjust these bullets to the particular structure of your repository.)
deployment/ (if present), update tests, run ./scripts/run_tests.sh (or similar)../scripts/deploy_to_nodes.sh or similar to push changes to cluster nodes; enable any systemd units as needed.journalctl -u <service>; examine dmesg, ip link, etc. (customize to project)./etc/<project> or are defined in madagascar.json and should be treated as source-of-truth.madagascar.json (and any other top‑level JSON manifests) to understand cluster configuration and avoid hard‑coding.madagascar-changelog.json rather than rewriting it.bin/ scripts, prefer Python for more complex logic.issues/ named YYYY_MM_DD-NN-description.md.CHANGELOG.md with a brief entry when an issue is closed or a change is merged.madagascar.json and enumerates nodes or resources.This stub is intended as a starting point; customize it for the specific project or subproject.