Add Nora — AI Work Intelligence power#89
Add Nora — AI Work Intelligence power#89mihir-kernora wants to merge 6 commits intokirodotdev:mainfrom
Conversation
6e5474a to
50e62be
Compare
Nora captures coding sessions, extracts patterns and decisions, then feeds them back as steering context. Your AI agent gets smarter every session. - 9 MCP tools for searching patterns, decisions, bugs, and inline dashboard - 4 hooks: agentSpawn, stop, preToolUse, postToolUse - 3 auto-updated steering files read by Kiro on every prompt - 100% local, zero telemetry, BYOK (Anthropic/Gemini/Bedrock/Ollama) - Python 3.9+ compatible
|
Hey @nadetastic — updated this PR with the current v2.1.0 release. Changes since the original submission: MCP tools: 11 → 18. Added Onboarding: Simplified from 7 manual steps to 2. Nora bootstraps automatically when installed as a Kiro Power. No manual hook registration needed. LLM support: Added zero-config local LLM on Mac — Apple FoundationModels (macOS 26+) and MLX-LM (macOS 14+). No API key required to get started. AI Leverage Score: New core metric (1.0x → 5.0x) tracking prompt quality, context injection effectiveness, and pattern accumulation. Visible on the dashboard with coaching tab. Happy to address any feedback. Nora would be the first community-built intelligence power in the registry — excited to get it in front of Kiro users. |
Nora captures coding sessions, extracts patterns, decisions, and anti-patterns, then feeds them back as steering context. Your AI gets smarter every session. AI Leverage Score compounds toward 5.0x as Nora learns your patterns.
Issue #, if available:
N/A — new power submission
Description of changes:
Adds the
nora/directory containing:POWER.md— onboarding steps, MCP server config, 18 tool descriptions, AI Leverage Score, dashboard documentation, troubleshootingmcp.json— MCP server registration pointing to~/.kernora/app/nora_mcp.pysteering/— 3 template steering files (nora-patterns.md, nora-decisions.md, nora-antipatterns.md) that auto-populate after sessionsicon.svg— Power iconEngine source: https://github.com/kernora-ai/nora
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.