Forge Intelligence

PhysicsGenesis intelligence bridges

Canonical physics knowledge lives in knowledge/physics/. MathGenesis retains migration stubs only.

Updated

Math → Physics (migration)

Legacy math-store ID Canonical physics ID
physics.classical.projectile_quadratic_drag phys.simulation.projectile-quadratic-drag.v1
physics.classical.projectile_heldout_fixture phys.simulation.projectile-quadratic-drag.v1

Resolve via forge_intelligence.bridges.resolve_cross_domain_object.

Physics → Math (formulation)

The projectile simulation declares math dependencies resolved through registries/intelligence_bridge_registry.yaml:

  • math.differential_equations.initial_value_problem (requires)
  • math.linear_algebra.vector_norm (uses)
  • math.numerical.ode_event_detection (uses)

The physics/model-formalize pack exposes resolve_math_bridge to load math objects with historian credential without copying payloads into physics partitions.

Geometry ↔ Physics

Hybrid problem families bridge math.geometry and physics.mechanics via bridge.geometry_physics.mechanics.v1.

Validate bridges: python3 tools/validate_intelligence_bridges.py.