snapshot: preserve central wiki state 2026-08-15 (7 modified + 1 new file)

This commit is contained in:
Tony0410
2026-08-15 22:11:30 +08:00
commit 92e8028bb8
71 changed files with 9897 additions and 0 deletions
+36
View File
@@ -0,0 +1,36 @@
---
title: Terminal Backend
type: system
status: active
created: 2026-07-22
updated: 2026-07-22
verified_on: 2026-07-22
confidence: high
tags: [terminal, shell, backend, persistence]
sources: [raw/configs/hermes-config-sanitized.txt]
---
# Terminal Backend
## Purpose
Execute shell commands, scripts, and interactive sessions for Hermes.
## Current Configuration
- **Backend:** local
- **Working directory:** `/home/hermes/workspace`
- **Timeout:** 180 s
- **Home mode:** auto
- **Container CPU:** 1
- **Persistent shell:** true
## Persistence
- Shell state (venv, env vars, aliases) persists across terminal calls
- Working directory fixed to `/home/hermes/workspace`
- No containerized terminal confirmed
## Known Issues
- None observed
## Related
- [[persistent-shells]]
- [[headless-server]]