#audit #search #roast

app steve

STEVE: Search Technical Evidence Very Easily

5 releases

Uses new Rust 2024

new 0.1.4 Apr 4, 2025
0.1.3 Apr 3, 2025
0.1.2 Apr 3, 2025
0.1.1 Apr 3, 2025
0.1.0 Apr 3, 2025

#6 in #roast

Download history

127 downloads per month

MIT license

19KB
260 lines

STEVE: Search Technical Evidence Very Easy

STEVE is a command-line tool specifically designed to help teams quickly verify that major architectural decisions are well-documented. It provides three main functionalities:

  • Search: Looks up documentation related to a query within a directory specified in your local .env file.
  • Audit: Uses git diff to compare the current changes and checks that important architectural decisions have been documented.
  • Roast: Also leverages git diff but provides a lighthearted code review.

Prerequisites

Installation

Install the project with Cargo:

cargo install steve

Configure your environment: Create a .env file (or copy an existing example) in the project you are working on and set the directory where your documentation resides:

OPENAI_API_KEY=<API_TOKEN>
STEVE_DOCS_PATH=/workspaces/Steve/docs

Usage

Run STEVE using one of its subcommands:

Search in the documentation directory for evidence matching your query. If no query is given, STEVE reads from STDIN.

steve search "your query here"

Audit

Analyze the current changes to ensure that major architectural decisions are properly documented.

steve audit

Roast

Enjoy a fun, no-holds-barred code review by comparing current changes with documentation.

steve roast

License

This project is licensed under the MIT License.

Dependencies

~14–25MB
~337K SLoC