From 68c9fd63155fc1dc654e53c58f5c7b02bc5ff472 Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Mon, 27 Apr 2026 05:31:16 +0900 Subject: [PATCH] docs: final CHANGELOG.md update through cycle #433 (PARITY gaps closed) --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01782ea..5299d85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,16 @@ All notable changes to claw-code are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) (currently pre-1.0). -## [Unreleased] — 2026-04-26 to 2026-04-27 (extended dogfood audit cycles, through #427) +## [Unreleased] — 2026-04-26 to 2026-04-27 (extended dogfood audit cycles, through #433) Branch: `feat/jobdori-168c-emission-routing` ### Added — Documentation +- **docs/CONFIGURATION.md** — Configuration reference: env vars, settings.json, provider selection (cycle #429) +- **CODE_OF_CONDUCT.md** — Contributor Covenant v2.1 (cycle #432) +- **.github/PULL_REQUEST_TEMPLATE.md** — Standardized PR description template (cycle #430) +- **.github/ISSUE_TEMPLATE/bug_report.md** — Standard bug report template (cycle #431) - **docs/ARCHITECTURE.md** — High-level architecture overview: 9 Rust crates, request flow, subsystem map with pinpoint links (cycle #426) - **CHANGELOG.md** — This file (cycle #424) - **docs/PINPOINT_FILING_GUIDE.md** — Step-by-step pinpoint filing workflow with #290 worked example (cycle #422)