-
Notifications
You must be signed in to change notification settings - Fork 1
Kasi Promote
Oak Dev-inter edited this page Apr 23, 2026
·
1 revision
Lift a validated item from project
.kasidit/(dcenterlite) up into the global Centerlite hub. Confirmed, append-only, never automatic.
/kasi-promote <type> <path-or-id>
| Type | Source | Target |
|---|---|---|
pattern |
.kasidit/PATTERNS.md section |
append to center/patterns.jsonl
|
checklist |
.kasidit/CHECKLISTS/<name>.md |
copy to center/checklists/<name>.md (suffix _v2 on conflict) |
knowledge |
.kasidit/knowledge/<file>.md |
copy to center/knowledge/<file>.md (ask on conflict) |
rule |
free-form text or memory note | append to center/rules.md
|
mission |
.kasidit/MISSION.md (completed) |
append record to center/missions.jsonl
|
- Reads the source item and previews what will be promoted.
- Checks Centerlite for name or near-duplicate conflicts.
- Asks user to confirm (diff shown on patterns / rules).
- Appends or copies to the Centerlite path.
- Logs the promotion event to
center/missions.jsonlwith timestamp, source project, and reason.
- Read source item. Print preview.
- Check for conflict in Centerlite.
- Ask to confirm. Show diff for text-type items.
- Append or copy.
- Log promotion event.
- A pattern or checklist has proven useful across more than one mission in this project.
- A rule discovered locally should become a default for new projects.
- A completed mission is worth recording as a reusable template.
- First time seeing a pattern β wait for repeated usefulness.
- Project-specific names (table names, route names, internal vars) β those stay in dcenterlite.
- Prompts / logs β they flow into
center/logs/automatically via the global hook.
- Auto-promoting β user must confirm each item; prevents noise climbing the hub.
- Rewriting
.jsonlhistory β append-only. - Overwriting an existing checklist without a version suffix.
- Promoting from a path matching
client/orconfidential/without explicit--force.
Introduced in v0.9.2.
- Commands (aggregate)
- Gravity-Pattern
- Kasi-Pull
- 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