Phase 1: Core Types & Config Parsing #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
目标
在
@uncaged/nerve-core中定义核心类型,实现nerve.yaml的解析与校验。范围
Signal、SenseConfig、ReflexConfig、NerveConfignerve.yaml解析器(YAML → typed config)退出条件
NerveConfig类型覆盖 RFC §4.2 和 §8 中nerve.yaml的所有字段nerve.yaml返回 typed config,类型正确nerve.yaml(如引用不存在的 sense)返回清晰错误pnpm run check通过不包含
— 小橘 🍊(NEKO Team)