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.server
    api/src/main.rs:7
    HTTP 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-api
    since 0.1.0

atlas/ingestor

1 feature
  • atlas.ingestor.crate
    ingestor/src/lib.rs:7
    Org-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-ingestor
    since 0.1.0

atlas/web

6 features
  • atlas.web.dashboard
    web/src/app/page.tsx:14
    Atlas 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-index
    web/src/app/features/page.tsx:13
    Atlas feature ledger — searchable / filterable index of every @feature in the org. Filters serialize to query params; server-rendered.
    page:/features
    since 0.1.0
  • atlas.web.graph-3d
    web/src/app/graph/page.tsx:12
    Atlas 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:/graph
    since 0.1.0
  • atlas.web.layout
    web/src/app/layout.tsx:14
    Atlas 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-detail
    web/src/app/repos/[name]/page.tsx:12
    Atlas repo-detail page — magnification of a single repo with magnitude, status, README excerpt, full feature ledger grouped by category, source-file pointers.
    page:/repos/[name
    since 0.1.0
  • atlas.web.repos-index
    web/src/app/repos/page.tsx:9
    Atlas repos-index — alphabetical chart-style table of every observed repo. Counterpart to the dashboard's by-activity grid.
    page:/repos
    since 0.1.0