LUMAURA ATLAS - Cognitive Operating Layer
LUMAURA ATLAS is a VS Code extension that turns your monorepo into a navigable operating map with local-first reasoning tools.
Key Features
- Systems View (ASTRIL): Browse system definitions and details.
- Governance (VAEHAWK): Architecture drift and compliance signals.
- Missions (SYMBIOS): Guided execution tracking.
- Impact (ZVINX): Blast-radius and failure simulation.
- Constellation Control Center: Search, focus, audit, mission launch, docs/site shortcuts, and snapshot export.
- Builder Chat (VAELIOS): In-sidebar plan/build/ship chat workflow.
- Arvex Settlement (INFLO): Stripe checkout and billing portal hooks.
- Webhook-Ready Entitlements: local cache + backend sync endpoint integration.
Builder Chat
Open the ATLAS sidebar and use Builder Chat (VAELIOS).
- Quick actions:
Plan, Build, Ship, Audit
- Popout command:
ATLAS: Open Builder Chat
- Console command:
VAELIOS: Open Command Console
Stripe Configuration
Set these VS Code settings to wire paid tiers:
atlas.billing.stripeProCheckoutUrl
atlas.billing.stripeEliteCheckoutUrl
atlas.billing.stripePortalUrl
atlas.billing.entitlementsEndpointUrl
atlas.billing.entitlementsAuthToken
atlas.billing.customerId
atlas.billing.syncOnViewOpen (default: true)
atlas.founderMode (default: true)
atlas.marketing.siteUrl
atlas.marketing.docsUrl
When atlas.founderMode is true, Founder Elite is always unlocked locally.
Webhook-Ready Flow
- Stripe webhooks are processed by your backend.
- Your backend exposes an entitlement endpoint.
- Atlas syncs and stores entitlements in:
.lumaura/atlas/entitlements.json
- Tier UI resolves from entitlement state when Founder Mode is off.
Commands
ATLAS: Audit Current System
ATLAS: Show Architecture Drift
ATLAS: Simulate Change Impact
ATLAS: Simulate System Failure
ATLAS: Build AI Context Pack
ATLAS: Create SYMBIOS Mission
ATLAS: Open Constellation Map (Popout)
ATLAS: Open Builder Chat
ATLAS: Open LUMAURA Site
ATLAS: Sync Billing Entitlements
ATLAS: Open Entitlements File
VAELIOS: Open Command Console
Local-First Policy
Atlas extension runtime uses local UI/orchestration and does not include external AI API calls in this package path.
| |