Skip to content

Commit 39eae82

Browse files
committed
OKFS: live-play round-3 entry
1 parent d5c9a8f commit 39eae82

3 files changed

Lines changed: 44 additions & 0 deletions

File tree

memory-okf/LUT.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,3 +200,4 @@ Lookup before you build. `python tools/okf_mem.py lookup --root <root> <kw>`
200200
| 025b3ccc1c2fe113 | agent | hindsight execution,kairos P2,kairos P3,serve.py,profiles toml,launcher zoo replaced,cutover verified,MTP corrected,drafter blocked,prefix snapshot scoped,10 gates green in kairos | Harness+console+MCP migrated to kairos, 10/10 gates GREEN there; serve.py profile launcher replaces the bat zoo (effective-config echo, one-authority schema); cutover verified with persist timings holding (6.7-9.3s). MTP honest correction: real-text 0.87x, spec.rs unwired - drafter is the missing piece (P5). P1 prefix-snapshot scoped for a fresh session. | GREEN | sum/025b3ccc1c2fe113.md |
201201
| 3e76c3d6ca77f84f | agent | hindsight latency,console slow,auto_recall passthrough,SP_GATEWAY_AUTHORITY spine,session transcript,session_id,persist strict extension,prewarm at boot,4.9s greet,8.1s tool turn,numeric fidelity confirmed | 3 compounding causes: daemon-L5 authority cleared the persist cache every recalled turn (fix SP_GATEWAY_AUTHORITY=spine); stateless gateway diverged from the committed cache (fix session_id canonical transcript, mutate_messages); cold preamble on first msg (fix prewarm=true at boot). Measured console path: greet 4.9s, follow-up 5.8s, tool 8.1s (get_time copied exactly). PERSIST-KV reuse 1511/1530 suffix 1. | GREEN | sum/3e76c3d6ca77f84f.md |
202202
| c88997050745eb52 | agent | live-play round2,memory pollution,tool_output captured,admission hygiene,fence mutations,unclosed fence,prose-then-fence,autoroute run_python,fuzzy tool resolve,spine recall qonly,tool discipline residual,hallucinated weather | B4 captured tool_output/greetings as memories (fix: admission hygiene engine 6e02043 + registry cleaned 31->7 + spine recall QONLY). Fence-mutation census all parsed (kairos d95faad): case/unclosed/mashup/name-split/prose-then-fence + python-block autoroute via sandboxed run_python + fuzzy name resolve. Replays: greet 1.3-2.9s, get_time correct 16.9s, name 4.9s. RESIDUAL G-TOOL-DISCIPLINE: reason-SFT model freestyles format + sometimes answers without calling (hallucinated weather) - needs tool-use SFT or temp clamp. | GREEN | sum/c88997050745eb52.md |
203+
| c2b4f1e275bd420a | agent | live-play round3,Tool-Code hyphen,stream malformed recovery,persona internal dials,neutral recite fix,registry round3 clean,butterfly memories kept | Tool-Code hyphen parsed; stream re-prompts on malformed fences (never flushes raw); personality rendered as internal dials (no more literal 'Neutral.'); junk pruned, genuine conversational memories kept. Gates hold. | GREEN | sum/c2b4f1e275bd420a.md |
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
type: memory
3+
title: HINDSIGHT live-play 3: last fence variant + stream recovery + persona naturalness
4+
description: Tool-Code hyphen parsed; stream re-prompts on malformed fences (never flushes raw); personality rendered as internal dials (no more literal 'Neutral.'); junk pruned, genuine conversational memories kept. Gates hold.
5+
timestamp: 2026-07-10T06:16:43Z
6+
resource: kairos 943e500; harness 30ba90b
7+
sp_status: GREEN
8+
sp_gate: toolrobust 10/10 + parser + personality gates
9+
sp_commit: kairos 943e500; harness 30ba90b
10+
sp_repro: serve.bat agent; chat
11+
mem_kind: agent
12+
mem_addr: c2b4f1e275bd420a
13+
mem_verified: unverified
14+
mem_lifecycle: active
15+
tags: [live-play round3, Tool-Code hyphen, stream malformed recovery, persona internal dials, neutral recite fix, registry round3 clean, butterfly memories kept, agent, tier-2]
16+
mem_tier: full
17+
---
18+
19+
Round 3 polish (live-play): Tool-Code HYPHEN variant parsed (census now: space/underscore/hyphen/case/unclosed/mashup/name-split/prose-then-fence/python-autoroute); agent_chat_stream gains MALFORMED-FENCE RECOVERY (re-prompts the model with the format once instead of flushing the raw fence - the '```Tool-Code # comment-only' case); render_state marks personality as INTERNAL DIALS expressed naturally (fixes the literal 'Neutral.' answer to 'how are you feeling?'); registry pruned of pre-hygiene junk while the hygiene daemon's genuine conversational captures (the butterfly story) were KEPT - the memory system now grows the right things on its own. Gates: toolrobust 10/10, pf-persona + pf-tags PASS, parser suite PASS.

memory-okf/sum/c2b4f1e275bd420a.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
type: memory
3+
title: HINDSIGHT live-play 3: last fence variant + stream recovery + persona naturalness
4+
description: Tool-Code hyphen parsed; stream re-prompts on malformed fences (never flushes raw); personality rendered as internal dials (no more literal 'Neutral.'); junk pruned, genuine conversational memories kept. Gates hold.
5+
timestamp: 2026-07-10T06:16:43Z
6+
resource: kairos 943e500; harness 30ba90b
7+
sp_status: GREEN
8+
sp_gate: toolrobust 10/10 + parser + personality gates
9+
sp_commit: kairos 943e500; harness 30ba90b
10+
sp_repro: serve.bat agent; chat
11+
mem_kind: agent
12+
mem_addr: c2b4f1e275bd420a
13+
mem_verified: unverified
14+
mem_lifecycle: active
15+
tags: [live-play round3, Tool-Code hyphen, stream malformed recovery, persona internal dials, neutral recite fix, registry round3 clean, butterfly memories kept, agent, tier-1]
16+
mem_tier: summary
17+
mem_full: c2b4f1e275bd420a
18+
---
19+
20+
# HINDSIGHT live-play 3: last fence variant + stream recovery + persona naturalness
21+
22+
Tool-Code hyphen parsed; stream re-prompts on malformed fences (never flushes raw); personality rendered as internal dials (no more literal 'Neutral.'); junk pruned, genuine conversational memories kept. Gates hold.
23+
24+
Full context: [full/c2b4f1e275bd420a.md](../full/c2b4f1e275bd420a.md)

0 commit comments

Comments
 (0)