forgo.cloud
Sign in
Repo workspace

forkjoin-ai/gnosis

Bin

bin/README.md
forkjoin-ai/gnosis

Bin

Parent: Gnosis

GG CLI reference: ../docs/GG_CLI_REFERENCE.md

Open-source package support files for the Bin module.

Key Files

  • bw.ts: Source file in this module.
  • gg.js: User-facing GG convenience command. It runs .gg / .gnot inputs through gnode run and forwards other arguments to gnosis.
  • gnexec.js: Cross-platform compatibility wrapper for the native gnexec / monster binary.
  • gnode.js: Script or runtime helper.
  • gnosis-host.js: Script or runtime helper.
  • gnosis.js: Script or runtime helper.
  • monster: POSIX compatibility launcher used by existing developer and package flows.
  • rip.ts: Source file in this module.
  • rtlsdr-mock-sim.js: Script or runtime helper.
  • timeout.ts: Source file in this module.

Usage

The public user command set installed by ../install.sh and ../install.ps1 is:

  • gnosis: main CLI for GG lint, analysis, verification, and related commands.
  • gg: shortcut for .gg / .gnot execution, otherwise a gnosis forwarder.
  • gnode: TypeScript-to-GG runner and schedule surface.
  • monster: compatibility command for the Gnosis execution runner.
  • gnexec: native polyglot execution surface when the release binary is installed.

Keep implementation details near the owning source files, and update this document when the command contract changes.

Verification

Run the closest package or app-level check through the repository-owned a0 or monster target after changing behavior in this directory.