Skip to content

v0.3.1: cluster-scoped events recipe, get_recent_events cluster filter - #26

Merged
safwentrabelsi merged 5 commits into
mainfrom
feat/cluster-scoped-events-recipe
Sep 8, 2026
Merged

safwentrabelsi merged 5 commits into
mainfrom
feat/cluster-scoped-events-recipe

Conversation

@safwentrabelsi

Copy link
Copy Markdown
Contributor

Pairs with the backend PR adding a cluster filter (exact clusterID) to get_recent_events and clusterID / clusterName on event rows (the multi-cluster scoping graph-api had since ANY-1855).

  • New recipe "Events scoped to one cluster (or namespace)": tool form and Cypher form, both seeking the (clusterID, ts) index; measured 0.2 s vs 5 s and a capped page for the unscoped call on a large tenant.
  • Skill tool map mentions cluster on get_recent_events.
  • Version 0.3.1 in the manifests, headers and README; README compatibility evidence now records the Claude Code 2.1.258 verification of the v0.3.0 surface (2026-09-08) instead of "pending".

Tag v0.3.1 after merge once the backend release carrying the filter is deployed.

🤖 Generated with Claude Code

safwentrabelsi and others added 3 commits September 8, 2026 11:57

@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: 41419849c1

ℹ️ About Codex in GitHub

Codex has been enabled to automatically 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 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread package.json
{
"name": "agent-plugin",
"version": "0.3.0",
"version": "0.3.1",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Update the lockfile to the new package version

With this bump, both version fields in package-lock.json remain at 0.3.0. Once dependencies are installed, npm run validate rejects this package because scripts/validate.mjs requires both packageLock.version and packageLock.packages[""].version to match plugin.json, so the validation and release workflows cannot pass until the lockfile is updated to 0.3.1.

Useful? React with 👍 / 👎.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Fixed in 2131779: package-lock.json root and packages[""] versions are 0.3.1; the release verifier test (lockVersion must match portableVersion) passes again, 40/40.

safwentrabelsi and others added 2 commits September 8, 2026 12:24
…e current version

v0.3.1 is stated as pending until it is verified against production, which keeps this
PR red on purpose until the backend release with the cluster filter is deployed and the
check is run.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
@safwentrabelsi
safwentrabelsi merged commit 4a0bb8e into main Sep 8, 2026
3 checks passed
@safwentrabelsi
safwentrabelsi deleted the feat/cluster-scoped-events-recipe branch September 8, 2026 11:42
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.

2 participants