selfware 0.6.0

Your personal AI workshop — software you own, software that lasts
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! Unit tests for selfware modules
//!
//! These tests cover individual components without network I/O.

mod cli;
mod test_agent;
mod test_api;
mod test_cognitive;
mod test_config;
mod test_context;
mod test_error_paths;
mod test_file_extended;
mod test_git;
mod test_regex_check;
mod test_safety;
mod test_tools;