• Joined on 2025-11-10
ansible pushed to master at ansible/fireclaw 2026-04-08 19:34:30 +00:00
abc91bc149 Add dangerous command blocking and cron agent scheduling
ansible pushed to master at ansible/fireclaw 2026-04-08 18:28:28 +00:00
c827d341ab Overhaul agent quality — prompts, tools, config, compression
ansible pushed to master at ansible/fireclaw 2026-04-08 14:53:10 +00:00
6c4ad47b09 Fix update.sh — mkdir -p before copying agent/skills into rootfs
ansible pushed to master at ansible/fireclaw 2026-04-08 14:50:00 +00:00
5b312e34de Add read_file skill, session persistence, and update script
ansible pushed to master at ansible/fireclaw 2026-04-08 02:02:08 +00:00
6673210ff0 Add remaining low-priority items from code review to TODO
d6a737fbad Update REPORT.md — 14 of 19 issues fixed
fdfa468960 Copy all agent/*.py files into rootfs
ca224a0ae9 Slim down agent.py — uses skills.py and tools.py modules
383113126f Extract skills.py and tools.py from agent.py
Compare 30 commits »
ansible pushed to master at ansible/fireclaw 2026-04-07 16:34:46 +00:00
d299e394f0 Update ROADMAP — Phase 4 done, reflect current state
ansible pushed to master at ansible/fireclaw 2026-04-07 16:32:35 +00:00
2e5912e73c Add refactoring note to TODO
27cb6508dc Extract shared VM lifecycle helpers into firecracker-vm.ts
Compare 2 commits »
ansible pushed tag v0.1.3 to ansible/fireclaw 2026-04-07 16:18:05 +00:00
ansible pushed to master at ansible/fireclaw 2026-04-07 16:18:05 +00:00
a2cef20a89 v0.1.3 — deployment hardening
ansible pushed to master at ansible/fireclaw 2026-04-07 16:09:12 +00:00
e6a6fb263d Use dynamic path for fireclaw in overseer service file
ansible pushed to master at ansible/fireclaw 2026-04-07 16:07:25 +00:00
cf2d2d31b7 Always clean stale taps before creating new ones
ansible pushed to master at ansible/fireclaw 2026-04-07 16:04:16 +00:00
6485705d4b Remove hardcoded DNS — keep host resolv.conf in rootfs
ansible pushed to master at ansible/fireclaw 2026-04-07 16:02:48 +00:00
6e9725d358 Fix DNS in install script chroot
ansible pushed to master at ansible/fireclaw 2026-04-07 16:00:17 +00:00
b5ad20ce51 Fix chroot DNS and mkfs.ext4 path for remote deployment
ansible pushed to master at ansible/fireclaw 2026-04-07 15:56:34 +00:00
1fee80f1d7 Clean stale mounts before agent rootfs build
ansible pushed to master at ansible/fireclaw 2026-04-07 15:55:07 +00:00
e98f9af938 Remove output suppression from install script
ansible pushed to master at ansible/fireclaw 2026-04-07 15:21:09 +00:00
b613c2db6f Switch setup.ts to Alpine rootfs, fix remote deployment
ansible pushed to master at ansible/fireclaw 2026-04-07 15:09:10 +00:00
d149319090 Improve install script with verbose progress output
ansible pushed to master at ansible/fireclaw 2026-04-07 15:05:24 +00:00
2c82b3f7ae Fix Node.js install — upgrade if version < 20
ansible pushed to master at ansible/fireclaw 2026-04-07 15:00:03 +00:00
bdd4c185bb Add uninstall script