Tierceron-hat collects the small executables and support packages used by the Tierceron "wanderer" tooling. The repository contains multiple CLI entrypoints plus the shared protobuf and tap code they build on.
tiara,brim,brimfeather,captap,captip,captiptwo, andcrown: standalone commands built intobin/.cap: shared protobuf and gRPC definitions plus shared command support code.cap/tap: OS-specific tap implementations for Linux, macOS, and Windows.captip/captiplibandcaptip/captiplibjs: reusable library code for native and JS or wasm builds.capfull: a wasm build target generated asbin/capfull.wasm.
- Multiple runnable command targets managed from a single Makefile.
- Shared protobuf and gRPC definitions for the
captransport layer. - Cross-platform tap support with platform-specific implementations.
- Native and wasm build outputs for different deployment targets.
Build one or more commands from the repository root:
make tiaramake brimmake brimfeathermake captapmake captipmake captiptwomake crownmake capfullmake all
If you need to regenerate gRPC stubs for cap, run make capgrpc.
Built binaries and wasm artifacts are written under ./bin/.
Please read CODE_OF_CONDUCT.MD before contributing or opening issues.
Please review SECURITY.md for vulnerability reporting guidance.