fairway 0.0.2

The path for AI agents (and maybe some humans) to get things done
Documentation
1
2
3
4
5
6
7
8
//! The path for AI agents (and maybe some humans) to get things done.

pub mod assets;
pub mod config;
pub mod git;
pub mod home;
pub mod policy;
pub mod verdict;