From 236a28b3f73380aaa39aa7b19a2bc475c2cbdf6f Mon Sep 17 00:00:00 2001 From: Seongho Bae Date: Fri, 21 Aug 2026 00:21:02 +0900 Subject: [PATCH] docs: add release changelog baseline --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..e7f041b88 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +# Changelog + +All notable changes to `contextual-orchestrator` are documented here. The +project follows Semantic Versioning; a version is released only after the +protected `main` branch, required Checks, independent review, and release +artifacts are verified on the same commit. + +## [Unreleased] + +No unreleased changes have been promoted to `main` yet. Use the open PRs and +their exact-head evidence as the source of truth until a protected release is +created. + +## [0.1.0] - Unreleased + +This is the current development baseline, not a published release. It +provides the OpenAI-compatible gateway, route/conduct orchestration, workflow +and access evidence, provider credential boundaries, cost and readiness +reporting, and security-focused contract tests.