Remove point-in-time HOST2 status from the codebase
Comments asserting a partner is down, being rebuilt or not yet installed are true on the day they are written and wrong afterwards, and nothing prompts anyone to revisit them. Behaviour is described generically; current state belongs in operator memory, not in tracked files.
This commit is contained in:
@@ -194,7 +194,7 @@ function vv_ai_mem_append(string $text): array {
|
||||
// Takes one line back out of the learned slot. The counterpart to vv_ai_mem_append(), and the
|
||||
// reason a decided proposal can be changed at all: without this, "accepted" was a one-way door
|
||||
// and the only way out was editing mem_learned.md by hand. An accepted line joins every future
|
||||
// prompt, and a fact that is true today — HOST2 is offline — becomes actively wrong the day it
|
||||
// prompt, and a fact that is true today — a host is unreachable — becomes actively wrong the day it
|
||||
// stops being true, with nothing to expire it.
|
||||
//
|
||||
// Matched on the line this file wrote: "- <text> (<date>)". A line the operator has since edited
|
||||
|
||||
Reference in New Issue
Block a user