@kvell007/embed-labs-protocol 0.1.0-alpha.58 → 0.1.0-alpha.59

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/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -62,10 +62,10 @@ and validation matrix types are not hardware support claims by themselves.
62
62
  Hardware detection, probing, and guarded flash behavior live in
63
63
  `@embed-labs/local-bridge`.
64
64
 
65
- Destructive TaishanPi flashing is not enabled by these contracts. The current
66
- local bridge can produce guarded planning evidence, but real TaishanPi flashing
67
- remains blocked until the relevant hardware profile and Board Pack command
68
- templates are accepted.
65
+ Destructive TaishanPi flashing is enabled only by the Local Bridge guarded
66
+ runtime, not by these contracts alone. The bridge validates the installed SDK
67
+ image set, resolves `parameter.txt` offsets, and requires explicit user
68
+ approval before executing `rkdeveloptool`.
69
69
 
70
70
  ## Runtime Requirements
71
71
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kvell007/embed-labs-protocol",
3
- "version": "0.1.0-alpha.58",
3
+ "version": "0.1.0-alpha.59",
4
4
  "description": "Shared TypeScript protocol contracts for Embed Labs Cloud. Experimental npm publish.",
5
5
  "private": false,
6
6
  "type": "module",