Organism Pack
The public contract for Organism's planning loop. One import — the full pipeline from intent to learning.
IntentPacket → Admission → Plan → Challenge → Simulate → Learn → Commit
Quick start
use *;
// 1. Create an intent
let intent = new;
// 2. Check admission (4 dimensions)
let admission = my_controller.evaluate;
// 3. Plan (multi-model huddle)
let plan = new;
// 4. Challenge (5 skepticism kinds)
let challenge = new;
// 5. Simulate (5 dimensions)
let result = DimensionResult ;
// 6. Learn from outcomes
let lesson = Lesson ;