# Getting started (builder)

**ST:** `[ST:portfolio:docs:getting-started]`  
**Export:** `public_safe.v1`

## What Bluehand offers integrators

Bluehand is a **portfolio** of cooperating repos — not a single SDK monolith:

| Repo | You integrate for… |
|------|---------------------|
| [BHRT-0](https://github.com/WesHacixo/BHRT-0) | Governance harness, Wyrm advisory, DMI client patterns |
| [BHOK](https://github.com/WesHacixo/bluehand-orchestration-kernel) | Admissibility (`check-capability-request`) |
| [SigMem0](https://github.com/WesHacixo/SigMem0) | Lineage-preserving memory / context packs |
| [MacOS-CAS](https://github.com/WesHacixo/MacOS-CAS) | macOS capability membrane (human approval path) |
| [Atlas-CAI](https://github.com/WesHacixo/Atlas-CAI) | Orientation map (private); **this docs site** |

## Minimum orientation (15 minutes)

1. Read [architecture/authority-chain.md](../architecture/authority-chain.md)
2. Skim [protocols/portfolio-map.md](../protocols/portfolio-map.md)
3. Clone the repo you will touch; read its `AGENTS.md` and `ONBOARDING.md`
4. Run that repo’s local gate (`./scripts/check.sh`, `local-gate.sh`, or `pytest`)

## Typical integration arcs

### Admissibility before Mac actuation

```text
CapabilityRequest → BHOK check-capability-request → AdmissibilityPacket → human approval → Mac capability
```

Spec: [admissibility-packet-v0_1](https://github.com/WesHacixo/bluehand-orchestration-kernel/blob/main/docs/integration/admissibility-packet-v0_1.md)

### Memory into Morning context (read-only)

```text
SigMem0 TemporalContextPack → MacOS-CAS ingest (fixture or live) → UI presentation
```

### DMI / edge proposals (signed, gated)

Production ingress: `https://pim0.blue-hand.org` — mTLS + Cloudflare Access + signed payloads.  
Operator runbook: Atlas `runtime/pim0-worker` + `bun run pim0:transport-gate`.

## What docs.bluehand.dev is not

- Not a substitute for [blue-hand.org](https://www.blue-hand.org) research or grant narrative
- Not an execution console — no leases, keys, or silent deploy from these pages
- Not a mirror of private Atlas capsule JSON

## Next

- [Authority chain](../architecture/authority-chain.md)
- [Cloudflare surfaces](../operations/cloudflare-surfaces.md)
