Handbook
Human-Life Intelligence Pack v4.1 (audited)
Forge Intelligence imports the LCDL Human-Life Intelligence Pack v4.1 Audited as an immutable vendor bundle under bundles/human-life-v4.1-audited/. This page documents import policy, maturity honesty, and how the pack…
Updated
Bundle identity
| Field | Value |
|---|---|
| Bundle path | bundles/human-life-v4.1-audited/ |
| Bundle version | 4.1.0-audited |
| Manifests | 39 (general.* + life.*) |
| Capabilities | 297 |
| Contract maturity | S3/C3/I0/E2/G2/O2 |
I0 honesty: The pack is contract-deep design material. No runtime task code ships in the
bundle. Implementation belongs in forge-intelligence (lcdl/, lmeta/, orchestration/),
not in forge-lcdl.
Import policy
- Verbatim drop — Do not edit files under
bundles/human-life-v4.1-audited/except regenerated audit artifacts (DEPTH_AUDIT.json,DEPTH_AUDIT.md) fromtools/audit_depth.py. - Active indexes — Generated registries live in
registries/(capability_index.json,adjacency_graph.json). - Concept dual-wiki — Projected from
wiki_seeds/lmetaandwiki_seeds/lcdlintowiki/semantic/andwiki/execution/viatools/project_concept_wiki.py. - Governance gate —
scripts/ci-validate-bundle.shmust pass before index generation or runtime work proceeds.
Pack contract
See bundle INTELLIGENCE_PACK_CONTRACT_V2.md
for normative manifest structure, overlay parity rules, and evaluation suite requirements.
Orthogonal indexes (not a linear tree)
| Index | Source | Purpose |
|---|---|---|
| Arena | registries/intelligence_registry.yaml |
Cognitive / life arena grouping |
| Coverage dimension | coverage_crosswalk.yaml |
Multi-pack Pareto design objective |
| Adjacency | manifest routing.adjacent_intelligences |
Specialist handoff graph |
| Coordinator | general.reasoning |
Multi-pack conflict, constraints, decision status |
Validation
./scripts/ci-validate-bundle.sh
Or individually:
PYTHONPATH=tools python3 tools/validate_pack.py
PYTHONPATH=tools python3 tools/audit_depth.py
Runtime mapping
| Pack surface | fi runtime surface |
|---|---|
manifests/*.yaml |
Router + maturity gates |
examples/*.yaml |
Task graph composer fixtures |
wiki_seeds/lmeta |
wiki/semantic/ + lmeta/library/ |
wiki_seeds/lcdl |
wiki/execution/ + lcdl/contracts/ |
evaluation_suites/*.yaml |
pytest fixtures per intelligence |
Related docs
- DUAL-WIKI.md — session M/H vs concept LMETA/LCDL vs handbook pair
- ARCHITECTURE.md — layered model and orchestration
- domains/README.md — implementation rollout tracker (I0 → I1)