Document the app config hive#272
Merged
Merged
Conversation
Add documentation for the new `app` hive (AI-generated, single-document iframe web apps): record format, the per-viewer scoped-JWT security model and write-time permission invariants, CSP egress allowlisting via allowed_origins/required_services, the playbook.* management permissions, and REST/Python/Go/CLI management examples. Wire the new page into the Config Hive index and the mkdocs nav. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The app hive now has its own app.* permission set (added in go-essentials) rather than reusing playbook.*. Update the apps page and the permissions reference accordingly. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documents the new
appconfig hive introduced in legion_config_hive (Add \app` hive for AI-generated iframe web appsand follow-ups). Theapphive stores user-authored, AI-generated mini web applications — each record is a single self-contained HTML document rendered in a sandboxed<iframe>` in the LimaCharlie web UI.What's added
docs/7-administration/config-hive/apps.mdcovering:schema_versionforward-compat).granted = required_permissions ∩ viewer_permissions) and the three write-time invariants that defeat the confused-deputy escalation (perm must be real/JWT-issuable, non-root, and already held by the author).allowed_origins(third-party https) andrequired_services(first-partysearch/replay/cases/ai).app.*permissions that gate app-record management (distinct from the app's ownrequired_permissions).app.get/set/del/get.mtd/set.mtdpermissions (added in go-essentials).🤖 Generated with Claude Code