oprava keep skillu

This commit is contained in:
lachtan
2026-09-04 07:28:46 +02:00
parent 9555b2ba4c
commit 7e099ed0e5

View File

@@ -1,18 +1,18 @@
--- ---
name: keep name: keep
description: > description: >
Explicit personal memory — durable facts, preferences, and decisions the user Stores durable personal facts, preferences, and decisions about the user as
wants remembered. Use when user says "keep X", "zapamatuj si X", "ulož si X", terse one-line entries in a persistent keep file. Use when the user wants
"pamatuj si X", "/keep X". Adds, deduplicates, and compacts terse entries in something remembered ("keep X", "remember X", "/keep X") or asks to compact
workspace/keep.md. For durable personal facts / preferences / decisions — NOT the store. Not for reference material, notes, or URLs to file and search
collecting notes, links, or articles (that is note). Separate from MEMORY.md / later (that is note), and not for facts scoped to one named project (that is
Dream pipeline. project).
--- ---
# Keep # Keep
Explicit memory store. User says "keep X" → reformulate, write to Explicit memory store. User says "keep X" → reformulate, write to
`/home/nanobot/.nanobot/workspace/keep.md`, dedup, compact when too long. `workspace/keep.md`, dedup, compact when too long.
## File ## File
@@ -65,7 +65,7 @@ below. Mixed input (a fact plus a to-do) → split it and route each part.
## Compaction ## Compaction
Trigger: line count > 150, or user says "keep compact" / "udělej compaction". Trigger: line count > 150, or the user asks for compaction.
1. Read full `keep.md`. 1. Read full `keep.md`.
2. Rewrite under ~120 lines (headroom). Strategies: 2. Rewrite under ~120 lines (headroom). Strategies: