Skip to content

Conversation

@amikofalvy
Copy link
Collaborator

Summary

  • Adds a new skill to verify feature readiness before merging
  • Gathers context about change type (API, schema, UI, docs)
  • Runs automated checks (typecheck, lint, format, build, tests)
  • Verifies manual checklist items based on change type
  • Reports status with clear verdict on merge readiness

Triggers

is this ready, feature complete, ready to merge, release checklist, verify feature, pre-PR check

Test plan

  • Invoke with /feature-readiness-checklist
  • Verify skill loads and prompts for context

Generated with Claude Code

amikofalvy and others added 13 commits January 26, 2026 10:36
- Convert kebab-case tags to PascalCase (user-organizations -> UserOrganizations)
- Convert lowercase tags to PascalCase (invitations -> Invitations, cli -> CLI)
- Convert space-separated tags to PascalCase (API Keys -> APIKeys)
- Convert singular tags to plural for resources (Credential -> Credentials)
- Standardize all SubAgent relation tags (Sub Agent Relations -> SubAgentRelations)
- Fix inconsistent Agent vs Agents usage (now all use Agents)
- Standardize Full Agent/Project tags (Full Agent -> FullAgent)
- Standardize Third-Party MCP Servers to ThirdPartyMCPServers

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Audited all evals domain route files and confirmed all tags already
follow PascalCase convention (Evaluations, Workflows). No code changes
required.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add agents-api/scripts/export-openapi-spec.ts that generates a static
OpenAPI 3.1.0 spec from all domain routes. Script creates minimal
OpenAPIHono app, mounts all routes, and writes sorted JSON to
openapi-spec.json. Added 'export-openapi' npm script.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Change fumadocs-openapi input from remote URLs to local file read.
Now reads from ../agents-api/openapi-spec.json using fs.readFileSync().
Uses single 'agents-api' key for unified spec instead of separate
'index' and 'run-api' keys.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add 'Validate OpenAPI Spec' step to CI workflow that regenerates the
spec and fails if it differs from committed version. Provides clear
error message with fix instructions.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add pnpm docs:regenerate to root package.json that runs export-openapi
in agents-api then generate-openapi in agents-docs. Document workflow
in AGENTS.md under 'API Reference Documentation Workflow' section.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
7/8 stories complete. US-005 blocked on script execution (platform
mismatch in current environment). Added instructions for completing
US-005 on a dev machine.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Generated openapi-spec.json containing the full API reference for all three
domains (/manage, /run, /evals) with 113 endpoints and 189 schemas.

This file enables:
- Offline builds for agents-docs
- CI validation to catch API drift
- Local development without network requests

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Adds a skill to systematically verify feature readiness before merging. Gathers context about change type, runs automated checks (typecheck, lint, format, build, tests), verifies manual checklist items, and reports status with clear verdict.

Triggers: is this ready, feature complete, ready to merge, release checklist, verify feature, pre-PR check

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@changeset-bot
Copy link

changeset-bot bot commented Jan 27, 2026

⚠️ No Changeset found

Latest commit: 1690343

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel
Copy link

vercel bot commented Jan 27, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
agents-api Ready Ready Preview, Comment Jan 27, 2026 7:18pm
agents-docs Ready Ready Preview, Comment Jan 27, 2026 7:18pm
agents-manage-ui Ready Ready Preview, Comment Jan 27, 2026 7:18pm

Request Review

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