Add an August 2026 What's New entry announcing the new Frontier Harness
Design Breakdowns section (Pi, Claude Code, Codex, DeepSeek) to the English
README and all 14 translated READMEs.
- Add harness-designs translation files for ar, de, en, es, fr, ja, ko,
pt-BR, ru, tr, uk, uz, vi, zh-TW (5 pages each: overview, Pi, Claude
Code, Codex, DeepSeek)
- Wire harness-designs nav/sidebar in config.mts for all locales
- Add column cards to every language homepage
- Point Discord community link to https://github.com/walkinglabs
- New zh column "前沿 Harness 拆解": teardowns of Pi, Claude Code, Codex,
and DeepSeek Harness designs with source references, mapped to the
course's five-subsystem framework
- Wire column into zh nav, sidebar, and home page cards
- Drop Star History section from README and all 15 locale readmes
Introduce Lecture 14 (From Single Loops to Graph Engineering) and Project 08
(Draw Your Workflow as a Graph), translated into all 15 locales. Update the
sidebar config, per-locale READMEs (what's-new blocks, learning path phases
7-8, project evolution, and outline links pointing to each locale's docs),
and the root/zh-CN READMEs.
Key content: the four stacked layers (prompt to context to loop to graph) and
where harness sits, the four parts of a graph, why in-loop checkpoints can't
fix the three structural failures at scale, a framework-agnostic six-step
build walkthrough, graph vs. workflow, anchors, and the open-source
landscape before vs. after the name.
- Add a full Ukrainian documentation-site locale (`docs/uk/`, 90 pages:
lectures, projects, resource library, skills) and register `uk` in the
VitePress config (nav, sidebar, theme labels) plus the landing-page
browser-language redirect.
- Add `docs-readme/uk-UA/README.md` (Ukrainian project README) with
Ukrainian site screenshots, add the Ukrainian language badge to every
README badge bar, list it in the translation index, and bump the
language count 14 -> 15.
- Add `skills/README-UK.md` and the Ukrainian badge to the skills README
nav bars and directory listing.
- Add Ukrainian per-project READMEs (`projects/project-0{1..6}/README-UK.md`).
- Add `skills/harness-creator/README-UK.md` and `SKILL.md.uk` (Ukrainian
variant mirroring `SKILL.md.en`; the active `SKILL.md` is unchanged).
- Register `uk` targets in the README screenshot capture script.
- Preserve all code blocks, mermaid diagrams, and runnable examples;
only prose is translated. Verified with `npm run docs:build`.
Adds tools/audit-harness.sh — a bash script that audits any repo
against all five harness subsystems without requiring Node.js.
Complements skills/harness-creator/scripts/validate-harness.mjs
for environments where Node is unavailable or a curl-pipeable
single-command audit is preferred.
Docs were restructured to add a language layer (docs/en/...) but links
in README, docs-readme locales, and projects still pointed to the old
paths (docs/lectures/, docs/projects/). Also convert three non-existent
example file references in lecture-04 to plain text.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Create initializer-agent-playbook.md for initial session guidelines.
- Add method-map.md to map common error modes to solutions.
- Introduce prompt-calibration.md for defining root instructions.
- Establish AGENTS.md and CLAUDE.md templates for agent workflows.
- Implement claude-progress.md for session logging and progress tracking.
- Create clean-state-checklist.md for ensuring a clean session state.
- Add evaluator-rubric.md for assessing output quality post-session.
- Develop feature_list.json for tracking feature statuses and verification steps.
- Create index.md as a template guide for project setup.
- Implement init.sh for standard startup and verification commands.
- Add quality-document.md for assessing product area and architectural layer quality.
- Create session-handoff.md for structured session transitions.
- Introduce skills/index.md to document AI agent capabilities and harness engineering.
- Remove duplicate `root` locale from VitePress config (was conflicting with `en`, causing language switcher to show only 6/12 languages)
- Create missing README-RU.md and README-UZ.md at root level
- Create docs-readme/ru-RU/README.md and docs-readme/uz-UZ/README.md
- Fix all README badge links for RU/UZ from live-site URLs to local file paths (19 files)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Update Resource Library section in all README files to include
links for all 12 supported languages (EN, ZH, ZH-TW, JA, KO,
ES, FR, RU, DE, AR, VI, UZ).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Update all README files with colorful flat-square badges for each
language. Add multilingual support notice and course stats badges
(Lectures/Projects/Languages) to the main README.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Translate all remaining English placeholder content across ar, de, es, fr, ja, ko, ru, uz, vi, zh, zh-TW locales. Includes lecture index files, code examples, templates, references, and skills docs.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add Oʻzbekcha link to the language selector across README.md,
README-CN.md, and README-KO.md so readers can discover the
new locale from any landing page.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- Match the core reference lists in and with the newly updated and .
- Replace older extended references with the new core articles from LangChain, Martin Fowler, and Cursor.
## What Changed
- Added 90 mirrored Korean docs under docs/ko/ (lectures 12, projects 6,
resources/templates, reference, openai-advanced, skills)
- Created Korean glossary at docs/ko/resources/reference/glossary.md as
single source of truth for term consistency
- Added 8 Korean READMEs: README-KO.md, skills/README-KO.md,
projects/project-{01..06}/README-KO.md
- Extended docs/.vitepress/config.mts with koLectureItems, koProjectItems,
koResourceItems, koSkillItems and a `ko` locale block (mirrors the
zh/ru/vi pattern)
- Generalized docs/index.md auto-redirect to explicit 5-language matching
(ko/zh/ru/vi -> respective folders, others -> en); fixes prior
ru/vi fallback regression as a side effect
- Added 한국어 link to existing language selectors in README.md, README-CN.md,
skills/README.md, skills/README-CN.md
## Root Cause
The repo supports en/zh/ru/vi but Korean learners had no localized path.
Plan: ~/.claude/plans/repository-lucky-sundae.md
## Solution Approach
- Mirror docs/en directory layout 1:1 into docs/ko (paths/slugs stay English)
- First-occurrence bilingual notation: 한국어(English) per glossary
- 격식체 tone, no emoji, system tokens (BLOCKING/HARD/[CP]/@agent/Skill())
preserved untranslated
- Add 1-2 sentences of pedagogical background per new concept
## Test Plan
- [x] `npm run docs:build` exit 0
- [x] No "dead link" output in build log
- [x] `diff <(en tree) <(ko tree)` returns only docs/ko/resources/reference/glossary.md
(Korean-only artifact, plan-mandated)
- [x] Emoji scan (PCRE2 + ZWJ/VS16/keycap/flag) returns 0 matches
- [x] All 5 READMEs contain "한국어" link
- [x] No Korean characters in any frontmatter key
- [x] Protected tokens preserved (11 instances of @agent/BLOCKING/HARD)
- [x] All 12 lectures pass `한국어(English)` regex >=1 occurrence
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- Move .opencode/skills/harness-creator/ → skills/harness-creator/
- Remove skill-creator (third-party, now referenced via link to anthropics/skills)
- Add skills/ README.md (EN) and README-CN.md (ZH) with security audit notes
- Add VitePress skills pages (docs/en/skills/, docs/zh/skills/)
- Add Skills/技能 nav item to both EN and ZH site navigation
- Update root README.md and README-CN.md with quick start note and skills/ in repo tree
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>