[codex] anchor portfolio truth docs to canonical snapshot#66
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 1f70550baa
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| canonical snapshot before writing spoken lines: | ||
|
|
||
| ```sh | ||
| jq '{generated_at,total:(.projects|length),counts:.source_summary.attention_state_counts}' output/portfolio-truth-latest.json |
There was a problem hiding this comment.
Include security and provenance counts in the refresh query
This checklist says to query the current snapshot before writing new spoken lines, but this jq command only returns the project total and attention-state buckets. The same recording script later requires live security numbers (117 scanned, 63 high/critical, 65 critical, 191 high) and tool-provenance counts, so a fresh recording can still reuse stale 2026-06-07 security/provenance claims while appearing to have refreshed the snapshot-derived counts.
Useful? React with 👍 / 👎.
Summary
Validation
Notes