agent-workflow / COMMANDS.md
simonlesaumon's picture
Mirror AGENT_WORKFLOW kit
80fa878 verified
|
Raw
History Blame Contribute Delete
985 Bytes

COMMANDS.md

Create A Project

cp -r projects/autre-projet projects/new-project
rg "autre-projet|O-" projects/new-project

Launch Codex

cd AGENT_WORKFLOW
codex

Launch Claude Code

cd AGENT_WORKFLOW
claude

Search With rg

rg "pattern" .
rg --files

Git Branch

git checkout -b feature/task-id-short-title

Git Worktree

git worktree add ../workflow-task-id -b feature/task-id-short-title

Python Tests

python -m pytest
python -m pytest tests/test_file.py -q

Docker Compose

docker compose up -d
docker compose logs -f
docker compose down

Backup With rclone

rclone copy AGENT_WORKFLOW remote:agent-workflow-backup
rclone sync AGENT_WORKFLOW remote:agent-workflow-backup

Disk Size

df -h
du -sh AGENT_WORKFLOW

RAM / CPU

free -h
top