Add documentation for secret configuration and integration test execution#41
Merged
ericwood73 merged 10 commits intomainfrom Feb 16, 2026
Merged
Conversation
Co-authored-by: ericwood73 <2217397+ericwood73@users.noreply.github.com>
Co-authored-by: ericwood73 <2217397+ericwood73@users.noreply.github.com>
…lign types Co-authored-by: ericwood73 <2217397+ericwood73@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Refactor schema definition and JSON conversion process
Remove unnecessary JSON Schema conversion from schema extraction
Jan 30, 2026
Co-authored-by: ericwood73 <2217397+ericwood73@users.noreply.github.com>
Copilot
AI
changed the title
Remove unnecessary JSON Schema conversion from schema extraction
Update spec processing tests for planner-only schema extraction
Jan 30, 2026
Co-authored-by: ericwood73 <2217397+ericwood73@users.noreply.github.com>
Co-authored-by: ericwood73 <2217397+ericwood73@users.noreply.github.com>
Copilot
AI
changed the title
Update spec processing tests for planner-only schema extraction
Remove unnecessary JSON Schema conversion from schema extraction
Jan 31, 2026
Copilot stopped work on behalf of
ericwood73 due to an error
February 1, 2026 00:10
Copilot
AI
changed the title
Remove unnecessary JSON Schema conversion from schema extraction
Remove JSON Schema conversion from schema extraction pipeline
Feb 1, 2026
Co-authored-by: ericwood73 <2217397+ericwood73@users.noreply.github.com>
Copilot
AI
changed the title
Remove JSON Schema conversion from schema extraction pipeline
Remove unnecessary JSON Schema conversion from schema extraction pipeline
Feb 1, 2026
…ent setup Co-authored-by: ericwood73 <2217397+ericwood73@users.noreply.github.com>
Co-authored-by: ericwood73 <2217397+ericwood73@users.noreply.github.com>
Copilot
AI
changed the title
Remove unnecessary JSON Schema conversion from schema extraction pipeline
Add documentation for secret configuration and integration test execution
Feb 1, 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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Integration tests require API keys but lacked documentation on environment setup and secret management in Copilot environments.
Changes
New:
docs/TESTING_WITH_SECRETS.md.envfileUpdated:
README.mdEnhanced:
.env.exampleContext
The schema simplification changes (removing JSON Schema executor) are complete and verified via static analysis. Integration tests cannot execute in current environment due to
COPILOT_AGENT_INJECTED_SECRET_NAMESnot exposing actual secret values, but documentation now provides clear path for verification with proper API key access.Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.