lazyspec 0.8.0

A little TUI & CLI for project documentation.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
---
title: "Dependency Policy"
type: dictum
status: accepted
author: "jack"
date: 2026-03-29
tags: [tech-stack, engine, cli, tui]
---

- When adding a dependency, prefer crates already in use. Don't introduce a new crate for something an existing dependency already handles
- Feature flags (`agent`, `metrics`) gate optional functionality. Use compile-time gating (`#[cfg(feature = "...")]`), not runtime checks
- `Cargo.toml` is the authoritative dependency inventory. This dictum governs policy for changing it, not a restated bill of materials