@benchcubed/todaycli
v1.0.6
Published
AI-powered knowledge capture and search CLI for engineering teams
Maintainers
Readme
Today - AI Knowledge Platform for Engineering Teams
Stop losing what your team knows. Today captures knowledge in 5 seconds from the CLI, enriches it with AI, and makes it instantly searchable.
npm install -g @benchcubed/todaycli
today login
today learned "Lambda cold starts drop 80% when you keep packages under 50MB"
today ask "How do I reduce Lambda cold start times?"Install
npm install -g @benchcubed/todaycliRequires Node.js 18+.
Commands
today login # Sign in or create an account
today learned "<insight>" # Capture a learning - AI enriches it automatically
today ask "<question>" # Semantic search across your team's knowledge
today experts "<topic>" # Find who on your team knows what
today teams # List and switch between teams
today secrets # View team secrets (zero-knowledge AES-256-GCM)
today demo # Populate sample data and walk through all featuresWhat happens when you capture a learning
Every entry is automatically enriched by AI:
- Topics inferred from your content and indexed against your team's taxonomy
- Plain-language summary generated for quick scanning
- Expertise level scored 1–10 based on content sophistication
- Semantic embedding stored for similarity-based search
No tagging, no filing, no manual categorisation required.
Web Console
The web console at todaycli.com provides:
- Knowledge graph - live visualisation of your team's topics and connections
- Semantic search - same engine as the CLI
- Team insights - AI-generated health reports covering knowledge velocity, topic gaps, and emerging experts
- Workspaces - namespace entries by project or squad
License
MIT
