feat(skill): add bounded recall-context command - #24
Merged
Conversation
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\n- add a read-only
ecall-context command backed by POST /v1/recall/context\n- enforce bounded query/context budgets and preserve formal-auth, scope, and temporary-credential safety\n- document the standalone Skill patch release\n\n## Validation\n- base/origin/main and ClawHub: XMemo Skill 1.1.12, SHA 57c8a23, moderation clean\n- memory-os service discovery: 0.4.355; /v1/recall/context is the bounded prompt-ready read path\n-
ode scripts/verify-candidate.mjs: passed (candidate-only, 1.1.13)\n-
pm run lint: passed\n-
ode --test test/xmemo-skill.test.js test/xmemo-standalone-skill.test.js: 32/32 passed\n-
pm run pack:dry-run: passed\n- git diff --check: passed\n- changed files: 4; additions: 98; no package.json/npm, service, auth, scope, or release-script changes\n\nThe prior 1.1.12 GitHub release provenance conflict was manually reconciled before this candidate: tag/release now point to the verified main commit and the promoter reports ALREADY_PUBLISHED_VERIFIED.