Skip to content

Commit dad5897

Browse files
committed
Improve SDK packaging and release metadata
1 parent 36b41aa commit dad5897

File tree

4 files changed

+27
-3
lines changed

4 files changed

+27
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Changelog
2+
3+
## [1.1.0] - 2026-03-19
4+
5+
### Added
6+
- Canonical `{ receipt, runtime_metadata? }` response model
7+
- Verification targets canonical receipt
8+
- TypeScript and Python SDK parity
9+
- TypeScript CLI support
10+
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
@@ -166,5 +166,6 @@ The CLI is intended for demos, CI smoke tests, debugging, and reproducing SDK fl
166166
- Cookbook examples: `EXAMPLES.md`
167167
- Maintainer / architecture notes: `DEVELOPER_EXPERIENCE.md`
168168
- Build, release, and publish flow: `DEPLOYMENT_GUIDE.md`
169+
- Changelog: `CHANGELOG.md`
169170
- TypeScript package docs: `typescript-sdk/README.md`
170171
- 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)