Skip to content

SignalLane v0.1.0 — Local Growth Intelligence CLI

Choose a tag to compare

@Abdulmuiz44 Abdulmuiz44 released this 14 Jun 06:47
· 8 commits to main since this release

Official install: npx @talocode/signallane

What is included:

  • local-first profile storage
  • reply generation from pasted text or local files
  • draft improvement
  • reply scoring
  • angles and hooks generation

Validation:

  • pnpm run typecheck
  • pnpm run test
  • pnpm run build
  • npm run typecheck (package)
  • npm run test (package)
  • npm run build (package)
  • npm pack --dry-run
  • npm pack
  • npm install -g ./talocode-signallane-0.1.0.tgz
  • signallane --version
  • signallane --help
  • signallane init
  • signallane doctor
  • signallane reply --from ./fixtures/sample-post.txt
  • signallane improve --text "this is very interesting and useful for builders"
  • signallane score --text "AI tools are useful when they understand context."
  • signallane angles --topic "open source AI tools"
  • signallane hooks --topic "AI coding agents"
  • signallane profile show

Known limitations:

  • pasted text and local files first
  • no X login
  • no auto-posting
  • no scraping
  • no paid AI required
  • no cloud sync yet