tsk-ai 0.0.0

AI-powered development task delegation and sandboxing tool
Documentation
build:
    cargo build

install:
    cargo install --path .

test:
    cargo test -q

format:
    cargo fmt
    cargo clippy -- -D warnings

precommit:
    cargo fmt
    cargo clippy -- -D warnings
    cargo test -q
    # Check that the command starts
    cargo run -- --help > /dev/null