First release under the unified first-tree npm package, after merging the previously-separate first-tree-hub (Agent Hub client + daemon) and first-tree (Context Tree onboarding + GitHub Scan) into a single CLI.
What's in this release
- Unified CLI —
first-tree (with ft short alias) now exposes: - Agent Hub client:
first-tree login, first-tree chat …, first-tree connect … - Background daemon:
first-tree daemon start|stop|status - Context Tree workflows:
first-tree tree … (onboarding, sync, write) - GitHub notification scan:
first-tree github scan … - Single source of truth — one repo (
agent-team-foundation/first-tree), one npm package, one binary. - Drop-in for both prior tools — local data path
~/.first-tree/hub/ is unchanged; auth tokens, daemon state, and Context Tree bindings carry across.
Install / Upgrade
New users ```bash npm install -g first-tree first-tree login