feat: scope auto-resolve + context split for parallel loading#24
Merged
George-iam merged 2 commits intomainfrom Apr 7, 2026
Merged
feat: scope auto-resolve + context split for parallel loading#24George-iam merged 2 commits intomainfrom
George-iam merged 2 commits intomainfrom
Conversation
When scope contains a specific repo name (not "all") and project_path is not provided, server resolves to workspace/repo-name automatically. Applies to axme_save_memory, axme_save_decision, and axme_finalize_close. Prevents repo-scoped data from landing in workspace storage.
axme_context now returns only compact meta (safety, handoff, last worklog entry, plans, warnings) plus instructions to call axme_oracle, axme_decisions, axme_memories in parallel. Each sub-call fits within tool output limits. - Add axme_memories tool (workspace-aware merge) - Add TRUNCATED OUTPUT RULE to MCP instructions - Reduce worklog from 5 entries to 1 in context - Update CLAUDE.md template with new tool list
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
scope: ["repo-name"]is passed withoutproject_path, server resolves toworkspace/repo-nameautomatically. Applies toaxme_save_memory,axme_save_decision,axme_finalize_close.axme_contextnow returns compact meta (~5-10K) + instructions to callaxme_oracle,axme_decisions,axme_memoriesin parallel. Each sub-call fits within tool output limits.axme_memories- returns all memories (workspace-aware merge)Test plan
scope: ["axme-code"],scope: ["all"], no scopeaxme_context- verify compact output with parallel load instructionsaxme_oracle,axme_decisions,axme_memoriesin parallel - verify each returns data