fix:ci integrity#39
Merged
Merged
Conversation
* feat: initial cpm implementation All 8 commands: init, install (local + registry), remove, list, info, verify, search, update. Includes hardware audit, JSON Schema validation (embedded), dependency resolution, registries.toml config, structured logging, and CI pipeline. Tests: archive (4), schema (2), config (2), dep (3), audit (5) = 16 total * chore: remove committed binary, add to .gitignore
* feat: initial cpm implementation * feat: initial cpm implementation All 8 commands: init, install (local + registry), remove, list, info, verify, search, update. Includes hardware audit, JSON Schema validation (embedded), dependency resolution, registries.toml config, structured logging, and CI pipeline. Tests: archive (4), schema (2), config (2), dep (3), audit (5) = 16 total * chore: remove committed binary, add to .gitignore * chore: attribute project to Jean Machuca with GitHub Sponsors
Fix CI blockers: go.sum, errcheck, build paths, CI workflows
…ction name resolution
… and checksum notary (#23)
# Conflicts: # README.md # cmd/info.go # cmd/search.go # cmd/update.go # internal/archive/archive_test.go # internal/checksum/checksum_test.go # internal/config/config_test.go # internal/registry/registry.go # internal/schema/schema.go
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.
Automated PR from fix/ci-integrity