Skip to content

v0.1.2

Latest

Choose a tag to compare

@KevinYoung-Kw KevinYoung-Kw released this 17 Apr 00:20
· 5 commits to main since this release

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project follows Semantic Versioning.

Unreleased

0.1.2 - 2026-04-17

Added

  • Added schema/README.md and schema/README.zh-CN.md as start-here guides for the schema docs, with reading order, reader paths, and top-level document roles.
  • Added schema/robust-llm-wiki-CLAUDE.zh-CN.md so the main operator guide now has a Chinese mirror.
  • Added root-level CLAUDE.md as a concise agent entry that makes the original Karpathy LLM-Wiki baseline explicit before readers dive into repo-specific policy.
  • Added bilingual quickstart/ guides for two real onboarding paths: adapting the framework into an existing LLM-Wiki, or generating a fresh agent operating file from this repository.

Changed

  • Rewrote schema/details/01-07 and their Chinese mirrors into a more narrative, easier-to-follow style while preserving the same framework boundaries and operating intent.
  • Strengthened schema/robust-llm-wiki-CLAUDE.md and its Chinese mirror with a concrete explanation of the Karpathy baseline, including the role of raw sources, wiki, schema, index.md, and log.md.
  • Updated the root READMEs so the Quick Start now points to the new onboarding path before sending readers deeper into the schema docs.
  • Updated schema-facing version markers so the released schema baseline is now tracked as v0.1.2.

0.1.1 - 2026-04-17

Changed

  • Reworked README.md and README.zh-CN.md to make the repository entry points clearer and easier to scan.
  • Strengthened schema/robust-llm-wiki-CLAUDE.md with clearer operating guidance for agent teams, including per-file ownership, promotion gates, lint cadence, risk classes, model allocation guardrails, and compliance requirements.
  • Improved schema-facing documentation flow so the schema entry points and reading order are more obvious for new readers.

0.1.0 - 2026-04-17

Added

  • Initial public release for robust-llm-wiki.
  • research/ and schema/ baseline documents.
  • Bilingual README, contributing, and i18n documentation.
  • GitHub issue and pull request templates.

Changed

  • Removed skill/ directory and related README references for this release.
  • Applied anonymization updates in research and schema detail documents.

Notes

  • Workflow implementation content is intentionally deferred and will be introduced in a future version.