- Add at_seconds parameter for one-time reminders (e.g., "remind me in 10 minutes") - Update every_seconds description to emphasize recurring-only usage - Route cron delivery: deliver=true sends directly, deliver=false uses agent - Fix cron data path from ~/.picoclaw/cron to workspace/cron - Fix sessions path from workspace/../sessions to workspace/sessions Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
27 lines
221 B
Plaintext
27 lines
221 B
Plaintext
# Binaries
|
|
bin/
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.test
|
|
*.out
|
|
/picoclaw
|
|
/picoclaw-test
|
|
|
|
# Picoclaw specific
|
|
.picoclaw/
|
|
config.json
|
|
sessions/
|
|
build/
|
|
|
|
# Coverage
|
|
coverage.txt
|
|
coverage.html
|
|
|
|
# OS
|
|
.DS_Store
|
|
|
|
# Ralph workspace
|
|
ralph/
|