-
Notifications
You must be signed in to change notification settings - Fork 1
Kasi Docs
Oak Dev-inter edited this page Apr 23, 2026
·
1 revision
Fetch version-matched official documentation and cache a concise snippet under
.kasidit/knowledge/.
/kasi-docs <topic> # fetch docs for a topic / function
- Detects stack version from
composer.json,package.json,requirements.txt,pyproject.toml, orgo.mod, plus CLI checks (artisan --version,php -v,node -v). - Fetches in priority order: project source β official docs at exact version β GitHub source at matching release tag.
- Extracts the specific snippet needed, not the full page.
- Caches to
.kasidit/knowledge/<stack>-<version>-<topic>.md. - Outputs a concise answer with source URL and cached path.
- Project source (local, actual) β
grep -r "functionName" vendor/ node_modules/ - Official docs at the project's pinned version
- Official docs at latest (only if version is current)
- GitHub source at the matching release tag
- Stack Overflow β keywords only, never copy code
- AI memory for version-specific syntax β never trust
- Detect stack version.
- User names a topic or function.
- Walk the trust hierarchy top-down.
- Extract the minimal snippet.
- Cache under
.kasidit/knowledge/<stack>-<version>-<topic>.md. - If a cached file already matches, read cache first.
- Before writing framework-specific code on an unfamiliar version.
- When model's pretrained syntax might mismatch the project's pinned version.
- Building up
.kasidit/knowledge/during Kasi-Init.
- Project uses latest on a current framework and the snippet is trivial.
- No network and cache is empty β offer to defer.
- Fetching latest docs for an old project version β confident wrong code.
- Caching whole pages instead of the needed snippet.
- Skipping the cache check and re-fetching on every invocation.
Introduced in v0.2.1.
- Commands (aggregate)
- Kasi-Init
- Kasi-Search
Repo β’ Discussions β’ Issues β’ Changelog β’ Security β’ Contributing β’ MIT β’ Β© Kasidit Wansudon
Kasidit
Core
- Commands
- Kasi-Mode π₯ v0.10
- Backend-Hooks π₯ v0.10
- Model Tiers
- Gravity Pattern
- Multi-Agent-Orchestration
- Claude Design Integration
- UI Override Mode
- FAQ
Version History
- Version History β overview
- v0.13.0 β thClaws (Consolidated) π¦
- v0.12.0 β thClaws Runtime Support π¦
- v0.11.0 β Backend + Bridge + Runbook π
- v0.10.0 β Mode + Backend Hooks
- v0.9.2 β Gravity
- v0.9.1 β Master Orchestrator
- v0.9.0 β Claude Design
- v0.8.0 β Tier Cascade
- v0.7.4 β SWE-bench
- v0.3.0 β Tier adaptation
- v0.2.1 β Docs protocol
- v0.2.0 β UI Override
- v0.1.0 β Core
Concepts
Commands
- Kasi-Init
- Kasi-Review
- Kasi-Security
- Kasi-Fix
- Kasi-Ui
- Kasi-Cascade
- Kasi-Multi
- Kasi-Scaffold
- Kasi-Docs
- Kasi-Status
- Kasi-Promote
- Kasi-Pull
- Kasi-Sync
- Kasi-Search
- Kasi-Wiki-Sync
Agents
- Agent-Architect-Planner
- Agent-Audit-Specialist π₯ v0.10
- Agent-Bug-Hunter
- Agent-Deep-Researcher
- Agent-Legacy-Specialist
- Agent-Migration-Specialist
- Agent-Refactor-Surgeon
- Agent-Test-Writer
Deprecated v0.10 (stubs β audit-specialist --focus=..., removed in v0.11)
-
Agent-Code-Reviewer β
--focus=quality -
Agent-Security-Auditor β
--focus=security -
Agent-Perf-Profiler β
--focus=perf