sparrow-cli 0.5.4

A local-first Rust agent cockpit — route, run, replay, rewind
Documentation
# Rust
target/

node_modules/

*.rs.bk

*.pdb


# IDE
.idea/

.vscode/

*.swp

*.swo


# OS
.DS_Store

Thumbs.db


# Sparrow — sensitive / local config
*.secret

*.key

auth.enc

config.toml

!config.example.toml


# Nova — agent personnel (local only)
agents/nova.*

state/

sparrow/

*.db

*.db-journal

*.db-wal

transcripts/


# Private agent definitions (PII, do not publish)
agents/nova.*


# Launch playbook & marketing copy — keep LOCAL only.
# Public launch strategy (HN/X/Reddit posts, response templates, hooks,
# visuals) must never leak to the repo or competitors can read it.
docs/launch/

assets/launch/


# Codex / local assistant artifacts
.codex-remote-attachments/

.claude/

.sparrow/handoff/

STATUS*.md

status*.md

plan-status*.md

mercredi.md

tool_test.txt

skills/local-temperature/

get_twitter_followers.py


# Env files
.env

.env.local