i-self 0.4.3

Personal developer-companion CLI: scans your repos, indexes code semantically, watches your activity, and moves AI-agent sessions between tools (Claude Code, Aider, Goose, OpenAI Codex CLI, Continue.dev, OpenCode).
1
2
3
4
5
6
7
8
9
10
11
12
pub mod setup;
pub mod query;
pub mod format;
pub mod tracking;
pub mod skills;
pub mod learning;
pub mod review;

pub use tracking::TrackingCommand;
pub use skills::SkillsCommand;
pub use learning::LearningCommand;
pub use review::ReviewCommand;