- Hinters collect intelligence, compose personalized reports for other hinters, and exchange these reports using
hinter-core
. hinter-cline
is an AI-assisted environment that hinters use as a companion tohinter-core
to process information and compose reports.
See instructions to run hinter-cline
in a Docker container.
hinter-cline
wraps two solutions in a Docker container for portability and security:
code-server
, an enhanced fork of VS Code that you can use through your browser- Cline, a coding assistant for VS Code
In addition, hinter-cline
includes hinter-helper
, an interactive CLI tool that facilitates some hinter workflows.
Its features include:
- Managing peers (add, edit, remove)
- Organizing peers into groups
- Creating and posting flexible report drafts to peers and groups
hinter-cline
extends the hinter-core-data/
structure of hinter-core
by adding:
entries/
: A directory for your private knowledge base, including outgoing report drafts..git/
:A Git directory containing thehinter-core-data/
version history.