-
Notifications
You must be signed in to change notification settings - Fork 1
Kasi Pull
Oak Dev-inter edited this page Apr 23, 2026
·
1 revision
Copy a shared item from Centerlite into the current project's
.kasidit/(dcenterlite). Diff-aware, confirmed, detached after copy.
/kasi-pull <type> <name>
/kasi-pull all-for <stack> # bootstrap seed, used by /kasi-init
| Type | Source | Target |
|---|---|---|
checklist |
center/checklists/<name>.md |
.kasidit/CHECKLISTS/<name>.md |
knowledge |
center/knowledge/<name>.md |
.kasidit/knowledge/<name>.md |
rule |
selected line from center/rules.md
|
append to .kasidit/MEMORY.md
|
pattern |
filter center/patterns.jsonl by tag |
append to .kasidit/PATTERNS.md
|
all-for <stack> |
everything tagged for stack | seed entire .kasidit/
|
- Lists matching items from Centerlite (glob, tag filter, or exact name).
- Shows preview and target paths.
- Diffs against any existing local file.
- Asks to confirm:
(o)verwrite / (m)erge-append / (s)kip. - Copies or merges into
.kasidit/. - Records the pull event in
MEMORY.mdfor traceability.
- Match Centerlite items by name, glob, or tag.
- Print plan with target paths.
- Diff against any existing local file.
- Ask per-item confirmation on conflict.
- Copy or merge.
- Append
pulled <type> <name> from center on <date>to.kasidit/MEMORY.md.
- Bootstrapping a new project β
/kasi-initrunsall-for <stack>as one batch. - Reusing a proven checklist from another project.
- Importing a shared rule into a new
.kasidit/MEMORY.md.
- Pulling the entire hub β defeats "lightweight per-project".
- Pulling stack-mismatched assets (PHP checklist into a Node project).
- Silent overwrite of a project-customized file.
- Auto-pulling β always confirm (except the single-batch confirm inside
/kasi-init). - Treating a pulled file as upstream-tracked β it is detached after copy; use Kasi-Promote to push back.
- Pulling a mismatched stack checklist.
Introduced in v0.9.2.
- Commands (aggregate)
- Gravity-Pattern
- Kasi-Promote
- Kasi-Sync
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