Add .github/copilot-instructions.md for cloud agent onboarding#9
Merged
hansec merged 4 commits intocopilot_instructionsfrom Apr 22, 2026
Merged
Conversation
Agent-Logs-Url: https://github.com/hansec/OpenFUSIONToolkit/sessions/f08beca4-8f0b-4c06-a98a-0459a987893d Co-authored-by: hansec <821577+hansec@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
hansec
April 17, 2026 03:12
View session
…structions Agent-Logs-Url: https://github.com/hansec/OpenFUSIONToolkit/sessions/aee6c3b1-2da4-4c48-a08b-9527e7444d09 Co-authored-by: hansec <821577+hansec@users.noreply.github.com>
Agent-Logs-Url: https://github.com/hansec/OpenFUSIONToolkit/sessions/7927ae3e-309f-4315-92b4-16b51c8abbbe Co-authored-by: hansec <821577+hansec@users.noreply.github.com>
hansec
requested changes
Apr 21, 2026
Owner
hansec
left a comment
There was a problem hiding this comment.
A couple minor changes to align with actions workflow.
| ```bash | ||
| mkdir builds && cd builds | ||
| source ../setup_env.sh # activates Python venv | ||
| python ../src/utilities/build_libs.py \ |
Owner
There was a problem hiding this comment.
Update the command line arguments on this to match the updated github action file.
Author
There was a problem hiding this comment.
Updated in f75d3ba — removed --oblas_dynamic_arch and added --build_mpich=1 to match the action file.
|
|
||
| ```bash | ||
| cd builds/build_release/tests | ||
| ../../run_test.sh physics/test_TokaMaker.py -k "test_name" |
Owner
There was a problem hiding this comment.
Add an example to collect tests in a specific file as well using the --collect-only flag.
…nly example Agent-Logs-Url: https://github.com/hansec/OpenFUSIONToolkit/sessions/271b180f-f526-455c-b78e-e5c08b62c8dc Co-authored-by: hansec <821577+hansec@users.noreply.github.com>
hansec
approved these changes
Apr 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
.github/copilot-instructions.mdto guide the Copilot cloud agent during onboarding, and updatescopilot-setup-steps.ymlto align the build configuration.Primary changes
.github/copilot-instructions.mdwith documentation covering the project overview, repository layout, build system, testing, linting, CI workflows, coding conventions, and common pitfalls for the Copilot cloud agent.copilot-setup-steps.yml"Build external libraries" step (renamed from "Build external libraries (OpenMP)"):--oblas_dynamic_archflag frombuild_libs.pyinvocation--build_mpich=1flag tobuild_libs.pyinvocationcopilot-instructions.mdbuild command to match the action file (removed--oblas_dynamic_arch, added--build_mpich=1)--collect-onlyexample to the testing section ofcopilot-instructions.mdto show how to list available tests in a specific fileSecondary changes
None.
API changes
No API or input file changes.