We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ca9261 commit fe9dcdcCopy full SHA for fe9dcdc
1 file changed
README.md
@@ -6,13 +6,6 @@ CommandGraph is an infrastructure tool that runs shell commands in the right ord
6
7
One Python file with zero dependencies. No agents on your servers. No daemon. No database.
8
9
-Recent additions:
10
-
11
-- Sub-graph inclusion: a step can now run another `.cgr` or `.cg` file as a unit with `from ./child.cgr:`
12
-- Human-in-the-loop wait gates: `wait for webhook "..."` and `wait for file "..."` are first-class steps
13
-- Machine-readable apply mode: `cgr apply FILE --output json`
14
-- Execution metrics: per-step, per-wave, and total wall-clock timing are now persisted in the state journal
15
16
```
17
--- Deploy my app ---
18
0 commit comments