Skip to content

Organize dirty work from codex/universal-ledger-activate-9193a4 - #1343

Closed
BigSimmo wants to merge 1 commit into
mainfrom
codex/universal-ledger-activate-9193a4
Closed

Organize dirty work from codex/universal-ledger-activate-9193a4#1343
BigSimmo wants to merge 1 commit into
mainfrom
codex/universal-ledger-activate-9193a4

Conversation

@BigSimmo

Copy link
Copy Markdown
Owner

Organizes current dirty work collected on branch codex/universal-ledger-activate-9193a4.

@supabase

supabaseBot commented Jul 28, 2026

Copy link
Copy Markdown

This pull request has been ignored for the connected project sjrfecxgysukkwxsowpy because there are no changes detected in supabase directory. You can change this behaviour in Project Integrations Settings ↗︎.


Preview Branches by Supabase.
Learn more about Supabase Branching ↗︎.

@coderabbitai

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

You’ve reached a temporary PR review limit under our Fair Usage Limits Policy.

Your recent review volume is higher than typical usage, so adaptive limits are currently applied.

Next review available in:17 minutes

Your organization has reached its usage spending cap. Adjust your spending cap in the billing tab.

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: a6b50503-859e-4f57-91e0-2ccd0b6b06f4

📥 Commits

Reviewing files that changed from the base of the PR and between f39ca98 and b490eaa.

📒 Files selected for processing (4)
  • AGENTS.md
  • docs/README.md
  • docs/maturity-backlog-workorders.md
  • docs/operator-backlog.md

Comment @coderabbitai help to get the list of available commands.

@chatgpt-codex-connectorchatgpt-codex-connectorBot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit:b490eaaec6

ℹ️ 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".

Comment on lines +17 to +19
> Status is historical/runbook evidence and **must be confirmed against live state** before acting.
> A pending row that is absent from the active universal ledger is not authorization or recommended
> work.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Migrate operator work before gating the index

When the operator-closeout workflow runs, scripts/productivity-core.mjs:369 still scans docs/operator-backlog.md directly and returns 17 candidates, while the active universal ledger lacks corresponding rows for the full release gate, staging soak, production seed, SLO alerts, and most credential/DR tasks. These lines now declare absent rows unauthorized or unrecommended, so /issues can silently omit work that the operator workflow still proposes. Migrate and deduplicate the pending rows, then make the planner consume the universal ledger before enforcing this gate.

AGENTS.md reference: AGENTS.md:L453-L457

Useful? React with 👍 / 👎.

Comment threadAGENTS.md
Comment on lines 459 to +460
- When the user types `/issues`, invoke the `issues` skill (`.claude/skills/issues/SKILL.md`): read
`docs/outstanding-issues.md` and state the open items back, grouped by priority. A plain `/issues`
`docs/outstanding-issues.md` and state the open items back in recommended order. A plain `/issues`

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Align the issues reader with recommended ordering

When /issues is invoked, .claude/skills/issues/SKILL.md still requires grouping rows by priority rather than preserving the new recommended execution order; the existing ledger also retains its old columns and does not record executor capability, timing, effort, dependencies, approvals, success criteria, verification, or stopping conditions. Consequently the reader cannot satisfy the contract introduced here. Update the ledger schema and reader together before advertising this behavior.

AGENTS.md reference: AGENTS.md:L453-L460

Useful? React with 👍 / 👎.

Comment threadAGENTS.md
Comment on lines +462 to +463
- `/issues add|done|update|capture …` mutate the ledger only when requested. Committing, pushing or
opening a PR remains a separate Git workflow requiring the usual authorization.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Remove the issues skill's unconditional commit

When a user requests /issues add, done, update, or capture without separately authorizing a Git handoff, .claude/skills/issues/SKILL.md still instructs the agent to stage and commit docs/outstanding-issues.md after every mutation, and the ledger's own usage text repeats that behavior. This directly contradicts the new separate-authorization rule and can create an unexpected commit; update those instructions in the same change.

AGENTS.md reference: AGENTS.md:L462-L463

Useful? React with 👍 / 👎.

@BigSimmo

Copy link
Copy Markdown
OwnerAuthor

Reviewed at exact head b490eaa. Superseded by #1363. The historical universal-ledger activation is stale against current main and was not replayed. Source branch and worktree are preserved; this PR is closed only to remove the superseded review queue entry.

@BigSimmo
BigSimmo deleted the codex/universal-ledger-activate-9193a4 branch July 30, 2026 09:10
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@BigSimmo