Skip to content

Conversation

@zyga
Copy link
Contributor

@zyga zyga commented Jan 20, 2026

Add .github/copilot-instructions.md with comprehensive guidance for AI coding agents working on Checkbox. The instructions cover:

  • Big picture architecture (checkbox-ng core, providers, packaging)
  • Provider anatomy and structure (manage.py, bin/, units/, tests/)
  • Developer workflows (venv setup, provider build/test/validate)
  • Project conventions (Black formatting, setuptools_scm, signed commits)
  • Provider code style rules from providers/README.md:
    • Python: pathlib, .format(), subprocess, argparse, avoid regexes
    • PXU: avoid nested bash, declare env vars, no Jinja templates
    • Dependencies: strict avoidance (Ubuntu 18.04+ ESM compatibility)
  • Integration points (pyproject.toml, manage.py, tox.ini)
  • Copyable examples for common development tasks

This provides AI agents with project-specific knowledge to be immediately productive and follow Checkbox conventions.

Description

Resolved issues

Documentation

Tests

Add .github/copilot-instructions.md with comprehensive guidance for AI coding
agents working on Checkbox. The instructions cover:

- Big picture architecture (checkbox-ng core, providers, packaging)
- Provider anatomy and structure (manage.py, bin/, units/, tests/)
- Developer workflows (venv setup, provider build/test/validate)
- Project conventions (Black formatting, setuptools_scm, signed commits)
- Provider code style rules from providers/README.md:
  - Python: pathlib, .format(), subprocess, argparse, avoid regexes
  - PXU: avoid nested bash, declare env vars, no Jinja templates
  - Dependencies: strict avoidance (Ubuntu 18.04+ ESM compatibility)
- Integration points (pyproject.toml, manage.py, tox.ini)
- Copyable examples for common development tasks

This provides AI agents with project-specific knowledge to be immediately
productive and follow Checkbox conventions.
Copilot AI review requested due to automatic review settings January 20, 2026 16:56
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds comprehensive AI agent instructions in .github/copilot-instructions.md to help AI coding assistants understand Checkbox project structure, conventions, and development workflows. The instructions provide guidance on architecture, provider development, testing, code style rules, and common development tasks.

Changes:

  • Added .github/copilot-instructions.md with project-specific guidance for AI agents
  • Covers architecture (checkbox-ng, providers, packaging), developer workflows, testing, conventions, and copyable examples
  • References existing documentation sources (CONTRIBUTING.md, providers/README.md) for detailed guidelines

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant