Files
2aa3f199cbe08946c6c76bd86a2f7fb165a45fc4
10 lines
280 B
YAML
10 lines
280 B
YAML
name: byterover
|
|||
version: 1.0.0
|
|||
description: "ByteRover — persistent knowledge tree with tiered retrieval via the brv CLI."
|
|||
external_dependencies:
|
|||
- name: brv
|
|||
install: "curl -fsSL https://byterover.dev/install.sh | sh"
|
|||
check: "brv --version"
|
|||
hooks:
|
|||
- on_pre_compress
|