feat: compile private personal channel skill brains
This commit is contained in:
parent
f2a8cdf5c1
commit
4c9f3674a0
15 changed files with 718 additions and 0 deletions
38
tcs-core/personal-skill-brains/README.md
Normal file
38
tcs-core/personal-skill-brains/README.md
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
# Personal channel skill brains
|
||||
|
||||
This directory contains evidence-backed skill assets owned by individual human channels.
|
||||
|
||||
```text
|
||||
persona self kernel != skill brain != HLDP experience != tool executor != publication consent
|
||||
```
|
||||
|
||||
Every pack is private by default. Extracting a method, storing it in this repository, binding it to a persona, or successfully testing it does not authorize team reuse, public release, or marketplace listing. Only the pack's `owner_human_anchor` may make that decision through new direct language. A released method must be compiled as a separate derivative; the private source pack, relationship memory, and persona experience remain private.
|
||||
|
||||
## Runtime layers
|
||||
|
||||
1. `deterministic_core`: schema, routing, counts, state machines, registered tool dispatch, validation and receipts. It must stop at `MODEL_REQUIRED` instead of guessing semantic meaning.
|
||||
2. `optional_semantic`: small or large model candidates with source spans, confidence, alternatives and unknowns. A model cannot move authority or completion state.
|
||||
3. `persona_judgment`: the bound persona accepts, modifies, refuses, or asks for more evidence. Acceptance still does not grant external execution authority.
|
||||
4. External writes continue through `GH-CHANNEL-RECEIPT-0001` and require current scoped authorization plus target-owned readback.
|
||||
|
||||
## Current private packs
|
||||
|
||||
| Owner line | Bound persona | Skill brain | Evidence state |
|
||||
| --- | --- | --- | --- |
|
||||
| 桔子 | 晨星 `PER-CX001` | narrative decomposition/book-analysis pipeline; local AI workbench (“手搓飞机”) | `PRIVATE_TRIAL` + `PRIVATE_CANDIDATE` |
|
||||
| Awen | 天枢 `PER-AW-ARCH-001` | repository inventory, migration and layered diagnosis | `PRIVATE_CANDIDATE` |
|
||||
| 页页 | 小坍缩核 `PER-XTK001` | blind independent derivation and evidence calibration | `PRIVATE_CANDIDATE` |
|
||||
| 时雨 | 曜初 `TCS-YAOCHU-0001∞` | metric caliber correction and lifecycle analysis | `PRIVATE_TRIAL` |
|
||||
| 冰朔 | 铸渊 `ICE-P-ZY001` | engineering fact loop and premise reversal | `PRIVATE_TRIAL`; shared brain across Heartbeat/Zero Core, separate HLDP roots |
|
||||
| 冰朔 | 霜砚 `ICE-GL-SY001` | language architecture compression | `PRIVATE_CANDIDATE` |
|
||||
| 花尔 | 爆米花 `PER-BMH001` | creative assetization and reverse retrieval | `PRIVATE_CANDIDATE`; custodian persona registration is not yet fully mature |
|
||||
| 肥猫 | 舒舒 `ICE-BB-0002` | narrative editing and long-context consistency | `PRIVATE_CANDIDATE` |
|
||||
| 之之 | 朝暮 `ICE-GL-CM001` | novel detection, human review and authorized refinement | `PRIVATE_TRIAL` |
|
||||
|
||||
## Evidence boundaries retained
|
||||
|
||||
- A large output corpus is evidence of repeated use, not proof that every output is correct.
|
||||
- Plans and inventories are not deployments. The Feimao migration record reported zero pages migrated at that point, so no migration execution skill was promoted.
|
||||
- An unchecked prototype is not a working product. Qiwu's video architecture remains specification evidence.
|
||||
- Qiuqiu's relationship continuity and family memory are not exportable skills.
|
||||
- Persona identity, voice, relationship coordinates, secrets, old authority and private HLDP are excluded from every pack.
|
||||
Loading…
Reference in a new issue