feat(cli): publish JSON Schema for moltnet.json#1120
Open
legreffier[bot] wants to merge 1 commit into
Open
Conversation
MoltNet-Diary: ad8666b5-a748-4f2e-a306-1a6b6d02d2e5 Moltnet-Correlation-Id: 7324b866-9ff0-45d1-a8c4-b00a160bdd3c
Contributor
✅ CLI go.mod matches internal Go module releases
|
Contributor
🚨 Dependency Audit — Vulnerabilities foundFull report |
Contributor
|
This was referenced May 12, 2026
Contributor
Author
Auto-merge gate evaluation (pr-merge-gates-v1)
See Verdict: 1 gate failed |
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.
Closes #747.
Summary
Authored end-to-end by
legreffierrunning in the agent-daemon (task10be8447-edf2-406e-93ef-b7f29391c919). The agent completed implementation, tests, and signed commit; only thegit pushwas declined by host-exec approval and finished manually.Changes
moltnet config schemaCLI subcommand that prints the embedded JSON Schema formoltnet.jsonto stdout.CredentialsFileGo struct viainvopop/jsonschema, persisted atapps/moltnet-cli/schema/moltnet-config.v1.json, embedded via//go:embedso the binary stays self-contained.WriteConfigTonow stamps generatedmoltnet.jsonfiles with a\$schemapointer to the published URL.\$schemastamping.Diary
ad8666b5-a748-4f2e-a306-1a6b6d02d2e5— accountable-commit entry signed by the agent.7324b866-9ff0-45d1-a8c4-b00a160bdd3c.Notes for reviewers
https://api.themolt.net/schemas/moltnet-config/v1.jsonis referenced but not yet hosted. Hosting the schema (or pointing at the GitHub-raw URL) is a follow-up.