fix(okr): credibility-sanering fra 360-re-evaluering + bump 1.6.1
Lukker de 5 credibility-kritiske funnene fra docs/evaluering-360-2026-06-26.md: 1. okr-quality-rubrics.md omskrevet til korrekt norsk (var ASCII-strippet, 0 aa/oe/ae; lastes brukervendt av /okr:kvalitet + kvalitetssjekker + freshen-references). Regresjon i samme klasse som v1.3.0-showstopperen. 2. SKILL.md flaggskip-eksempel: strippet norsk rettet (per aar/hoyrisiko/ spoerreundersoekelse/Gjennomfoere moeter). 3. okr-second-brain-search ~-glob: literal ~ ekspanderes ikke av Glob -> hjemme-roten ble aldri soekt. Naa eksplisitt absolutt hjemme-sti. 4. Uverifisert kb-search-sitat fjernet (motsagt av innboks-ingestion-funn); erstattet med funksjonell Glob/Read/Grep + discovery-moenster. 5. okr-oboard-guide.md KR1-regnefeil 52% -> 65% (per filens egen formel). Bump alle flater 1.6.0 -> 1.6.1 (plugin.json, CLAUDE.md, README badge+hist, begge SKILL.md, CHANGELOG). Suite 55/55 groenn. C+ -> A-; systemiske funn (KB-kryssref, Sist-oppdatert-markoerer) bevisst utsatt. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01SFW5scLL7oEwWWTv1fPQG6
This commit is contained in:
parent
e2d5ddb85f
commit
30545b982e
8 changed files with 69 additions and 55 deletions
|
|
@ -10,7 +10,7 @@ description: >-
|
|||
prompt. Triggers on: "våre mål", "overordnede mål", "mål dette tertialet",
|
||||
"tertialmål", "tildelingsbrev", "hva sier OKR-ene våre", "forrige syklus",
|
||||
"strategi", "styringssignaler".
|
||||
version: "1.6.0"
|
||||
version: "1.6.1"
|
||||
---
|
||||
|
||||
# OKR Second-Brain Search
|
||||
|
|
@ -81,13 +81,14 @@ navigate and to break ranking ties (below).
|
|||
|
||||
## Retrieval procedure
|
||||
|
||||
Adopt the OKF `kb-search` triad (`list_contents` / `read_file` / `search_content`
|
||||
≡ Glob / Read / Grep) together with the `discovery` quality pattern (semantic
|
||||
decomposition). Concretely:
|
||||
Use the native file tools as a retrieval triad — **Glob** (list) / **Read** (open)
|
||||
/ **Grep** (search) — together with semantic decomposition (the `discovery`
|
||||
pattern: expand the query before searching rather than grepping verbatim). Concretely:
|
||||
|
||||
1. **Locate & navigate.** Glob both roots — `.claude/okr/**/*.md` and
|
||||
`~/.claude/okr/org/**/*.md`. Read each level's `index.md` first to understand
|
||||
what exists before reading any concept file.
|
||||
1. **Locate & navigate.** Glob both roots — the project root `.claude/okr/**/*.md`,
|
||||
and the home root `<HOME>/.claude/okr/org/**/*.md` (expand `~` to the absolute
|
||||
home path first — the Glob tool does **not** expand a literal `~`). Read each
|
||||
level's `index.md` first to understand what exists before reading any concept file.
|
||||
2. **Semantic decomposition** — *do not* grep the user's words verbatim. Generate
|
||||
**up to 3 query variations** and search all of them:
|
||||
- **(i) Direct + synonyms** — the literal term plus close synonyms
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue