feat(FN-2979): add droid CLI probe module for node diagnostics

Added a new `droid-cli-probe` module to the dashboard package with test coverage, implementing a CLI probe capability for the droid system.

Fusion-Task-Id: FN-2979
This commit is contained in:
Fusion
2026-05-01 04:03:02 -07:00
committed by gsxdsm
parent 0ec5dfa3b1
commit 09551f3d3f
12 changed files with 784 additions and 43 deletions

View File

@@ -55,4 +55,5 @@ These tools are **not** part of the pi extension's user-invokable `extension.ts`
| Tool | Purpose | Parameters |
|---|---|---|
| `fn_identity` | Return loaded soul/instructions/memory summary for this heartbeat tick (must be called first) | none |
| `fn_heartbeat_done` | Signal end of heartbeat run with optional summary | `summary?` (string) |