chore: purge legacy terminology — collectors/effectors/Autonomic → watchers/executors/Percept (closes #42)

Made-with: Cursor

Co-authored-by: 小橘 <xiaoju@shazhou.work>
This commit is contained in:
小橘 🍊
2026-04-14 23:57:59 +08:00
committed by GitHub
parent e457f631c7
commit 3ced39c6fa
3 changed files with 26 additions and 23 deletions
+3 -3
View File
@@ -100,7 +100,7 @@ Rule 可以:
- **修饰**:先 `await inner(prev, curr)` 再追加/过滤 effects
- **变换 snapshot**:`return inner(prev, modifiedCurr)`
### Watcher(Autonomic 层)
### Watcher(Percept 层)
```typescript
interface WatcherDef {
@@ -153,8 +153,8 @@ Watcher 持续采集写 vitals,唤醒判定看最近 1 分钟窗口(~12 条
engine/ ← main branch(生产)
types.ts
rules/
collectors/
effectors/
watchers/
executors/
staging/ ← git worktree(安全实验)
```