@agent-teams/docs-protocol 0.0.0 → 0.1.0-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @agent-teams/docs-protocol
2
2
 
3
+ ## 0.1.0-rc.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#132](https://github.com/agent-teams-ai/engineering-foundation/pull/132) [`58ae887`](https://github.com/agent-teams-ai/engineering-foundation/commit/58ae8876c97779d0140bad6c3711788dfa117a24) Thanks [@777genius](https://github.com/777genius)! - Publish the first unified deterministic documentation authoring protocol release candidate.
8
+
3
9
  ## 0.0.0
4
10
 
5
11
  Bootstrap-only public artifact reserved for registry ownership and trusted
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-teams/docs-protocol",
3
- "version": "0.0.0",
3
+ "version": "0.1.0-rc.0",
4
4
  "description": "Unified deterministic documentation authoring protocol for Agent Teams repositories.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",