-
Notifications
You must be signed in to change notification settings - Fork 0
feat: Implement Update Fctx & Includes Management #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
e02eae1 to
720c96f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
720c96f to
14e14da
Compare
14e14da to
333dbac
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
8d0d41b to
5fe3a30
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 30 out of 31 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Implements `UpdateCommand` with options for adding/removing artifacts and includes. - Enhances `SaveCommand` to support specifying `--includes`. - Refactors artifact processing into reusable `ArtifactProcessor`. - Implements `FctxWriter` for robust HOCON generation preserving includes. - Adds comprehensive tests in `UpdateTests`, `SaveTests`, `ArtifactProcessorTests`, and `FctxWriterTests`. - Updates documentation and verifies via manual walkthrough.
5fe3a30 to
96c5cea
Compare
Implements the
updatecommand and adds includes support tosave. See walkthrough for details.