-
Notifications
You must be signed in to change notification settings - Fork 0
docs: update CLI naming to capiscio (consolidation) #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
Changes from all commits
6578b7f
e5679e2
ab3496d
9604fc8
78c4679
62d8328
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -334,7 +334,7 @@ def is_production_ready(result: ValidationResult) -> bool: | |
|
|
||
| Command-line usage with `--detailed-scores` flag and JSON output. | ||
|
|
||
| [:octicons-arrow-right-24: CLI Usage](https://docs.capisc.io/capiscio-cli/scoring-system/) | ||
| [:octicons-arrow-right-24: CLI Usage](https://docs.capisc.io/reference/cli/#validate) | ||
|
||
|
|
||
| - **📖 Core Concepts** | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The to_dict method doesn't preserve the cnf (confirmation) claim from raw_claims for IAL-1 badges. When a BadgeClaims object with cnf is serialized and then deserialized, the cnf claim will be lost. This could break round-trip serialization for IAL-1 badges.
Consider either: