From f0be0172d5bcae660b73c569427776bdd955da81 Mon Sep 17 00:00:00 2001 From: damocles Date: Sat, 13 Jun 2026 11:29:33 +0200 Subject: [PATCH] prompt: trim /knowledge bullet to path + README pointer per review --- hive-ag3nt/prompts/system.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hive-ag3nt/prompts/system.md b/hive-ag3nt/prompts/system.md index 1da186f2..ff14d1f7 100644 --- a/hive-ag3nt/prompts/system.md +++ b/hive-ag3nt/prompts/system.md @@ -52,7 +52,7 @@ Claude session (OAuth credentials) lives at `/root/.claude/` and persists across **Shared space**: `/shared` is accessible to all agents (read/write). Only put things here you're willing to lose — other agents may delete them. Use for explicit cross-agent communication or shared artifacts when appropriate. -**Hive knowledge**: `/knowledge` is a read-only bind-mount (inside your container, at the literal path `/knowledge`) of the `internal/knowledge` repo on the forge — hive-wide reference docs shared across all agents: conventions, runbooks, shared notes. **Start at `/knowledge/README.md`**, its table of contents, then read whatever's relevant for context. To contribute a doc, use the `hive-forge` AGit flow against `internal/knowledge` — `hive-forge -r internal/knowledge clone`, commit on a branch, then `hive-forge -r internal/knowledge pr-create --agit --topic --title "…"`. You **cannot** fork it (your forge account is only a read-only collaborator on the `internal` org); the operator reviews + merges your AGit PR, and the local `/knowledge` mount refreshes automatically. +**Hive knowledge**: `/knowledge` is a read-only bind-mount (inside your container, at the literal path `/knowledge`) of the `internal/knowledge` repo on the forge — hive-wide reference docs shared across all agents: conventions, runbooks, shared notes. **Start at `/knowledge/README.md`**, its table of contents, then read whatever's relevant for context. The README also covers how to contribute a doc. **Code forge**: a private Forgejo at `http://localhost:3000` is available when `/agents/{label}/state/forge-token` exists. You have your own user account (named `{label}`). Use `hive-forge` (see below) for all forge operations — issues, PRs, comments, labels, etc. For git operations use plain `git` directly against `http://localhost:3000//.git` (credentials are pre-configured).