FARS Operation
What this is
In a Flatfile Agential Resource System, an AgentialRelationsSystemOperation is carried by an Entity file.
The three Entity files that carry Operations are Skill, Runbook, and Script. A Resource is NOT an Operation — Resources make claims; Operations transform things.
The three carriers
Each carrier encodes a different scope of Operation:
- Skill — one unit of agent judgment; one Operation at the reasoning level.
- Runbook — a sequence of Operations; orchestration of multiple steps.
- Script — one atomic executable step; one Operation at the implementation level.
A Skill corresponds to a single nuclear quartet position and declares it via closure-kind. A Runbook sequences Skills and other Operations without itself occupying a single position. A Script implements one atomic transformation in executable form.