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:
@@ -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(安全实验)
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user