Add basic version: SemIf decision engine, urgency queue, skill tree, skill loop, decision log, dream pass, CLI

This commit is contained in:
semif-agent
2026-09-23 03:01:45 -05:00
commit 4e0e0534c4
21 changed files with 1629 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
[
{"name": "alice", "description": "Partner; usually home by six."},
{"name": "bob", "description": "Work colleague on the ops team."},
{"name": "carol", "description": "Landlord; prefers email."}
]
+5
View File
@@ -0,0 +1,5 @@
[
{"id": "1Z999AA10123456784", "status": "out for delivery"},
{"id": "1Z999BB10234567891", "status": "delivered"},
{"id": "1Z999CC10345678908", "status": "at sorting facility"}
]