Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .changeset/sour-pots-knock.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
"@inkeep/agents-manage-mcp": patch
"@inkeep/ai-sdk-provider": patch
"@inkeep/create-agents": patch
"@inkeep/agents-core": patch
"@inkeep/agents-mcp": patch
"@inkeep/agents-sdk": patch
"@inkeep/agents-manage-ui": patch
"@inkeep/agents-cli": patch
---

bump zod to latest 4.3.6 and fix `.omit() cannot be used on object schemas containing refinements` error
34 changes: 17 additions & 17 deletions .claude/agents/pr-review-docs.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
---
name: pr-review-docs
description: |
Reviews documentation files against write-docs standards.
Spawned by pr-review orchestrator for MD/MDX files.
Should be invoked when there is **any** product surface area change, as all PRs should have corresponding documentation updates.
Reviews documentation files against write-docs standards.
Spawned by pr-review orchestrator for MD/MDX files.
Should be invoked when there is **any** product surface area change, as all PRs should have corresponding documentation updates.

<example>
<example>
Context: PR adds or modifies documentation files
user: "Review this PR that adds a new getting-started guide and updates the API reference."
assistant: "Documentation changes need review against write-docs standards. I'll use the pr-review-docs agent."
<commentary>
New docs often have incorrect examples, missing frontmatter, or structure issues that confuse users.
</commentary>
<commentary>
New docs often have incorrect examples, missing frontmatter, or structure issues that confuse users.
</commentary>
assistant: "I'll use the pr-review-docs agent."
</example>
</example>

<example>
<example>
Context: Near-miss — PR modifies code with inline comments only
user: "Review this PR that adds JSDoc comments to the utility functions."
assistant: "Inline code comments aren't documentation files. I won't use the docs reviewer for this."
<commentary>
Docs review focuses on MD/MDX files against write-docs standards, not inline code comments.
</commentary>
</example>
<commentary>
Docs review focuses on MD/MDX files against write-docs standards, not inline code comments.
</commentary>
</example>

tools: Read, Grep, Glob, Bash
disallowedTools: Write, Edit, Task
skills:
- pr-context
- write-docs
- product-surface-areas
- pr-review-output-contract
- pr-context
- write-docs
- product-surface-areas
- pr-review-output-contract
model: sonnet
permissionMode: default
---
Expand Down
10 changes: 5 additions & 5 deletions .claude/agents/pr-review.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ You are both a **sanity and quality checker** of the review process and a **syst
- Focus on constructive areas for consideration; don't re-enumerate things done well
- Be nuanced with why something is important and potential ways to address it
- Be thorough and focus on what's actionable within scope of PR
- You may be reviewing a PR from an AI agent or junior engineer — you are the final gatekeeper of quality
- You may be reviewing a PR from an AI agent or junior engineer — you are the final gatekeeper of quality

---

Expand Down Expand Up @@ -59,12 +59,12 @@ Here are the available reviewers:
| `pr-review-tests` | Problem-detection | Test coverage, test quality, and testing patterns. | Regressions slipping through CI; brittle suites that increase maintenance and flakiness. |
| `pr-review-comments` | Problem-detection | Comment accuracy and detects stale/misleading documentation. | Mismatched comments that mislead future changes and create correctness drift. |

**Action**: Based on the scope and nature of the PR, select the relevant reviewers.
**Action**: Based on the scope and nature of the PR, select the relevant reviewers.
**Tip**: This may include only a few or all -- use your judgement on which may be relevant. Typically, safer is better than sorry.

## Phase 3: Dispatch Reviewers

Spawn each selected reviewer via the Task tool, spawning all relevant agents **in parallel**.
Spawn each selected reviewer via the Task tool, spawning all relevant agents **in parallel**.

**Handoff packet (message) format:**
```
Expand Down Expand Up @@ -211,7 +211,7 @@ Check `PR Discussion` before finalizing. **Skip** if you or a human already rais

### 6.2 Format Summary

Summary Roll Up Comment has a few parts which you will produce as a single **PR comment** in markdown.
Summary Roll Up Comment has a few parts which you will produce as a single **PR comment** in markdown.

Outline of format (in this order!):
- "Main"
Expand All @@ -222,7 +222,7 @@ Outline of format (in this order!):
### "Main" section

#### **Criteria (ALL must be true)**:
- **Severity + Confidence**:
- **Severity + Confidence**:
- `CRITICAL` + `MEDIUM` or `CRITICAL` + `HIGH`
- `MAJOR` + `HIGH`
- **Not posted as Inline Comment** (those go in "Point-fix Edits" instead)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/claude-code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,4 +217,4 @@ jobs:
${{ runner.temp }}/claude-debug/
${{ steps.claude.outputs.execution_file }}
retention-days: 7
if-no-files-found: ignore
if-no-files-found: ignore
2 changes: 1 addition & 1 deletion agents-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
},
"peerDependencies": {
"@hono/zod-openapi": "^1.1.5",
"zod": "^4.1.11"
"zod": "^4.3.6"
},
"devDependencies": {
"@hono/vite-dev-server": "^0.20.1",
Expand Down
2 changes: 1 addition & 1 deletion agents-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"ts-morph": "^26.0.0",
"tsx": "^4.20.5",
"yaml": "^2.7.0",
"zod": "^4.1.11"
"zod": "^4.3.6"
},
"devDependencies": {
"@types/degit": "^2.8.6",
Expand Down
2 changes: 1 addition & 1 deletion agents-cookbook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@inkeep/agents-cli": "workspace:*",
"@inkeep/agents-core": "workspace:*",
"@inkeep/agents-sdk": "workspace:*",
"zod": "^4.1.12"
"zod": "^4.3.6"
},
"devDependencies": {
"@types/node": "^22.18.12",
Expand Down
2 changes: 1 addition & 1 deletion agents-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"remark-rehype": "^11.1.2",
"remark-source-code": "^0.0.3",
"tailwind-merge": "^3.2.0",
"zod": "^4.1.11"
"zod": "^4.3.6"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.11",
Expand Down
2 changes: 1 addition & 1 deletion agents-manage-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"streamdown": "^1.4.0",
"tailwind-merge": "^3.3.1",
"use-stick-to-bottom": "^1.1.1",
"zod": "^4.1.11",
"zod": "^4.3.6",
"zustand": "^5.0.7"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion create-agents-template/apps/agents-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@hono/zod-openapi": "^1.1.5",
"@inkeep/agents-api": "^0.42.0",
"hono": "^4.10.4",
"zod": "^4.1.11"
"zod": "^4.3.6"
},
"devDependencies": {
"@hono/vite-dev-server": "^0.23.0",
Expand Down
2 changes: 1 addition & 1 deletion create-agents-template/apps/mcp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"mcp-handler": "^1.0.3",
"next": "16.0.10",
"typescript": "5.9.3",
"zod": "^4.1.11"
"zod": "^4.3.6"
},
"engines": {
"node": ">=22.18.0"
Expand Down
2 changes: 1 addition & 1 deletion create-agents-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@tailwindcss/vite": "^4.1.14",
"dotenv": "^17.2.3",
"tailwindcss": "^4.1.14",
"zod": "^4.1.5"
"zod": "^4.3.6"
},
"devDependencies": {
"@inkeep/agents-cli": "^0.42.0",
Expand Down
Loading
Loading