precc-shell 0.1.0

$SHELL wrapper that runs commands through the PRECC pipeline (for Aider and other tools without a hook surface)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "precc-shell"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
authors.workspace = true
readme = "../../README.md"
description = "$SHELL wrapper that runs commands through the PRECC pipeline (for Aider and other tools without a hook surface)"

[dependencies]
precc-core = { path = "../precc-core", version = "0.1" }