Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates documentation and API specifications to support serialized bundles, a new feature that allows bundles to be exported/imported as archives with cryptographic signatures.
Changes:
- Added API endpoints for bundle signatures, bundle overrides, and binary signature listing
- Introduced new CLI commands for bundle push/pull operations
- Updated OpenAPI schemas to support ed25519 signatures with keyid-based identification
- Fixed trailing newlines across CLI command documentation files
Reviewed changes
Copilot reviewed 6 out of 89 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/package-lock.json | Removed "peer": true flags from dependencies (npm lockfile maintenance) |
| src/openapi/peridio-admin-openapi.yaml | Added bundle signature and override endpoints, updated schemas for ed25519 signatures, added bundle hash field, removed product_prn from device update endpoint |
| src/docs/peridio-core/tools/peridio-cli/commands/bundles/push.md | Added documentation for new bundle push command |
| src/docs/peridio-core/tools/peridio-cli/commands/bundles/pull.md | Added documentation for new bundle pull command |
| src/docs/peridio-core/tools/peridio-cli/commands/binary-signatures/list.md | Added documentation for binary signature list command |
| Multiple CLI command .md files | Fixed missing trailing newlines in documentation files |
Files not reviewed (1)
- src/package-lock.json: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
f464d7e to
475109b
Compare
lee-reinhardt
approved these changes
Feb 5, 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.
No description provided.