Skip to content

P-2393 Track the trimmed public API surface - #43

Merged
yosriady merged 3 commits into
mainfrom
claude/feature-parity-audit-ceinji
Aug 6, 2026
Merged

P-2393 Track the trimmed public API surface#43
yosriady merged 3 commits into
mainfrom
claude/feature-parity-audit-ceinji

Conversation

@yosriady

@yosriady yosriady commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Syncs the CLI with getformo/formono#2182 (machine-surface parity + surface trim, P-2393). The backend made the alert-test, contract-recommendations, contract-pipeline, and chart-meta routes internal-only, and GET /boards/{b}/charts lazy by default with ?include=results — released CLI versions calling the removed routes will 404 on those commands.

  • Remove alerts test, contracts recommendations, and contracts pipeline (pipeline inclusion is set via contracts update --include-in-pipeline).
  • charts list now returns summaries by default and gains --results to execute chart queries; charts meta reads the list endpoint's summary default instead of the removed /charts/meta route.
  • skills/formo-analytics/SKILL.md: fix stale proxied tool names (wallet_profiles / project_retentionretention / search_profile), note MCP's management tool coverage, drop the removed operations.

Companion PR: getformo/docs.formo.so#134.

🤖 Generated with Claude Code

https://claude.ai/code/session_01BWrVEx5C374qkrAQUCgx7y


Generated by Claude Code


&lt;img alt="View with [code]smith" src="https://pr-comments-assets.blacksmith.sh/codesmith/view-with-codesmith-dark-v2.svg"&gt; <a href="https://backend.blacksmith.sh/track/enable-autofix?expires=1788594740&amp;installation_model_id=21031&amp;pr_number=43&amp;repository=getformo%2Fcli&amp;return_to=https%3A%2F%2Fgithub.com%2Fgetformo%2Fcli%2Fpull%2F43&amp;signature=89b10b8b0275edcd9b050282452f571df2f1edc8eb6370af7ccff83cf249b6b5" rel="nofollow noreferrer noopener" target="_blank">&lt;img alt="Autofix with [code]smith" src="https://pr-comments-assets.blacksmith.sh/codesmith/autofix-with-codesmith-dark.svg"&gt;
Need help on this PR? Tag @codesmith-bot with what you need. Autofix is disabled.

&lt;img alt="Review in cubic" src="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"&gt;

- `wallet_profiles` and `project_retention` are no longer in the MCP
  allow-list; reference `retention` and `search_profile` instead.
- Note the MCP server's management tool coverage (alerts, boards/charts,
  contracts, segments, profile writes, wallet import) so agents don't
  assume the CLI is the only management surface.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01BWrVEx5C374qkrAQUCgx7y
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

@yosriady yosriady changed the title Fix stale MCP tool names in the formo-analytics skill P-2393 Sync the formo-analytics skill with the current MCP surface Aug 6, 2026
@linear-code

linear-code Bot commented Aug 6, 2026

Copy link
Copy Markdown

P-2393

Follow-up to getformo/formono#2182 review decisions — the alert-test,
contract-recommendations, contract-pipeline, and chart-meta routes are
now internal-only (dashboard utilities), and GET /boards/{b}/charts is
lazy by default with ?include=results:

- Remove `alerts test`, `contracts recommendations`, and
  `contracts pipeline` (pipeline inclusion is set via
  `contracts update --include-in-pipeline`).
- `charts list` returns summaries by default and gains `--results` to
  execute chart queries; `charts meta` now reads the list endpoint's
  summary default instead of the removed /charts/meta route.
- Update the formo-analytics skill notes accordingly.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01BWrVEx5C374qkrAQUCgx7y
@yosriady yosriady changed the title P-2393 Sync the formo-analytics skill with the current MCP surface P-2393 Track the trimmed public API surface Aug 6, 2026
The hunk removing the recommendations block also took the get
registration with it. GET /v0/contracts/{chain}/{address} is still a
public route, so the command comes back verbatim from main.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@yosriady
yosriady merged commit 5ba9c6e into main Aug 6, 2026
9 checks passed
@yosriady
yosriady deleted the claude/feature-parity-audit-ceinji branch August 6, 2026 11:38
This was referenced Aug 6, 2026
yosriady added a commit that referenced this pull request Aug 6, 2026
…face (#45)

Minor bump for the surface trim in #43 (alerts test, contracts
recommendations, contracts pipeline removed; adoption is near-zero so we
skip the major). README and SKILLS drop the removed sections, document
charts list's summaries default + --results, and point pipeline toggling
at contracts update --include-in-pipeline.

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
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