SP-45: Add asset-registry schema, examples, methodology commands#341
Merged
Zgjim Haziri (ZgjimHaziri) merged 3 commits intomainfrom Apr 17, 2026
Merged
Conversation
Replace the beta `api request` command with dedicated asset-registry subcommands that hit the new Pacman proxy endpoints: - `asset-registry schema --assetType X` - `asset-registry examples --assetType X` - `asset-registry methodology --assetType X` Remove the `api` command — no longer needed now that schema, examples, and methodology are accessible through first-class commands. Update the agentic development guide, Cursor skill, and command docs. Includes-AI-Code: true Made-with: Cursor
Contributor
|
Let's not forget to add the validate command too. The PR to add it in Pacman is open. |
Buqeta (Buqeta)
previously approved these changes
Apr 17, 2026
- SKILL.md: Instruct agents to check validation results before importing and prompt the user if validation fails (promeris feedback) - Fix "500 on import" to "Errors on import (400 / 500)" in skill and guide (promeris feedback) - Add module-level tests for asset-registry handlers to improve coverage Includes-AI-Code: true Made-with: Cursor
1fd287a
Includes-AI-Code: true Made-with: Cursor
863f434 to
0bb130a
Compare
|
Contributor
Author
|
Removed the |
3 tasks
Buqeta (Buqeta)
approved these changes
Apr 17, 2026
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.


Description
Add dedicated
asset-registrysubcommands for fetching schemas, examples, and methodology — replacing the betaapi requestcommand that required manual URL construction.New commands:
asset-registry schema --assetType X [--json]asset-registry examples --assetType X [--json]asset-registry methodology --assetType X [--json]These hit the new Pacman proxy endpoints added in celonis/pacman#1646, so callers no longer need to resolve descriptor paths themselves.
The
apibeta command is removed — it's fully superseded by these commands.The agentic development guide, Cursor skill, and command docs are updated accordingly.
Relevant links
Checklist
AI
Includes-AI-Code: true
Made with Cursor