feat: sync CLI registry with memory type + categories - #43
Open
nsollazzo wants to merge 6 commits into
Open
Conversation
Align ListingTypes and ListingCategories with platform LISTING_TYPES / LISTING_CATEGORIES order (memory after mcp; Memory + Observability categories).
Point mockadmin listingCategories at api.ListingCategories so validation accepts Memory and Observability in platform order.
Add memory short-help, auto-registered via api.ListingTypes; refresh agent-docs and MCP tools-list goldens for the new noun and type enum.
Pin the platform type list in SKILL.md, add memory to README usage and MCP/agent-docs prose, and wire memory install onto the registry noun.
Derive public type-noun list from api.ListingTypes so admin Long help stays in lockstep with the platform enum.
Record the memory listing noun and Memory/Observability categories under Unreleased.
Contributor
Author
Agent review · Positronick CLIReviewer: Daneel (Gate B) Models & effort
Spec compliance
Tests run
BlockersNone. Should-fixNone for merge. Nits / follow-ups (post-merge)
Nick merges. No merge from agent. |
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
memorytoapi.ListingTypes(platform order aftermcp) →positronick memory search|list|show|installapi.ListingCategoriesincluding Memory and Observability; mockadmin validates against itWhy
Platform #163 added the
memorylisting type and Memory/Observability categories. Released CLI v0.1.2 and previousmainstill omitted them, so install.sh users and even our alpha binary could not talk to the full registry model (unknown command "memory").Test plan
go test ./... -race— all packages PASSTestSkillPinsTargetAndTypeLists— PASSTestListingTypesMatchPlatformOrder/TestListingCategoriesMatchPlatformOrdermemory list --json --base-url https://positronick.com→{"count":0,"listings":[]}(not unknown command)mcp liststill works against prodFollow-ups (not this PR)
install.shleaves v0.1.2ListingTypesstill missingmemory— separate PR onPositronick/engine?q=/?category=through to server listings APINotes
memorynoun + goldens