docs: move cursor rules to docs/, add project rules to CLAUDE.md

Also bump @uncaged/json-cas* to ^0.5.2
This commit is contained in:
2026-05-25 09:54:40 +00:00
parent 762c457978
commit 6e8dedeb2f
11 changed files with 112 additions and 101 deletions
+5
View File
@@ -285,6 +285,11 @@ moderator → agent → extract — one step per invocation, repeat until $
2. **Register**`uwf workflow put <file.yaml>` parses YAML, registers output schemas, stores `WorkflowPayload` in CAS
3. **Run**`uwf thread start` creates a thread, `uwf thread step` executes one cycle per invocation
## Project Rules
- [docs/sync-readme.md](docs/sync-readme.md) — README sync conventions
- [docs/no-dynamic-import.md](docs/no-dynamic-import.md) — no dynamic import in production code
## Commit Convention
```