Add Sima Atlas: sync runtime, UI panel, MCP server, scripts and atlas docs - #12
Open
neskuchny wants to merge 1 commit into
Open
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.
Motivation
/atlasrules.Description
app_v2.jsxwithAtlasSchemaPanel, atlas state hooks, sync/transition actions and context-pack export/mark-dead UI flows.Sima_ATLAS_COREimplemented inSima (Remix)/atlas_sync.jsthat providesloadAtlas,saveAtlas,syncCheck,transitionBlock,buildContextPack,markFileStatus, and helper validators.scripts/mcp_atlas_server.mjs,.cursor/mcp.json,scripts/generate_cursor_hooks.mjs, and generated.cursor/hooks.json, plusAGENTS.md/CLAUDE.mdagent contracts.scripts/*(ingestion, context pack builder, nightly consolidation, mcp smoke e2e, pipeline helpers),atlas/*docs (graph, blocks, roadmap, reports, context_packs, health), and test harnesses undertests/.Testing
node tests/atlas_sync.selftest.mjs, which completed successfully (atlas_sync.selftest: OK).node scripts/mcp_smoke_e2e.mjs, which exercisedmcp_atlas_server.mjstool calls and passed (mcp_smoke_e2e: OK).node scripts/nightly_consolidation.mjswhich generatedatlas/nightly_report.mdshowing a full pass of checks (report summary: PASS 15/15).node scripts/audit_production_readiness.mjswhich producedatlas/production_audit_report.mdindicating all configured checks passed (PASS 5/5).Codex Task