-
Notifications
You must be signed in to change notification settings - Fork 0
[codex] Reconcile portfolio working set contracts #135
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
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 |
|---|---|---|
|
|
@@ -1096,3 +1096,170 @@ repos: | |
| intended_disposition: archive | ||
| category: commercial | ||
| tool_provenance: gpt | ||
| # --- 2026-07-04 portfolio working-set reconciliation: finish contracts --- | ||
| agent-session-replay: | ||
| owner: d | ||
| lifecycle_state: active | ||
| review_cadence: weekly | ||
| intended_disposition: finish | ||
| maturity_program: finish | ||
| egress-guard-oss: | ||
| owner: d | ||
| lifecycle_state: active | ||
| review_cadence: weekly | ||
| intended_disposition: finish | ||
| maturity_program: finish | ||
| proof-pr: | ||
| owner: d | ||
| lifecycle_state: active | ||
| review_cadence: weekly | ||
| intended_disposition: finish | ||
| maturity_program: finish | ||
| devils-advocate: | ||
| owner: d | ||
| lifecycle_state: active | ||
| review_cadence: weekly | ||
| intended_disposition: finish | ||
| maturity_program: finish | ||
| agent-permission-diff-bot: | ||
| owner: d | ||
| lifecycle_state: active | ||
| review_cadence: weekly | ||
| intended_disposition: finish | ||
| maturity_program: finish | ||
| mcpaudit-web: | ||
| owner: d | ||
| lifecycle_state: active | ||
| review_cadence: weekly | ||
| intended_disposition: finish | ||
| maturity_program: finish | ||
| # --- 2026-07-04 portfolio working-set reconciliation: maintain contracts --- | ||
| shadow-mcp: | ||
| owner: d | ||
| lifecycle_state: active | ||
| review_cadence: monthly | ||
| intended_disposition: maintain | ||
| portfolio-mcp: | ||
| owner: d | ||
| lifecycle_state: active | ||
| review_cadence: monthly | ||
| intended_disposition: maintain | ||
| category: infrastructure | ||
| harness-scorecard: | ||
| owner: d | ||
| lifecycle_state: active | ||
| review_cadence: monthly | ||
| intended_disposition: maintain | ||
| ccq: | ||
| owner: d | ||
| lifecycle_state: active | ||
| review_cadence: monthly | ||
| intended_disposition: maintain | ||
| plumbline: | ||
| owner: d | ||
| lifecycle_state: active | ||
| review_cadence: monthly | ||
| intended_disposition: maintain | ||
| agent-flight-recorder: | ||
| owner: d | ||
| lifecycle_state: active | ||
| review_cadence: monthly | ||
| intended_disposition: maintain | ||
| agent-flight-recorder-local: | ||
| owner: d | ||
| lifecycle_state: active | ||
| review_cadence: monthly | ||
| intended_disposition: maintain | ||
| reliquary: | ||
| owner: d | ||
| lifecycle_state: active | ||
| review_cadence: monthly | ||
| intended_disposition: maintain | ||
| CivicTwin: | ||
| owner: d | ||
| lifecycle_state: active | ||
| review_cadence: monthly | ||
| intended_disposition: maintain | ||
| category: fun | ||
| continuity: | ||
| owner: d | ||
| lifecycle_state: active | ||
| review_cadence: weekly | ||
| intended_disposition: maintain | ||
| category: infrastructure | ||
| peer-agent-tools: | ||
| owner: d | ||
| purpose: local peer-agent dispatch and preflight tooling for branch-lease safety and verified agent handoffs | ||
| lifecycle_state: active | ||
| criticality: high | ||
| review_cadence: weekly | ||
| intended_disposition: maintain | ||
| maturity_program: maintain | ||
| target_maturity: operating | ||
| category: infrastructure | ||
| tool_provenance: codex | ||
| # --- 2026-07-04 portfolio working-set reconciliation: experiment contracts --- | ||
| agent-guestbook-inbox: | ||
| owner: d | ||
| lifecycle_state: experimental | ||
| review_cadence: monthly | ||
| intended_disposition: experiment | ||
| maturity_program: experiment | ||
| category: infrastructure | ||
| doctrine-pilot-sandbox: | ||
| owner: d | ||
| lifecycle_state: experimental | ||
| review_cadence: monthly | ||
| intended_disposition: experiment | ||
| maturity_program: experiment | ||
| category: infrastructure | ||
| mcp-kit: | ||
| owner: d | ||
| lifecycle_state: experimental | ||
| review_cadence: monthly | ||
| intended_disposition: experiment | ||
| maturity_program: experiment | ||
| category: infrastructure | ||
| portfolio-supercharge-handoff: | ||
| owner: d | ||
| lifecycle_state: experimental | ||
| review_cadence: monthly | ||
| intended_disposition: experiment | ||
| maturity_program: experiment | ||
| category: infrastructure | ||
| # --- 2026-07-04 portfolio working-set reconciliation: archive contracts --- | ||
| sae-synth-spike: | ||
| owner: d | ||
| lifecycle_state: archived | ||
| review_cadence: quarterly | ||
| intended_disposition: archive | ||
|
Comment on lines
+1231
to
+1235
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.
These archive entries inherit the default Useful? React with 👍 / 👎. |
||
| mcp-permission-audit-deprecation: | ||
| owner: d | ||
| lifecycle_state: archived | ||
| review_cadence: quarterly | ||
| intended_disposition: archive | ||
| awesome-mcp-servers: | ||
| owner: d | ||
| lifecycle_state: archived | ||
| review_cadence: quarterly | ||
| intended_disposition: archive | ||
| portfolio-hooks: | ||
| owner: d | ||
| lifecycle_state: archived | ||
| review_cadence: quarterly | ||
| intended_disposition: archive | ||
| ccq-archive: | ||
| owner: d | ||
| lifecycle_state: archived | ||
| review_cadence: quarterly | ||
| intended_disposition: archive | ||
| trust-receipt-generator: | ||
| owner: d | ||
| lifecycle_state: archived | ||
| review_cadence: quarterly | ||
| intended_disposition: archive | ||
| personal-ops-sendwindow-tests: | ||
| owner: d | ||
| lifecycle_state: archived | ||
| review_cadence: quarterly | ||
| intended_disposition: archive | ||
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.
These new experiment entries inherit
target_maturity: operatingfrom the catalog defaults because no target is set.resolve_target_maturity()prefers the catalog/default target before the experiment program's ownfoundationtarget, so every repo in this added experiment block will be graded against the stricter Operating bar instead of the intended lightweight experiment bar. Add an explicittarget_maturity: foundation(or another deliberate target) to the entries in this block.Useful? React with 👍 / 👎.