Synthos AIOS — initial build

This commit is contained in:
2026-05-25 01:57:54 -05:00
commit de26fec374
14 changed files with 1093 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
# Decisions Log
Append-only record of meaningful decisions and why they were made. `/level-up` Phase 2 (Method interview) writes scoped automation specs here. You can also append manually whenever you decide something worth remembering.
**Format per entry:**
```
## YYYY-MM-DD — Short title
**Decision:** what was decided.
**Why:** the reasoning, constraints, and what would change your mind.
**Alternatives considered:** what else was on the table.
**Owner:** who's accountable.
```
Keep it terse. Future-you will thank present-you for capturing the *why*, not just the *what*.
---