docs: register Guanghu OS native protocol stack
This commit is contained in:
parent
1a508d2e4e
commit
c5154fb4f4
42 changed files with 1739 additions and 1 deletions
36
gls/protocols/GLS-0710-GUANGHU-MODULE-PROTOCOL.hdlp
Normal file
36
gls/protocols/GLS-0710-GUANGHU-MODULE-PROTOCOL.hdlp
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
# GLS-0710 · GMP · 光湖模块协议
|
||||
|
||||
```yaml
|
||||
registry_entry:
|
||||
module_id: GLS-0710
|
||||
acronym: GMP
|
||||
canonical_name: Guanghu Module Protocol
|
||||
name_zh: 光湖模块协议
|
||||
family: GLS_IMPLEMENTATION
|
||||
status: REGISTERED_DRAFT_STANDARD
|
||||
canonical_uri: gls/protocols/GLS-0710-GUANGHU-MODULE-PROTOCOL.hdlp
|
||||
depends: [GLS-0010, GLS-0101, GLS-0230, GLS-0306, GLS-0603, GLS-0604]
|
||||
implementation: NOT_STARTED
|
||||
```
|
||||
|
||||
GMP 把通过验证的能力封装为固定版本模块书包:
|
||||
|
||||
```yaml
|
||||
module_backpack:
|
||||
module_id:
|
||||
immutable_version:
|
||||
content_digest:
|
||||
provenance:
|
||||
dependencies:
|
||||
permissions:
|
||||
resources:
|
||||
tests:
|
||||
start:
|
||||
health:
|
||||
stop:
|
||||
cleanup:
|
||||
rollback:
|
||||
receipts:
|
||||
```
|
||||
|
||||
人格体领取的是固定版本和散列,不是漂移的“最新分支”。
|
||||
Loading…
Reference in a new issue