From 920553fe577d7d067a6a6524fab965dc570c4493 Mon Sep 17 00:00:00 2001 From: Dario Filipaj Date: Mon, 30 Mar 2026 13:47:58 +0200 Subject: [PATCH] docs: add tb-session to README Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d6955d..6633f21 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ A Cargo workspace monorepo containing CLI tools built for internal use at [Produ | `tb-prod` | `tb-prod` | Productive.io CLI — tasks, projects, people, time tracking | | `tb-bug` | `tb-bug` | Bugsnag insights — error and stability analysis | | `tb-devctl` | `tb-devctl` | Local dev environment orchestrator for Productive services | +| `tb-session` | `tb-session` | Claude Code session search — full-text index and resume past conversations | | `toolbox-core` | (library) | Shared infrastructure: config, HTTP, output formatting, time parsing | ## Naming convention @@ -65,7 +66,8 @@ Each tool ships with a Claude Code skill that runs `tb- prime` on load to "Bash(tb-bug:*)", "Bash(tb-lf:*)", "Bash(tb-prod:*)", -"Bash(tb-sem:*)" +"Bash(tb-sem:*)", +"Bash(tb-session:*)" ``` ## Building