@devicesdk/core@1.4.4
Immutable
release. Only release title and notes can be modified.
Patch Changes
- e299282: Baseline community, security, and licensing cleanup:
- Added
CONTRIBUTING.md,CODE_OF_CONDUCT.md, andSECURITY.md. - Fixed root
README.mdtech-stack copy (website is Vue 3 + Vite SSG, not Hugo). - Replaced remaining
CLAUDE.mdreferences withAGENTS.mdacross docs and firmware readmes. - Updated
firmware/pico/IMPLEMENTATIONS.mdandsrc/ca_cert.hcomments for the self-hosted era. - Added the AGPL-3.0-only license to every workspace
package.jsonand copiedLICENSEintopackages/core,packages/cli,packages/mcp, andpackages/typescript-config. - Excluded
examples/*from the rootpnpm buildto avoid CLI-dependent example builds in the default task. - Removed
apps/server/openapi.jsonfrom git, gitignored the generated file, and updated website-deploy triggers to rebuild it from server sources. - Hardened Docker defaults:
ALLOW_REGISTRATION=false,SECURE_COOKIES=true, non-root runtime user, and a/healthHEALTHCHECK. - Added GitHub issue/PR templates and
CODEOWNERS. - Scoped Device WebSocket
versionIdlookup to the device (device_idfilter). - Scoped CLI token revocation to the authenticated user (
user_idfilter).
- Added