Skip to content

add AI instruction markdown#286

Open
TendonFFF wants to merge 1 commit into
qutip:mainfrom
TendonFFF:add-AI-instruction
Open

add AI instruction markdown#286
TendonFFF wants to merge 1 commit into
qutip:mainfrom
TendonFFF:add-AI-instruction

Conversation

@TendonFFF
Copy link
Copy Markdown
Contributor

Checklist

Thank you for contributing to HierarchicalEOM.jl! Please make sure you have finished the following tasks before opening the PR.

  • Please read Contributing to Quantum Toolbox in Julia.
  • Any code changes were done in a way that does not break public API.
  • Appropriate tests were added and tested locally by running: make test.
  • Any code changes should be julia formatted by running: make format.
  • All documents (in docs/ folder) related to code changes were updated and able to build locally by running: make docs.

Request for a review after you have completed all the tasks. If you have not finished them all, you can also open a Draft Pull Request to let the others know this on-going work.

Description

As title

Copilot AI review requested due to automatic review settings May 6, 2026 02:26
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

This PR adds AI-focused documentation files intended to provide project context and common developer commands for HierarchicalEOM.jl, primarily to guide automated coding assistants.

Changes:

  • Adds CLAUDE.md with common make commands and workflow notes (format/test/docs/CI).
  • Adds .github/copilot-instructions.md describing project structure, key concepts, dependencies, and testing/quality practices for GitHub Copilot.

Reviewed changes

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

File Description
CLAUDE.md Adds a concise “common commands + notes” entrypoint referencing the full instructions file.
.github/copilot-instructions.md Adds detailed Copilot guidance on architecture, conventions, dependencies, and testing/quality.

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

## Testing & Quality

- Tests live in `test/`. Each major component has its own file.
- Run tests with `julia --project=test test/runtests.jl` or via `Pkg.test()`.
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