-
Notifications
You must be signed in to change notification settings - Fork 0
fix(docs): close six 1.0 docs-truth gaps #626
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
base: main
Are you sure you want to change the base?
Changes from 12 commits
896370e
58fbcdf
52d3c30
12b74c5
5924a73
e41986a
80e9b2f
b7b3053
579179f
159fc4c
22c94f7
ba27a38
284e041
03edb92
360dc07
aa8f3db
88d3a2d
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 |
|---|---|---|
|
|
@@ -567,8 +567,6 @@ pub struct EvaluationProfileManifest { | |
| pub claim_id: String, | ||
| pub subject_id_type: String, | ||
| #[serde(default, skip_serializing_if = "Option::is_none")] | ||
| pub max_source_observed_age_seconds: Option<u64>, | ||
| #[serde(default, skip_serializing_if = "Option::is_none")] | ||
| pub evidence_pack: Option<EvidencePackMetadata>, | ||
|
Comment on lines
569
to
570
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Any existing Useful? React with 👍 / 👎. |
||
| } | ||
|
|
||
|
|
||
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.
This commit combines a Manifest schema break under
crates/, product-owned documentation underproducts/, docs-site scripts and specifications underdocs/site/, and a release inventory edit underrelease/. Split these into owner-scoped changes so each owning area can be reviewed and verified independently, as the repository explicitly requires.AGENTS.md reference: AGENTS.md:L77-L78
Useful? React with 👍 / 👎.