address review: drop 'service endpoints', fix container_mount doc, remove redundant write warning
This commit is contained in:
parent
41befe3839
commit
a176d675cf
2 changed files with 5 additions and 6 deletions
|
|
@ -18,8 +18,8 @@ pub const REPO: &str = "knowledge";
|
|||
/// `lifecycle.rs` (bind-mount source) and the dashboard webhook handler.
|
||||
pub const LOCAL_DIR: &str = "/var/lib/hyperhive/knowledge";
|
||||
|
||||
/// In-container mount point for the knowledge repo. Consistent,
|
||||
/// predictable path documented in the agent system prompt.
|
||||
/// In-container mount point for the knowledge repo. Bind-mounted
|
||||
/// read-only from [`LOCAL_DIR`] into every agent container.
|
||||
pub const CONTAINER_MOUNT: &str = "/knowledge";
|
||||
|
||||
/// Default README pushed to a freshly created `internal/knowledge` repo.
|
||||
|
|
@ -28,9 +28,8 @@ pub const CONTAINER_MOUNT: &str = "/knowledge";
|
|||
const README_CONTENT: &str = "\
|
||||
# knowledge
|
||||
|
||||
Hive-wide reference documents: conventions, service endpoints, runbooks, and \
|
||||
anything that every agent should know but does not belong in an individual \
|
||||
agent's system prompt.
|
||||
Hive-wide reference documents: conventions, runbooks, and anything that \
|
||||
every agent should know.
|
||||
|
||||
## How to contribute
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue