m4/org/openalice-atlas
openalice-atlas
“Single-repo cockpit + wiki + agent-MCP for the entire openalicelabs ecosystem (60+ repos).”
Features
8
Status
·unknown
Last activity
1h ago
Branch
mvp
atlas/api
1 feature- atlas.api.serverapi/src/main.rs:7HTTP server for openalice-atlas — REST endpoints, /mcp JSON-RPC for agents, /health, /metrics, internal rescan hook. Auth via openalice-axum-common + ATLAS_INTERNAL_SECRET.bin:atlas-apisince 0.1.0
atlas/ingestor
1 feature- atlas.ingestor.crateingestor/src/lib.rs:7Org-wide indexer — walks every git repo under ATLAS_ORG_ROOT, parses @feature blocks, reads manifests, writes to Postgres. Delta-driven via content-hash cache.bin:atlas-ingestorsince 0.1.0
atlas/web
6 features- atlas.web.dashboardweb/src/app/page.tsx:14Atlas dashboard — hero constellation, stats readout, full repo grid sorted by last activity. Server-rendered against atlas-api with 60s revalidate.page:/since 0.1.0
- atlas.web.features-indexweb/src/app/features/page.tsx:13Atlas feature ledger — searchable / filterable index of every @feature in the org. Filters serialize to query params; server-rendered.page:/featuressince 0.1.0
- atlas.web.graph-3dweb/src/app/graph/page.tsx:12Atlas 3D module-graph viewer — force-directed React Three Fiber rendering of repos as nodes, deps as edges. Hover surfaces detail card; click navigates to /repos/[name].page:/graphsince 0.1.0
- atlas.web.layoutweb/src/app/layout.tsx:14Atlas root layout — loads Fraunces + IBM Plex Mono, mounts the persistent observatory frame (starfield, grain, top eyebrow, compass nav), applies security headers via next.config.layout:/since 0.1.0
- atlas.web.repo-detailweb/src/app/repos/[name]/page.tsx:12Atlas repo-detail page — magnification of a single repo with magnitude, status, README excerpt, full feature ledger grouped by category, source-file pointers.page:/repos/[namesince 0.1.0
- atlas.web.repos-indexweb/src/app/repos/page.tsx:9Atlas repos-index — alphabetical chart-style table of every observed repo. Counterpart to the dashboard's by-activity grid.page:/repossince 0.1.0