Document container_configs DB, on-wake restarts, and CLI scope#288
Open
mintlify[bot] wants to merge 1 commit into
Open
Document container_configs DB, on-wake restarts, and CLI scope#288mintlify[bot] wants to merge 1 commit into
mintlify[bot] wants to merge 1 commit into
Conversation
Generated-By: mintlify-agent
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
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
Reflect the upstream NanoClaw rewrite that moves container runtime config from
groups/<folder>/container.jsoninto thecontainer_configstable in the central DB, and adds theon_wakerace-free restart flow plus per-groupcli_scopeenforcement.concepts/containers.mdx: clarify thatcontainer.jsonis now a materialized view of thecontainer_configsrow, add a "Per-agent-group container config" section, and documentncl groups restartwith on-wake delivery.concepts/groups.mdx: add a "Container CLI scope" section (disabled/group/global) and update the agent-group description.concepts/security.mdx: add an "In-container CLI scope" boundary describing host-sidecli_scopeenforcement.api/group-management.mdx: addcontainer_configsto the schema table and document thencl groups restartandncl groups configcustom operations.api/configuration.mdx: split the lead so the per-groupcontainer_configstable is named alongside.envandsrc/config.ts.advanced/container-runtime.mdx: note materialized config, add an "onExitcallback" line, and a "Restart and on-wake messages" section.features/customization.mdx: point per-group mount config atcontainer_configs.Source
Upstream changes: container config DB migration (qwibitai/nanoclaw@31ccc61), race-free restart (qwibitai/nanoclaw@be3a8a9), per-group CLI scope (qwibitai/nanoclaw@aebcffe), security hardening (qwibitai/nanoclaw@faeeba1).
Validation
mint validate— passedmint broken-links— passed