Create docs/spec.md
Browse files- docs/spec.md +17 -0
docs/spec.md
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# MindsEye Hunting Engine (Space Spec)
|
| 2 |
+
|
| 3 |
+
## Primitives
|
| 4 |
+
- Events
|
| 5 |
+
- Event Automations
|
| 6 |
+
- Hunts
|
| 7 |
+
- Hunt Automations
|
| 8 |
+
|
| 9 |
+
## Laws
|
| 10 |
+
1) Append-only ledger
|
| 11 |
+
2) Automations emit events (no hidden state mutation)
|
| 12 |
+
3) Hunts are objective-driven and traceable (every match is logged)
|
| 13 |
+
|
| 14 |
+
## v1 Goals
|
| 15 |
+
- Inject email -> see flow pulse -> ledger logs
|
| 16 |
+
- Automations tag + route
|
| 17 |
+
- Hunt returns ranked results + explanations
|