Back to the catalog

session-handoffs — index

OKF index — 3 concepts, 0 subfolders

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

About

<!-- okf:generated -->
# session-handoffs — index

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

## Concepts
- [[handoff-20260702-214137]] — Session Handoff — 02/07/2026 21:41 AEST — READY
- [[handoff-20260705-201050-recovered]] — Session Handoff — 05/07/2026 20:10 AEST — READY (RECONSTRUCTED 06/07)
- [[overnight-20260705-recovered]] — overnight-20260705-recovered
- [[handoff-20260814-0012-branch-split-slice1-merged]] — Session Handoff — 14/08/2026 00:12 — WIP-BLOCKED (97-file branch SPLIT into slices; slice 1 MERGED as PR #965, 5 tickets Done, 260→265; slice 2 at 5dfb214d and slice 3a at 00679e45 both gate-green but unpushed; slice 2 has failed 6 consecutive rounds, every finding a defect introduced by the previous fix; adversarial subagents found a defect the round missed; 11 instrument holes closed)

Details

Kind
OKF bundles
Topic
AI, RAG & memory
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 16:05:40
Updated
2026-09-08 16:05:40
Origin id
CleanExpo/Unite-Group:docs/session-handoffs/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