codesearch 0.1.15

A fast, intelligent CLI tool with multiple search modes (regex, fuzzy, semantic), code analysis, and dead code detection for popular programming languages
Documentation
# ADR-NNN: [Short Title]

**Status**: Proposed / Accepted / Deprecated / Superseded by [ADR-XXX]

**Date**: YYYY-MM-DD

**Author**: [Name]

## Context

What is the issue that we're seeing that is motivating this decision or change?
What forces are at play? What are the constraints?

## Decision

What is the change that we're proposing or have agreed to implement?

## Consequences

What becomes easier or more difficult to do because of this change?

### Positive

- Benefit 1
- Benefit 2

### Negative

- Trade-off 1
- Trade-off 2

### Risks

- Risk 1 and mitigation

## Alternatives Considered

What other options were evaluated? Why were they rejected?

## References

- Links to related issues, PRs, or external resources