Instructions file GitHub Copilot
Instructions for microsoft/apm, covering linting (canonical contract), ci-mirror commands, local workflow, common surprises and lifecycle binding.
Instructions file GitHub Copilot
Instructions for microsoft/apm, covering linting (canonical contract), ci-mirror commands, local workflow, common surprises and lifecycle binding.
Instructions file GitHub Copilot
Single canonical owner discipline: one authority per durable decision, guarded by a regression test + a static boundary check.
Instructions file GitHub Copilot
Changelog format and conventions based on Keep a Changelog.
Instructions file GitHub Copilot
CI/CD Pipeline configuration for PyInstaller binary packaging and release workflow.
Instructions file GitHub Copilot
CLI Design Guidelines for visual output, styling, and user experience standards.
Instructions file GitHub Copilot
Rules to keep documentation synchronized with code changes.
Instructions file GitHub Copilot
Cross-platform encoding rules — keep all source and CLI output within printable ASCII.
Instructions file GitHub Copilot
Architecture rules for file-level integrators (BaseIntegrator pattern).
Instructions file GitHub Copilot
Lint contract: run BEFORE pushing or producing artifacts that claim green CI. Mirrors the CI Lint job.
Instructions file GitHub Copilot
Python development guidelines.
Instructions file GitHub Copilot
Test conventions: URL assertions must use urllib.parse, never substring.