xingyue
5970456a54
refactor: align package folder names with npm package names
...
CI / check (pull_request) Failing after 8m30s
Rename packages/ subdirectories to match their @united-workforce/* scope:
cli-workflow → cli
workflow-agent-builtin → agent-builtin
workflow-agent-claude-code → agent-claude-code
workflow-agent-hermes → agent-hermes
workflow-dashboard → dashboard
workflow-protocol → protocol
workflow-util-agent → util-agent
workflow-util → util
Updated all tsconfig references, scripts, and active docs.
Historical docs (docs/plans/, docs/superpowers/) left as-is.
Closes #21
2026-06-02 23:45:45 +08:00
xiaoju
11ba185fef
docs: RFC v3 — react adapter as thin wrapper over reactor
...
小橘 🍊
2026-05-13 02:19:12 +00:00
xiaoju
730340d123
docs: RFC v2 — AdapterFn replaces AgentFn, schema-aware resolve
...
小橘 🍊
2026-05-13 02:15:21 +00:00
xiaoju
c848216396
docs: RFC for workflow-agent-react package
...
小橘 🍊
2026-05-13 01:55:14 +00:00
xingyue
2c26be6ec6
docs: update graph visualization RFC — Phase 0 done ( #198 )
2026-05-12 10:13:39 +08:00
xingyue
0fe17b0fb2
docs: workflow graph visualization design plan ( #198 )
2026-05-12 09:38:58 +08:00
xiaoju
82d9abf260
rfc: Merkle Call Stack — cross-thread DAG linking
...
Design doc for parent-child workflow Merkle linking:
- StartNodePayload.parentState: child → parent head state at spawn time
- StateNodePayload.childThread: parent → child final state hash
- Both also in refs[] for GC reachability
- 4-phase implementation plan
小橘 <xiaoju@shazhou.work >
2026-05-12 01:29:38 +00:00
xiaoju
8f78a00063
docs: RFC v3 — named payload fields, refs as GC index, merge parent+ancestors
...
- payload is source of truth with named fields (start, content, ancestors, compact)
- refs[] auto-derived by collectRefs(), pure GC index
- parent merged into ancestors[0]
小橘 <xiaoju@shazhou.work >
2026-05-09 07:12:29 +00:00
xiaoju
6c2a137aef
docs: update CAS thread storage RFC
...
- StartNode prompt via refs[0] instead of inline
- threads.json active-only, completed → history/{date}.jsonl
- Content Merkle node carries role artifact refs
- Extract phase expanded to produce refs[]
小橘 <xiaoju@shazhou.work >
2026-05-09 07:08:10 +00:00
xiaoju
6cd856ca99
docs: add RFC for CAS-based thread storage
...
小橘 <xiaoju@shazhou.work >
2026-05-09 06:34:24 +00:00
xiaoju
064696c558
docs: update architecture docs and package READMEs for post-split structure
...
- Rewrite docs/architecture.md with 15-package map, dependency graph, updated engine paths
- Update CLAUDE.md monorepo structure section
- Add READMEs for: workflow-protocol, workflow-runtime, workflow-util, workflow-cas, workflow-register, workflow-execute, workflow-reactor
- Fix agent READMEs: update deps from @uncaged/workflow to actual packages
- Mark workflow-as-agent plan as outdated
Fixes #153
小橘 <xiaoju@shazhou.work >
2026-05-09 04:39:57 +00:00
xiaoju
c096f4d94e
docs: add workflow-as-agent implementation plan
...
Covers 4 phases:
1. Global CAS migration
2. RoleStep refs tracking
3. CAS garbage collection
4. workflowAsAgent(name) factory
Refs #25
2026-05-07 10:35:26 +00:00