Forge Intelligence

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

  1. Verbatim drop — Do not edit files under bundles/human-life-v4.1-audited/ except regenerated audit artifacts (DEPTH_AUDIT.json, DEPTH_AUDIT.md) from tools/audit_depth.py.
  2. Active indexes — Generated registries live in registries/ (capability_index.json, adjacency_graph.json).
  3. Concept dual-wiki — Projected from wiki_seeds/lmeta and wiki_seeds/lcdl into wiki/semantic/ and wiki/execution/ via tools/project_concept_wiki.py.
  4. Governance gatescripts/ci-validate-bundle.sh must 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