docs(okf): add distilled spec, frontmatter reference, and templates

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-16 19:41:17 +09:00
parent 75acd3aa3e
commit c6585c817f
5 changed files with 177 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
---
type: <Concept type, e.g. BigQuery Table>
title: <Human-readable display name>
description: <One-sentence summary>
resource: <Canonical URI, omit for abstract concepts>
tags: [<tag>, <tag>]
timestamp: <ISO 8601, e.g. 2026-06-16T00:00:00Z>
---
# Schema
| Column | Type | Description |
|--------|------|-------------|
| `col` | TYPE | What it is. FK to [other](/tables/other.md). |
# Citations
[1] [Source title](https://example.com)

View File

@@ -0,0 +1,8 @@
# Group Heading
* [Title](relative-or-bundle-relative-path) - short description from the concept's frontmatter
* [Another concept](/tables/orders.md) - one row per completed order
# Subdirectories
* [datasets/](datasets/) - dataset-level concepts

View File

@@ -0,0 +1,5 @@
# Update Log
## 2026-06-16
* **Initialization**: Created the bundle structure.
* **Creation**: Added the [orders table](/tables/orders.md).