Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

- Wave 7: agent **`tls`** + skill **`tls-lab`**. Runtime TLS (`lib/tls.sh`, `SSL_CERT_FILE`, Kali CA, doctor probe, clock-skew). Overlay still writes the install-time `/etc/tls` symlink. `grokhunter tls` launches the agent. Never print certs.
- Wave 8: agent **`net`** + skill **`net-lab`**. HTTPS reachability (`lib/https-probe.sh`, `http_code` 000 vs 403/401, guest DNS). CA stays `tls`. `grokhunter net` launches the agent. Offline lab is still OK for local coding.
- Wave 9: scoped specialist **`tookie`** + skill **`tookie-osint`**. Authorized public username lookup via Tookie-OSINT (`brib.py -sC`). `grokhunter tookie` launches the agent. Not a product default. Hits are leads, not identity. CLI stays upstream (do not vendor `brib.py`).

## [1.0.10] — 2026-08-25 — Desktop recovery + Coding Team Wave 6

Expand Down
1 change: 1 addition & 0 deletions CREDITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ Support: [x.ai](https://x.ai) · [x.ai/cli](https://x.ai/cli)
|---------|--------|
| **Aider** | Optional git-native pair tool — [aider.chat](https://aider.chat) |
| **Astral uv** | Used by the Aider install path for managed Python — [astral.sh/uv](https://github.com/astral-sh/uv) |
| **Tookie-OSINT** | Optional scoped username lookup (`tookie-osint` / `brib.py`) — [github.com/Alfredredbird/tookie-osint](https://github.com/Alfredredbird/tookie-osint) |

---

Expand Down
13 changes: 13 additions & 0 deletions agents/HANDOFF-TEMPLATES.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,3 +335,16 @@ overlay | desktop | toolchain
## Commands
## Verify (doctor x.ai — never print bodies)
```

---

## Tookie card (tookie)

```markdown
## Username
## Authorization
## Command
## Hits
## Uncertain
## Next public checks
```
2 changes: 1 addition & 1 deletion config/completions/bash/grokhunter.bash
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ _grokhunter_completions() {
cur="${COMP_WORDS[COMP_CWORD]}"
prev="${COMP_WORDS[COMP_CWORD-1]}"

local cmds="status doctor binds proot-binds setup sync boot ensure models skills agents team coding-team scout benjamin lucas harper review fix desktop overlay ship docs modeler ci aider session host mcp plugin flow storage editor hook shell github secrets toolchain tls net menu git-identity credits ai-smoke smoke install plan help version"
local cmds="status doctor binds proot-binds setup sync boot ensure models skills agents team coding-team scout benjamin lucas harper review fix desktop overlay ship docs modeler ci aider session host mcp plugin flow storage editor hook shell github secrets toolchain tls net tookie menu git-identity credits ai-smoke smoke install plan help version"
local model_sub="install status force --force help"
local skills_sub="install status help"
local agents_sub="status list help"
Expand Down
1 change: 1 addition & 0 deletions config/completions/zsh/_grokhunter
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ _grokhunter() {
'toolchain:Launch apt/compiler agent'
'tls:Launch TLS/CA agent'
'net:Launch HTTPS/DNS agent'
'tookie:Launch Tookie-OSINT agent'
'benjamin:Launch benjamin architect agent'
'lucas:Launch lucas builder agent'
'harper:Launch harper reliability agent'
Expand Down
1 change: 1 addition & 0 deletions skills/PLAYBOOKS.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ grokhunter models install
grokhunter git-identity set
grokhunter tls
grokhunter net
grokhunter tookie
grokhunter ai-smoke
bash scripts/ci-unit.sh
nh-x11 # legacy drawing on; NH_X11_LEGACY=0 to disable
Expand Down
Loading