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
| -- ============================================================ | |
| -- MomentumOS — Atlas Phase 9 / 055 — Systems Registry | |
| -- ============================================================ | |
| -- Generalizes the funnel concept into "systems" — every operational | |
| -- process in the business (acquisition, recruitment, training, content | |
| -- production, customer success, finops, ...) is a first-class entity | |
| -- with stages, KPIs, linked Drive assets, metrics history, and | |
| -- experiments. Authored in Google Sheets (one Sheet per system, | |
| -- 6-tab canonical template), parsed daily into these tables. | |
| -- |
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
| -- ============================================================ | |
| -- MomentumOS — Atlas Phase 9.1 / 056 — Knowledge base | |
| -- ============================================================ | |
| -- N Drive folders per workspace (markdown / gdocs / sheets / slides). | |
| -- Recursive crawl, full-text search via tsvector, brain access via | |
| -- atlas_search_knowledge tool. Distinct from atlas_systems (which | |
| -- is structured 6-tab template) and from sheets_integrations (which | |
| -- is the existing business_context loader for Telegram/Claude panel). | |
| -- | |
| -- Depends on 047 (atlas_workspaces) and 055 (atlas_systems pattern). |
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
| -- ============================================================ | |
| -- MomentumOS — Atlas Phase 9 / 055 — Systems Registry | |
| -- ============================================================ | |
| -- Generalizes the funnel concept into "systems" — every operational | |
| -- process in the business (acquisition, recruitment, training, content | |
| -- production, customer success, finops, ...) is a first-class entity | |
| -- with stages, KPIs, linked Drive assets, metrics history, and | |
| -- experiments. Authored in Google Sheets (one Sheet per system, | |
| -- 6-tab canonical template), parsed daily into these tables. | |
| -- |