Files
nexus/wiki/index.md

26 KiB
Raw Blame History

Wiki Index

Overview

Sources (2026-04-15 Evening Batch)

Sources

Entities

Concepts

Syntheses

Sources (2026-04-15 PM Batch)

Entities (2026-04-15 Evening Batch)

  • Nicholas Carlini — 自主编码 agent 方法论提出者STATE.yaml 去中心化协调灵感来源
  • Matt Van Horne — Last30Days skill 作者
  • Alex Finn — OpenClaw Use Cases YouTube 视频作者

Entities (2026-04-15 PM Batch)

  • ClawHub — 按单个 skill 安装的 OpenClaw 插件市场协议

Concepts (2026-04-15 Evening Batch)

  • STATE.yaml — 去中心化项目协调文件格式YAML 结构定义任务状态与依赖
  • 去中心化协调 — 无中央 orchestrator各 agent 通过共享状态文件自主协调
  • 内容工厂 — 多 agent 链式协作内容创作管线
  • 产品工厂 — 市场研究到 MVP 构建的自动化管线
  • 个人知识库 — 基于 RAG 的个人第二大脑

Concepts (2026-04-15 PM Batch)

  • nvm — Node Version Manager管理 Node.js 多版本
  • pm2 — Node.js 进程管理器,进程守护+开机自启
  • Vibe-Kanban — AI 结对编程任务看板Web UI + executor 自动 spawn
  • Self-Improving Skill — 结构化经验记录系统,错误只犯一次
  • 双层记忆架构 — 短期记忆(每日文件)+ 长期记忆LanceDB+ self-improving成长
  • Pattern-Key — 经验记录唯一标识,追踪重复踩坑信号
  • Recurrence-Count — 重复次数计数器,区分偶发错误与系统性问题
  • 每日复盘 — 23:00 定时复盘流程self-improving 触发机制
  • 记忆断层 — 无对话日 memory 文件缺失问题Session 启动时强制创建解决