Commit graph

7 commits

Author SHA1 Message Date
Adil Hafeez
fde90a00df fix daemon detach: use setsid() and add sleep in CI smoke test 2026-03-23 01:16:21 +00:00
Adil Hafeez
be99690b07 fix daemon process detach: use process_group(0) to prevent SIGTERM on parent exit 2026-03-23 01:05:47 +00:00
Adil Hafeez
705508112b fix Tera indent filter to match Jinja2 behavior (skip first line) 2026-03-23 00:55:02 +00:00
Adil Hafeez
cc896bf20f fix Tera template compat, remove Python from CI entirely 2026-03-22 23:53:57 +00:00
Adil Hafeez
6efb152cec add validate command, remove Python dependency from CI 2026-03-22 23:09:56 +00:00
Adil Hafeez
eb30c65796 add install.sh script and self-update command 2026-03-22 23:05:13 +00:00
Adil Hafeez
15b9e8b95c rewrite planoai CLI in Rust
Add crates/plano-cli/ as a full Rust rewrite of the Python CLI.
Binary name: planoai. All subcommands ported: up, down, build,
logs, cli-agent, trace, init. Config validation and Tera template
rendering replace the Python config_generator. CI updated to use
cargo test/build instead of Python test jobs.
2026-03-22 22:57:35 +00:00