Cut over stale ops docs to current workflow #399
Reference in New Issue
Block a user
Delete Branch "codex/workflow-docs-cutover"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Why
The docs were still one of the loudest sources of stale training in the repo. This makes the human runbooks match the current system.
Blocking review: this docs cutover still embeds local absolute paths (
/Users/apayne/.timmy/timmy-config) in snippets. That makes the guidance machine-specific and revives exactly the stale local-assumption problem we are trying to kill. Please replace local absolute paths with portable repo-relative or variable-based examples, then resubmit.Follow-up: this one is still mergeable. Review focus should be whether the rewritten docs now tell the truth about the current Hermes-sidecar workflow and stop retraining readers into the archived uni-wizard worldview.
Resolved before merge in
cb0d81e. I replaced the machine-specificsys.path.insertexamples withPath.home()-based snippets so the quick-reference commands are portable across machines.