Skip to content

Improve copilot instructions accuracy and completeness#2136

Merged
GernotMaier merged 5 commits into
mainfrom
code-space-ignore
Apr 26, 2026
Merged

Improve copilot instructions accuracy and completeness#2136
GernotMaier merged 5 commits into
mainfrom
code-space-ignore

Conversation

@GernotMaier
Copy link
Copy Markdown
Contributor

Fixes several inaccuracies and gaps in the Copilot instructions file:

  • Add missing reporting/ and schemas/ entries to the project structure
  • Add missing components/ and data-model/ subdirs to docs source structure
  • Fix isort reference: imports are sorted via ruff's I ruleset, not a standalone isort tool
  • Fix changelog fragment naming: use <pr-number> (not <issue>) and clarify wording
  • Simplify default pytest command to bare pytest (testpaths already set in pyproject.toml)

@ctao-sonarqube
Copy link
Copy Markdown

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

Copy link
Copy Markdown
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

Updates the repository’s Copilot instructions and related housekeeping files to better reflect the actual project structure and development workflow, and adds a changelog fragment documenting the maintenance change.

Changes:

  • Extend the documented project/docs directory tree to include missing subdirectories.
  • Update testing and linting guidance to match current pyproject.toml configuration (pytest testpaths, ruff import sorting).
  • Add .gitignore entries for grid output and VS Code workspace/settings, plus a maintenance changelog fragment.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

File Description
docs/changes/2136.maintenance.md Adds a Towncrier fragment describing the instructions update.
.gitignore Ignores additional generated output and VS Code local configuration files.
.github/copilot-instructions.md Corrects/extends documentation for repo structure, testing defaults, and lint/import sorting; adds PR/changelog guidance.

Comment thread .github/copilot-instructions.md
@GernotMaier GernotMaier merged commit 5465cb4 into main Apr 26, 2026
20 checks passed
@GernotMaier GernotMaier deleted the code-space-ignore branch April 26, 2026 17:24
GernotMaier added a commit that referenced this pull request Apr 27, 2026
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.

2 participants