Enable AI assistants to develop, test, and iterate on eBPF programs without requiring interactive sudo.
ALWAYS run at session start:
idlergear contextFORBIDDEN files: TODO.md, NOTES.md, SESSION_*.md, SCRATCH.md
FORBIDDEN comments: // TODO:, # FIXME:, /* HACK: */
Use instead:
idlergear task create "..."- Create actionable tasksidlergear note create "..."- Capture quick thoughtsidlergear reference add "..."- Store permanent documentation
- Two modes only: Host (fast) or MicroVM (safe) - no containers
- Rust implementation using aya for eBPF
- Polkit for auth with credential caching
- MCP server for AI integration
ebpf-assistd- Privileged daemon (runs with CAP_BPF, etc.)ebpf-assist- CLI tool (unprivileged, talks to daemon)- MCP server mode for AI assistants
Early design - see GitHub issues for roadmap.