Skip to content

Commit cdc85f4

Browse files
authored
Merge branch 'main' into codex/add-cross-sdk-parity-validation
2 parents 23e49ef + 58ba956 commit cdc85f4

File tree

4 files changed

+23
-8
lines changed

4 files changed

+23
-8
lines changed

CHANGELOG.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
11
# Changelog
22

3-
The repository does not yet maintain a detailed changelog in this branch.
3+
## [1.1.0] - 2026-03-19
44

5-
Track package and protocol version changes in:
5+
### Added
6+
- Canonical `{ receipt, runtime_metadata? }` response model
7+
- Verification targets canonical receipt
8+
- TypeScript and Python SDK parity
9+
- TypeScript CLI support
610

7-
- `README.md`
8-
- `typescript-sdk/package.json`
9-
- `python-sdk/pyproject.toml`
11+
### Changed
12+
- Normalized response handling to wrapper model
13+
- Improved verification flow alignment with runtime
14+
15+
### Fixed
16+
- No additional fixes recorded in this release note.
17+
18+
### Notes
19+
- Protocol-Commons v1.1.0 is the current supported line
20+
- Commercial support is not yet first-class
21+
- SDK reflects canonical receipt-first architecture

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,5 +176,6 @@ The CLI is intended for demos, CI smoke tests, debugging, and reproducing SDK fl
176176
- Cookbook examples: `EXAMPLES.md`
177177
- Maintainer / architecture notes: `DEVELOPER_EXPERIENCE.md`
178178
- Build, release, and publish flow: `DEPLOYMENT_GUIDE.md`
179+
- Changelog: `CHANGELOG.md`
179180
- TypeScript package docs: `typescript-sdk/README.md`
180181
- Python package docs: `python-sdk/README.md`

python-sdk/pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@ dev = [
4040
]
4141

4242
[project.urls]
43-
Homepage = "https://commandlayer.org"
44-
Documentation = "https://github.com/commandlayer/sdk/tree/main/python-sdk"
43+
Homepage = "https://github.com/commandlayer/sdk"
4544
Repository = "https://github.com/commandlayer/sdk"
45+
Documentation = "https://github.com/commandlayer/sdk#readme"
46+
Changelog = "https://github.com/commandlayer/sdk/blob/main/CHANGELOG.md"
4647
Issues = "https://github.com/commandlayer/sdk/issues"
4748

4849
[tool.setuptools.packages.find]

typescript-sdk/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
},
4141
"devDependencies": {
4242
"tsup": "^8.2.4",
43-
"typescript": "^5.6.3"
43+
"typescript": "^5.6.3",
44+
"@types/node": "^20.17.0"
4445
}
4546
}

0 commit comments

Comments
 (0)