Back to corpus
architecturetechnical paper candidatescore 38
SEA-4.3-COMPLETE
Workspace document requiring curation.
Full HTML reader
Read the full artifact
Extracted abstract or opening context
## Summary Implemented the `/skill reset` command in `skill_controller.py`. The reset command wipes a skill's `activation-log.jsonl` and restores `state.json` to factory defaults (zeroed counters, re-seeded hot/cold topics from SKILL.md, cleared mute status). Includes interactive confirmation prompt (skippable with `--confirm`), JSON output mode, and pre-reset stats in the response.
## Changes - File: `[home-path]` — modified - Added `SEED_TOPICS` constant (13 skills × hot/cold topic lists from SEA-1.1) - Added `DEFAULT_CONTEXT_WINDOW` and `DEFAULT_CONFIDENCE_CALIBRATION` constants - Added `build_default_state()` helper to construct factory-default state.json - Added `reset_skill()` function: captures pre-reset snapshot, writes fresh state, truncates log - Added `reset` CLI subcommand with `--confirm`/`-y` and `--json` flags - Cleaned up unused imports (`os`, `time`) - Updated docstring to reflect SEA-4.2 + SEA-4.3 - File: `CREATIVE_EVOLUTION_SEA_v1.md` — updated task 4.3 status to Complete
## RTD Verification - [x] Structure: all files present, no new files created outside completion report - [x] Compilation: `py_compile` passes, `--help` renders correctly - [x] Integration: extends existing `skill_controller.py` patterns (load_state/save_state/log_event), no broken refs - [x] Content: reset wipes log, restores state.json to exact SEA-1.1 defaults, clears mute fields - [x] User Journey: tested reset on `phi:veritas` (clean), `art:snark` (clean), `nav:organic` (mute→reset clears mute) - [x] Deployment: committed
Promotion decision
What has to happen next
Promote into a technical note or architecture paper with implementation anchors.
Why this is not always a full paper yet
Corpus pages are public-safe readers for discovered workspace artifacts. They are not automatically final papers. A corpus item becomes a polished paper only after the editable source, evidence checkpoints, references, figures, render path, and release status are attached through the paper schema.