docs: point clone URL at git.churchofmalware.org; refresh /sbx command list
CI / rust client (hh) (macos-latest) (push) Waiting to run
CI / rust client (hh) (ubuntu-latest) (push) Waiting to run
CI / rust coverage (push) Waiting to run
CI / python server (3.10) (push) Waiting to run
CI / python server (3.11) (push) Waiting to run
CI / python server (3.12) (push) Waiting to run
CI / headless e2e smoke (push) Waiting to run
CI / dependency audit (push) Waiting to run
CI / secret scanning (push) Waiting to run

- Update the git clone URL in README and CONTRIBUTING from the old
  GitHub remote to the project's Gitea instance
  (git.churchofmalware.org/trilltechnician/hack-house.git). Verified the
  clone succeeds over HTTPS against that path.
- CONTRIBUTING: fork step now points at the Gitea instance, not GitHub.
- Refresh the /sbx command table to match the client: `/sbx launch` now
  documents the `install` consent token and `--start` daemon boot, and a
  new row covers `/sbx launch vbox [new [name]]` (VM picker / cloud-init
  build).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
leetcrypt
2026-06-07 13:24:24 -07:00
parent 9959e09fe2
commit f1467b00ac
2 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -20,8 +20,8 @@ We welcome contributions of all types, including:
## 📦 Getting Started ## 📦 Getting Started
1. **Fork the repository** on GitHub. 1. **Fork the repository** on the Gitea instance (`git.churchofmalware.org`).
2. **Clone your fork** locally: 2. **Clone your fork** locally:
```bash ```bash
git clone https://github.com/leetcrypt/hack-house.git git clone https://git.churchofmalware.org/trilltechnician/hack-house.git
cd hack-house cd hack-house
+3 -2
View File
@@ -56,7 +56,7 @@ Encrypted chat that runs in your terminal. You host the server, you control the
## Quick start ## Quick start
```bash ```bash
git clone https://github.com/leetcrypt/hack-house.git git clone https://git.churchofmalware.org/trilltechnician/hack-house.git
cd hack-house cd hack-house
``` ```
@@ -156,10 +156,11 @@ Type to chat. Slash commands and keys:
| `/ai <question>` | Ask the agent (`/ai <name> <question>` if several present) | | `/ai <question>` | Ask the agent (`/ai <name> <question>` if several present) |
| `/ai list` | List the agents present (or hint to `/ai start` if none) | | `/ai list` | List the agents present (or hint to `/ai start` if none) |
| `/ai models` | Models the active agent can serve — or, with no agent, your local Ollama tags | | `/ai models` | Models the active agent can serve — or, with no agent, your local Ollama tags |
| `/sbx launch [local\|docker\|multipass] [image]` | Summon the shared sandbox | | `/sbx launch [local\|docker\|multipass] [image] [install]` | Summon the shared sandbox (`install` fetches a missing backend; `--start` boots a stopped Docker daemon) |
| `/sbx stop` | Tear down the sandbox you host | | `/sbx stop` | Tear down the sandbox you host |
| `/sbx save [label]` · `/sbx load <label>` · `/sbx snaps` | Snapshot the sandbox, restore one, or list snapshots | | `/sbx save [label]` · `/sbx load <label>` · `/sbx snaps` | Snapshot the sandbox, restore one, or list snapshots |
| `/sbx vms` | Detect VirtualBox and list local VMs | | `/sbx vms` | Detect VirtualBox and list local VMs |
| `/sbx launch vbox [new [name]]` | Open the local VirtualBox VM picker, or build a fresh VM via cloud-init |
| `/sbx gui <vm> [--install]` | Open a local VirtualBox desktop VM for the room (consent-gated) | | `/sbx gui <vm> [--install]` | Open a local VirtualBox desktop VM for the room (consent-gated) |
| `/drive` · `F2` | Take the shared shell (`Esc` releases) | | `/drive` · `F2` | Take the shared shell (`Esc` releases) |
| `/grant <user>` · `/revoke <user>` | Owner: delegate/withdraw drive | | `/grant <user>` · `/revoke <user>` | Owner: delegate/withdraw drive |