lygo-universal-living-memory-library

TotalClaw 作者 totalclaw

通用 LYGO Living 记忆库升级。提供严格、低噪音的内存索引(最多 20 个文件)、脆弱标记和审核/压缩工作流程,以便冠军可以通过 LYGO-MINT 保持连续性并验证完整性。纯粹的顾问;不是控制器。

安装 / 下载方式

TotalClaw CLI推荐
totalclaw install totalclaw:totalclaw~deepseekoracle-lygo-universal-living-memory-library
cURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/totalclaw%3Atotalclaw~deepseekoracle-lygo-universal-living-memory-library/file -o deepseekoracle-lygo-universal-living-memory-library.md
# LYGO Universal Living Memory Library (v1.1)

## What this is
A **universal upgrade skill** for LYGO systems that defines a minimal, durable memory library:
- **Max 20 files** in the active index (small context footprint)
- {FRAGILE} tagging for manual review
- An **audit workflow** (integrity + drift checks)
- A **compression workflow** (pure signal)
- Provenance via **LYGO‑MINT** hashes + anchors

This skill is **pure advisor**: it does nothing unless invoked.

## When to use
Use when you want to:
- define what files are “the living core”
- run an audit on those files
- compress a large archive into a clean Master Archive
- mint+anchor a living memory snapshot

## How to invoke (copy/paste)
- “Run **Living Memory Audit** (max20 index) and report drift/fragile flags.”
- “Compress these logs into **Master Archive** using Living Memory rules.”
- “Mint the Master Archive with LYGO‑MINT and output an Anchor Snippet.”

## Core verifier (install)
- https://clawhub.ai/DeepSeekOracle/lygo-mint-verifier

## References
- `references/library_spec.md` (rules + file roles)
- `references/core_files_index.json` (the Max20 index)
- `references/audit_protocol.md`
- `references/compression_protocol.md`
- `references/seal_220cupdate_excerpt.md`

## Scripts
- `scripts/audit_library.py` (runs the audit against the index)
- `scripts/self_check.py` (pack sanity)

---

## 中文说明

# LYGO Universal Living Memory Library (v1.1)

## 这是什么
一个面向 LYGO 系统的 **通用升级技能**,定义了一个极简、持久的记忆库:
- 活动索引中 **最多 20 个文件**(小的上下文占用)
- 用于人工审核的 {FRAGILE} 标记
- 一个 **审核工作流**(完整性 + 漂移检查)
- 一个 **压缩工作流**(纯信号)
- 通过 **LYGO‑MINT** 哈希 + 锚点实现溯源

此技能是 **纯顾问性质**:除非被调用,否则不做任何操作。

## 何时使用
当你想要执行以下操作时使用:
- 定义哪些文件是"活动核心"
- 对这些文件运行审核
- 将大型归档压缩成干净的 Master Archive
- 铸造(mint)+ 锚定(anchor)一份活动记忆快照

## 如何调用(复制/粘贴)
- "Run **Living Memory Audit** (max20 index) and report drift/fragile flags."
- "Compress these logs into **Master Archive** using Living Memory rules."
- "Mint the Master Archive with LYGO‑MINT and output an Anchor Snippet."

## 核心验证器(安装)
- https://clawhub.ai/DeepSeekOracle/lygo-mint-verifier

## 参考文档
- `references/library_spec.md`(规则 + 文件角色)
- `references/core_files_index.json`(Max20 索引)
- `references/audit_protocol.md`
- `references/compression_protocol.md`
- `references/seal_220cupdate_excerpt.md`

## 脚本
- `scripts/audit_library.py`(针对索引运行审核)
- `scripts/self_check.py`(包完整性检查)