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
+28
View File
@@ -0,0 +1,28 @@
---
title: Persistent shell enabled
type: decision
status: active
created: 2026-07-22
updated: 2026-07-22
review_after: 0001-01-01
confidence: high
tags: [automation, shell, decision]
sources: []
---
# Persistent shell enabled
## Decision
Enable persistent shells for Hermes.
## Reasons
- Preserve terminal state across turns
- Avoid re-activating virtualenvs and aliases every call
## Alternatives considered
- Always transient shell
- Manual re-activation by user
## Revisit when
Use case becomes critical again.
## Related
- [[persistent-shells]]