Back to the catalog

docs — index

OKF index — 15 concepts, 13 subfolders

Open source Repository Open in the app JSON README (API)

About

<!-- okf:generated -->
# docs — index

_Read this first. Lists every concept + subfolder here so an agent loads only what it needs (OKF / LLM-Wiki pattern)._

## Subfolders
- [[architecture/index]]
- [[guides/index]]
- [[margot/index]]
- [[migration/index]]
- [[operator-gateway/index]]
- [[planning/index]]
- [[plans/index]]
- [[rebuild/index]]
- [[reference/index]]
- [[research/index]]
- [[skills/index]]
- [[strategy/index]]
- [[superpowers/index]]

## Concepts
- [[COACHES]] — Macro Coaches
- [[GOOGLE-OAUTH-SETUP]] — Google OAuth — wiring guide (Gmail · Calendar · Drive)
- [[NON_CODER_BUILD_GUIDE]] — Non-Coder Build Guide — Idea to Production
- [[NORTHSTAR-SPEC]] — NorthStar Completion Spec — `apps/web`
- [[PRD]] — Product Requirements Document (PRD)
- [[PROD-APPLY-RUNBOOK-2026-06-18]] — Prod apply runbook — 18/06/2026 (the gated DB + provider work)
- [[SCHEMA-AUDIT-2026-06-18]] — Schema / SQL Audit — `apps/web` vs prod `lksfwktwtmyznckodsau`
- [[SOCIAL-OAUTH-SETUP]] — Social OAuth — w

Details

Kind
OKF bundles
Topic
Productivity
Publisher
cleanexpo
Origin
okf_github
Category
dados
Version
0.1
Open pull requests
10
Last push
2026-09-08T18:42:59Z
Repository state
ativo
Language
TypeScript
Added
2026-09-08 22:11:44
Updated
2026-09-08 22:11:44
Origin id
CleanExpo/Unite-Group:apps/web/docs/index.md

README

# Unite-Group

The single canonical monorepo for the Unite-Group product and ecosystem
(see `SOURCE-OF-TRUTH.md`).

- **Product**: `apps/web` — Unite-Group (AI-first CRM + command centre), Next.js 16 / React 19 / Supabase / Vercel
- **Agent command centre**: `apps/workspace`
- **Spec engine**: `apps/spec-board` — Fabel-Prompt-Engineer, plain-English vision → verified, build-ready spec
- **Autonomy design/tests + retirement tombstone**: `apps/autopilot-runner` —
  OWNEST policy/adapters are design- and test-only; the build emits only the
  one-file legacy-runner refusal container and no host runtime
- **Identity spine (gated greenfield)**: `packages/spine`
- **Portfolio-health MCP**: `packages/pi-ceo-operator-mcp`
- **Knowledge vault**: `docs/brain`
- **Convergence programme**: `docs/convergence/` + `.claude/skills/fable-prompt-engineer/`

## Develop

Each package is self-contained with its own lockfile:

```bash
cd apps/web && pnpm install && pnpm dev        # the product
cd apps/workspace && pnpm install && pnpm dev  # agent workspace
```

Run the root readiness, web, workspace, autopilot, MCP, and spec-board gates with
`npm run verify`. It does not run the separate docs-watcher test/fetch, live
provider checks, production verification, deploys, pushes, or merges.

More