Feat/mvp GitHub prep 2026 06#7
Open
staticroostermedia-arch wants to merge 6 commits into
Open
Conversation
Ship ENGRAM_PROFILE=agent|deep|ui|dev to replace env-var soup for local agent MCP. Consolidate launcher (scripts/engram-grok), minimal grok-build MCP config, and backend_readiness/handoff profile fields. Agent memory MVP (T0–T2): - profile.rs with apply() defaults for lean CUDA, deferred BVH, anchor recall - session_start inline continuation bundle + warm_wake_anchors at wake - context_for_edit enriched JSON (related_goals/traces, profile, memory_mode) - MCP param aliases (goal_id, from/to/relation) and clearer errors - agent-memory harness suite with profile + context_for_edit assertions Tier 3 recall on 181k stores: - anchors scope no longer backfills broad overview pool (was ~2k blocks) - ENGRAM_LEAN_ANCHOR_POOL default 800; high-priority fetch in scoring - recall(anchors) p50 ~0.9s (down from ~2.3s) on sampled_bounded path Docs: AGENT_MEMORY_CONTRACT, GROK_BUILD_MEMORY, MVP_GAP_CLOSURE_PLAN, consolidation plan, updated skills and GitHub MVP prep surfaces. Note: restart Grok TUI after pull to pick up engram-grok launcher.
Git hygiene: - gitignore harness logs/results, __pycache__, *.pyc - remove tracked conv_task/conv_arc internal docs (already gitignored pattern) - remove 70 harness run artifacts from index Unified integrations (Grok, Cursor, Claude, Antigravity, Codex, local): - integrations/README.md master guide + mcp.engram.template.json - integrations/codex/README.md for CLI agents - All MCP configs: scripts/engram-grok + ENGRAM_PROFILE=agent (2 env vars) - Portable engram-grok (repo-relative binary resolution, no hardcoded paths) - system-prompts/README.md: 8-tool lean contract (replaces watch+summarize wake) - README, FIRST_RUN, GROK_BUILD_MEMORY, DEPLOYMENT_MODES, AGENTS aligned
…lence cfg warnings
…; wgpu HotBlockCache borrow (use Arc clone for &Device)
…x E0382 use-after-move for scores_buf
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.
PR Checklist for Engram MVP Prep / Geometric Memory + Rituals + MCP + Rust + Non-Flat System
mcp_engram_context_for_file+recall_in_file(if code) +mcp_engram_record_reasoning_trace(A/D/R + goal/spatial/ritual_context); post-edit delta trace chained withprev_in_trace;mcp_engram_scarfor any rejected paths.mcp_engram_verify_manifold_integrity,mcp_engram_verify_block_lawfulness(if high-value),mcp_engram_spatial_status,mcp_engram_genesis statusas relevant; updateditem1.5_spatial_ingestion_state_engramif bootstrap impacted.trace:*/remember/remember_solution/scar/goal_*/relateas appropriate;promote_hotfor continuity artifacts; linked togoal:1780419540...(or primary).cargo check/build,target/debug/engram --version(or equivalent) matches source state (see Phase 0 build_check); harness/MCP tests reference fresh binary if applicable.cargo run --example ...or python); README/docs links updated and consistent with local current state.mcp_engram_*verifies; no regression in current build/harness.Related:
Thank you for helping represent the unique geometric/ritual/non-flat nature of Engram well on GitHub!