thoughts-bin 0.1.0

CLI for flexible thought management using filesystem mounts
# CLAUDE.md - thoughts

<!-- BEGIN:xtask:autogen header -->
- Crate: thoughts-bin
- Path: apps/thoughts/
- Role: app
- Family: tools
- Integrations: mcp=false, logging=false, napi=false
<!-- END:xtask:autogen -->

## Overview

Briefly describe the purpose of this crate and how to use it.

## Quick Commands

<!-- BEGIN:xtask:autogen commands -->
```bash
# Lint & Clippy
cargo fmt -p thoughts-bin -- --check
cargo clippy -p thoughts-bin --all-targets -- -D warnings

# Tests
cargo test -p thoughts-bin

# Build
cargo build -p thoughts-bin
```
<!-- END:xtask:autogen -->

## Notes

Add any human-authored notes below. Content outside autogen blocks is preserved by xtask sync.