1 Matching Annotations
  1. Jun 2026
    1. A bundle is conformant with OKF v0.1 if: Every non-reserved .md file in the tree contains a parseable YAML frontmatter block. Every frontmatter block contains a non-empty type field

      只有两条一致性要求,其中实质性的只有一条:每个概念文档必须有type字段。这个极简的conformance定义是深思熟虑的结果。强约束会阻止采用(谁愿意为了符合规范而重写现有的知识库),弱约束会导致互操作失败(消费方不知道如何解析)。type字段是这个平衡点:它足够告诉消费方「这是什么类型的概念」,从而实现基本的路由和过滤,同时不限制生产方在其他维度上的自由。一个只有一个必填字段的规范,是格式能够得到广泛采用的重要前提。