tftio-lib 0.1.1

Shared CLI, agent-mode, and prompt-handling library for tftio Rust tools
Documentation
# TODO

A staging area for ideas, bugs, and feature requests discovered during
development but not yet formalized into GitLab issues or project tasks.

## Format

Each item uses
[Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) type
prefixes:

| Type | Description |
|---|---|
| `feat` | New feature |
| `fix` | Bug fix |
| `docs` | Documentation only |
| `style` | Formatting changes that do not affect behavior |
| `refactor` | Code changes that neither fix bugs nor add features |
| `perf` | Performance improvement |
| `test` | Adding or correcting tests |
| `build` | Changes to the build system or dependencies |
| `ci` | Changes to CI configuration |
| `chore` | Other changes that do not modify source or test files |

Items include a checkbox, type, optional scope, description, author, and UTC
timestamp:

```text
- [ ] **type(scope)**: description - @author YYYY-MM-DD HH:MM
```

When an item is addressed, check the box and optionally add a reference.

## Items

- [ ] **refactor(lints)**: redesign the prompt-rendering options and remove legacy test-only Clippy exceptions so the crate satisfies the generated strict lint contract without changing behavior - @James Felix Black 2026-07-19 02:35