docs: record workflow config target slice
This commit is contained in:
@@ -93,6 +93,9 @@ implementation state.
|
||||
- Completed: the first JSON-RPC-over-HTTP transport can expose the local/static
|
||||
`WorkflowServer` through fixed dotted methods. Remote CLI targeting remains
|
||||
the next transport-facing slice.
|
||||
- Completed: workflow config now distinguishes client targets from server
|
||||
hosting config, and selected `wf` commands can target JSON-RPC HTTP with
|
||||
explicit CLI overrides.
|
||||
|
||||
5. **CLI/API alignment**
|
||||
- Let the CLI target either local process-backed stores/runtime or the future
|
||||
|
||||
@@ -452,6 +452,26 @@ Relative paths should resolve relative to the config file directory.
|
||||
- Do not derive identity by splitting dotted source ids.
|
||||
- Do not use MCP as the first-class `wf` CLI target.
|
||||
|
||||
## Implementation Status
|
||||
|
||||
First slice implemented:
|
||||
|
||||
- neutral `wf_config` models and loader
|
||||
- filesystem server store config
|
||||
- stdlib source bootstrap config
|
||||
- local and JSON-RPC client targets
|
||||
- `wf` root overrides for `--local`, `--url`, and `--timeout`
|
||||
- remote JSON-RPC client support for capability and run CLI commands
|
||||
- `wf-rpc-server --config` support for server store and RPC HTTP transport
|
||||
|
||||
Still future:
|
||||
|
||||
- store-backed mutable source registry
|
||||
- MCP/OpenAPI source config
|
||||
- `/mcp` hosting from neutral server config
|
||||
- remote draft/artifact/deployment CLI commands
|
||||
- auth and SQL stores
|
||||
|
||||
## Next Implementation Slice
|
||||
|
||||
First config implementation should be small:
|
||||
|
||||
Reference in New Issue
Block a user