Indievolve
Bundle OKF 0.1 · 6 conceitos · cloorc/indievolve
Open source Repository Open in the app JSON README (API)
About
# Indievolve
AI + 教育:用 AI 解决教育不公平的知识库。
- [vision/](vision/index.md) — 问题域与核心理念:教育不公平的现状与 AI 解法
- [concepts/](concepts/index.md) — 领域概念:自适应学习、AI 导师等
- [product/](product/index.md) — Indievolve 主要产品
- [industry/](industry/index.md) — 行业与生态:组织、竞品、合作伙伴
- [research/](research/index.md) — 调研、数据与参考资料
- [log.md](log.md) — 变更历史
Details
- Kind
- OKF bundles
- Topic
- No topic detected
- Publisher
- cloorc
- Origin
- okf_github
- Category
- dados
- Version
- 0.1
- Last push
- 2026-09-08T13:11:36Z
- Repository state
- ativo
- License
- CC-BY-SA-4.0
- Added
- 2026-09-08 09:01:12
- Updated
- 2026-09-08 09:01:12
- Origin id
cloorc/indievolve:index.md
README
# Indievolve An open knowledge base about **AI + Education** — exploring how AI can solve education inequality. This repository is an [OKF (Open Knowledge Format) v0.1](https://github.com/GoogleCloudPlatform/knowledge-catalog) compatible knowledge bundle: structure is carried by the filesystem, hierarchy, and plain Markdown links. No database, no build step. ## Structure | Path | Contents | |------|----------| | [`index.md`](index.md) | Bundle root — navigation entry point | | [`vision/`](vision/) | The problem domain: education inequality and the core AI+education thesis | | [`concepts/`](concepts/) | Domain concepts (adaptive learning, AI tutors, …) | | [`product/`](product/) | The Indievolve major product | | [`industry/`](industry/) | Industry entities: organizations, competitors, partners | | [`research/`](research/) | Research notes, data, and references | | [`log.md`](log.md) | Content change history | ## OKF conventions - One `.md` file = one Concept; the Concept ID is its path relative to the bundle root, minus `.md`. - Every Concept carries frontmatter with a top-level `type:` field. - Relationships are plain Markdown links; links to not-yet-created Concepts are tolerated. - `index.md` files are navigation maps; only the bundle root `index.md` carries frontmatter (`okf_version`). - Content history lives in `log.md` and Git. ## Cross-bundle references (xOKF extension) The official OKF v0.1 spec defines no inter-bundle addressing, so cross-bundle links (e.g. from this repo into a larger `~/knowledge`-style federation) use the community `xokf://<bundleID>/<conceptID>` scheme. Two things worth knowing before relying on it: - **It's an open convention, not a registry extension.** `xokf://` requires no package install, no registry lookup, and no network call — it is resolved purely by walking the filesystem up to the nearest `xokf.md` sentinel file (the federation root) and treating everything after `xokf://` as a path relative to it. Any tool that understands this convention can resolve it; nothing needs to be "installed" for a link to be valid. - **Generic Markdown/OKF tooling treats it as inert text.** Because `xokf://` isn't part of the official spec, standard viewers and the reference `viz` tool simply skip it as an unrecognized scheme rather than erroring — so using it here doesn't break compatibility with plain OKF consumers, it just means only xOKF-aware tools will follow those particular links. - Within this repository alone (a single, non-federated bundle) you generally won't need `xokf://` — sibling links (`./file.md`) and root-relative links (`/path`) cover everything. It becomes relevant only if this bundle is mounted as a leaf under a larger federated knowledge tree. ### Recommended reader The [xOKF extension](https://open-vsx.org/extension/cloorc/xokf) (Open VSX) is built for browsing OKF/xOKF bundles like this one — it understands the Concept/frontmatter model and resolves `xokf://` links, and it's designed to be AI-native/AI-friendly, so coding agents and IDE-integrated assistants can navigate this knowledge base as easily as a human reader. It's optional — any plain Markdown viewer or Git host renders this repository fine — but recommended if you want full cross-bundle link resolution. ## Contributing See [CONTRIBUTING.md](CONTRIBUTING.md). ## License This work is licensed under [CC BY-SA 4.0](LICENSE).