[ESI][Copilot] Add ESI runtime development skills file#9812
Merged
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds a "skills" Copilot cheat-sheet file (.github/copilot-skills-esi-runtime.md) that serves as a quick reference guide for Copilot when performing development tasks on the ESI runtime. It covers the standalone build workflow, integration test setup, key architecture notes (type system, ports, services, serialization), and test infrastructure.
Changes:
- Introduces a standalone build guide with setup steps, environment variable configuration, and library symlink instructions
- Documents the ESI runtime's C++ architecture: type hierarchy, port classes, service ports, and MessageData serialization
- Describes test infrastructure layout and the
@cosim_testdecorator's behavior
- Fix type hierarchy: BitVectorType → IntegerType → SIntType/UIntType - Note that esitester is not part of ESIRuntime target - Add gRPC/protobuf system prerequisite note for cosim builds Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
'Skills' serve as a "cheat-sheet" about specific tasks which copilot may work on. This one in particular is for development on the ESI runtime. It was generated by copilot after a particularly long, involved session. Update it as necessary and desired. For instance: if copilot is consistently running off the rails on something, it may need to be taught something and note it in as skills file.