Update Attio API surface - #1
Merged
Merged
Conversation
Refresh dependencies to their latest releases and regenerate the Attio OpenAPI client and command manifest from the live spec. The current spec drops the generated SCIM groups and makes file listing record-scoped, so the README and clattio skill reference now match the emitted CLI. Keep the reported CLI version aligned with package metadata and handle Commander 15 version exits without duplicating output to stderr. Assisted-by: GPT-5 (Codex)
Record the user-facing effects of the dependency and Attio API refresh in the unreleased changelog queue for PR #1. Assisted-by: GPT-5 (Codex)
Remove the stale SCIM token from the resource vocabulary in AGENTS.md so it matches the trimmed SKILL.md, api-surface.md, and generated surface. Drop ignoreDeprecations from tsconfig.json since no in-use compiler option is deprecated under TypeScript 6; tsc passes without it. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Restore the TypeScript 6 deprecation acknowledgment required by tsup's DTS build. Plain tsc passes without it, but the CI build path fails on tsup's generated baseUrl compiler option unless ignoreDeprecations is set. Assisted-by: GPT-5 (Codex)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Notable API surface changes
Verification