-
Notifications
You must be signed in to change notification settings - Fork 4
feat: cli add schema details and storage support #24
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
Merged
elibosley
merged 24 commits into
main
from
01-25-feat_cli_add_schema_details_and_storage_support
Jan 28, 2026
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
c6c0549
feat(cli): add schema, details, and storage support
elibosley ae17b60
fix(cli): avoid lookahead regex for url detection
elibosley 6a5157f
test(cli): expand storage parity coverage
elibosley 2ee5c43
fix(cli): correct storage action prefix check
elibosley 1191e3f
fix(cli): honor explicit storage path over env
elibosley 5983e87
test(cli): cover storage path precedence
elibosley d172d0a
Update AGENTS.md
elibosley b9e2d35
feat: pr work
elibosley e075857
feat: more updates
elibosley f67af89
feat: parity confirmed
elibosley ce81e75
feat: schema improvements
elibosley 0fcd17c
fix: more tweaks
elibosley 0a4ed0f
feat: add parity test providers
elibosley f075e89
feat: actual E2E testing
elibosley d3b5cf8
fix: add exercise schema changes
elibosley c27e254
feat: more fixes
elibosley 44b8837
fix: more e2e test fixes
elibosley 79d30c6
feat: more provider parity
elibosley aded779
feat: more notification endpoint helper fixes
elibosley f9bcf4e
feat: e2e parity passing
elibosley b204f2a
Enable parallel parity tests and add schema caching
elibosley a3fd86a
feat: more E2E integrations
elibosley 893194d
Add FCM OAuth2 flow and test harness updates
elibosley a2c833d
Remove token field from FCM OAuth payload
elibosley File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,3 +10,7 @@ | |
|
|
||
| # Local tooling | ||
| /.venv/ | ||
| /.gocache/ | ||
| /.tmp/pycapture/ | ||
| /.tmp/pycases/ | ||
| __pycache__/ | ||
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.