feat(cli): add score subcommand wiring score.Engine#10
Merged
Conversation
Adds 'attach-open-score score --input <path|->' subcommand that reads a schema.Request as JSON, runs pkg/score.Engine.Evaluate, and prints the resulting schema.Verdict as pretty JSON. Supports --policy-profile (default "default"). Preserves existing --root fixture-validate default behavior. Stdlib only. Tests cover ALLOW/ASK/DENY happy paths, policy profile, missing file, malformed JSON, and engine validation errors via inline schema.Request literals (no fixture deps). Card: t_756e46dd
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.
Summary
Adds the
scoreCLI subcommand wiringpkg/score.Engineto the public CLI. Phase 1.3.Behavior
attach-open-score score --input <path>— read normalized evidence JSON and emit a verdict.--input -reads stdin.--policy-profile <name>(defaultdefault).attach-open-score --root <path>fixture-validate behavior preserved as the no-subcommand default.Smoke
Verification
go vet ./...cleango test ./...all packages pass (cmd, internal/fixtures, pkg/score)git diff --checkcleanSource/legal
example.invalidsource refs.Kanban:
t_756e46ddNeed help on this PR? Tag
@codesmithwith what you need.