Skip to content

Feature/versioned recipes - #27

Merged
matthewpeterkort merged 17 commits into
mainfrom
feature/versioned-recipes
Sep 3, 2026
Merged

matthewpeterkort merged 17 commits into
mainfrom
feature/versioned-recipes

Conversation

@matthewpeterkort

Copy link
Copy Markdown
Contributor

No description provided.

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Aug 31, 2026 •

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review ✅ Completed 2026-08-31T04:09:56.668613Z 6bfefa0 PR opened
ℹ️ 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" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@chatgpt-codex-connector chatgpt-codex-connector Bot 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: 6bfefa0d76

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

queryColumns = append(queryColumns, req.Sort.Column)
}
queryColumns = append(queryColumns, "__loom_row_id")
selectColumns := quotedColumns(queryColumns) + ", count() OVER() AS `__loom_total`"

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 Preserve totalCount across cursor pages

When After is supplied and the page returns at least one row, the cursor predicate is appended to the same WHERE clause evaluated by count() OVER(). Consequently totalCount reports only rows remaining after the cursor and shrinks on every page, while an empty page unexpectedly uses r.count and reports the full filtered total. Compute the window count before applying the keyset predicate, as the previous nested query did, or issue the cursor-independent count separately.

Useful? React with 👍 / 👎.

Comment thread scripts/package_audit.py

# These sentences are deliberately curated. The generator refuses to emit a row
# without one so a directory listing cannot masquerade as a semantic inventory.
RESPONSIBILITIES = {

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 Add the new packages to the responsibility map

This commit adds the cmd/loom-acceptance and internal/acceptance Go packages, but neither has an entry in this curated map. Running python3 scripts/package_audit.py therefore exits with responsibility map mismatch: missing=['cmd/loom-acceptance', 'internal/acceptance'], which also makes both generator-focused tests in scripts/tests/test_package_audit.py fail and prevents regeneration of the checked-in audit.

Useful? React with 👍 / 👎.

@matthewpeterkort
matthewpeterkort merged commit ce4e7ab into main Sep 3, 2026
2 checks passed
@matthewpeterkort
matthewpeterkort deleted the feature/versioned-recipes branch September 3, 2026 18:03
Sign up for free to 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