Hermes Workspace Knowledge
Bundle OKF 0.1 · 7 conceitos · BoBeenLee/hermes-workspace
Open source Repository Open in the app JSON README (API)
About
# Hermes Workspace Knowledge
This is the canonical OKF bundle for Hermes Workspace operating knowledge. Root files such as `README.md`, `AGENTS.md`, and `CLAUDE.md` are thin entrypoints; durable knowledge belongs here.
## Sections
- [Concepts](concepts/index.md)
- [Workflows](workflows/index.md)
- [Runbooks](runbooks/index.md)
- [Tools](tools/index.md)
- [Skills](skills/index.md)
- [Policies](policies/index.md)
- [Plans](plans/index.md)
## Authoring
Future durable knowledge documents must follow [Knowledge Authoring Rules](policies/authoring-rules.md). Task artifacts remain under `tasks/`, `research/`, `reports/`, or `artifacts/`.
Details
- Kind
- OKF bundles
- Topic
- No topic detected
- Publisher
- bobeenlee
- Origin
- okf_github
- Category
- dados
- Version
- 0.1
- Last push
- 2026-08-29T08:27:13Z
- Repository state
- ativo
- Language
- Python
- Added
- 2026-09-08 09:02:43
- Updated
- 2026-09-08 09:02:43
- Origin id
BoBeenLee/hermes-workspace:knowledge/index.md
README
# Hermes Workspace Operator repo for managing remote Hermes Agent hosts over SSH/Tailscale. Unless a task explicitly names another target, treat the default remote Mac as the execution environment for work in this project. Use the local checkout as the control surface and perform operational commands, file changes, and verification in the remote workspace. See [Default macOS target](knowledge/concepts/default-macos-target.md). The canonical durable knowledge base is now the OKF bundle at [knowledge/index.md](knowledge/index.md). Root files are intentionally thin entrypoints; new durable documentation should be written under `knowledge/` according to [Knowledge Authoring Rules](knowledge/policies/authoring-rules.md). ## Quick Start Agent and Claude-style operators should read [AGENTS.md](AGENTS.md) first. ```bash cp config/example.env .env bin/hermes-remote check-ssh bin/hermes-remote status ``` ## Common Commands ```bash bin/hermes-remote status bin/hermes-remote setup-computer-use bin/hermes-remote grant-computer-use bin/hermes-remote verify-computer-use bin/hermes-remote setup-kanban bin/hermes-remote model-status bin/hermes-remote check-llm-endpoint http://127.0.0.1:8000/v1 bin/hermes-remote gateway-restart bin/hermes-remote is-working <discord_thread_id> bin/hermes-remote tail-thread <discord_thread_id> ``` See [knowledge/tools/hermes-remote.md](knowledge/tools/hermes-remote.md) and `bin/hermes-remote help` for the command surface. ## Knowledge Map - [Concepts](knowledge/concepts/index.md) - [Workflows](knowledge/workflows/index.md) - [Runbooks](knowledge/runbooks/index.md) - [Tools](knowledge/tools/index.md) - [Skills](knowledge/skills/index.md) - [Policies](knowledge/policies/index.md) - [Plans](knowledge/plans/index.md) Task artifacts remain in `tasks/`, `research/`, `reports/`, and `artifacts/`.