Releases: KevinYoung-Kw/robust-llm-wiki
Releases · KevinYoung-Kw/robust-llm-wiki
v0.1.2
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.mdandschema/README.zh-CN.mdas 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.mdso the main operator guide now has a Chinese mirror. - Added root-level
CLAUDE.mdas 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-07and 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.mdand its Chinese mirror with a concrete explanation of the Karpathy baseline, including the role ofraw sources,wiki,schema,index.md, andlog.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.mdandREADME.zh-CN.mdto make the repository entry points clearer and easier to scan. - Strengthened
schema/robust-llm-wiki-CLAUDE.mdwith 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/andschema/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.
v0.1.1
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Initial public release of robust-llm-wiki.\n\nHighlights:\n- Research and schema baseline\n- Bilingual documentation\n- Release metadata and anonymization updates