1- # Attention Architecture
1+ # Tend Architecture
22
33## Product Shape
44
5- Attention is a Codex-native browser shell, not a traditional integration server. The app renders
5+ Tend is a Codex-native browser shell, not a traditional integration server. The app renders
66cards and records durable state. The Codex thread bound to each feed does the flexible work:
77collecting authorized sources, judging what deserves attention, composing cards, interpreting
88instructions, performing approved actions, and distilling learnings.
@@ -18,9 +18,9 @@ All runtime state is local and git-ignored under `~/.attention/` by default. SQL
1818authority, while ` data/ ` keeps readable mirrors and immutable evidence artifacts. Use
1919` ATTENTION_HOME ` to isolate development or validation state.
2020
21- The installed ` attention ` executable is the canonical entrypoint. ` attention start` re-launches
21+ The installed ` tend ` executable is the canonical entrypoint. ` tend start` re-launches
2222that same executable in the background with the current ` PATH ` , ` ATTENTION_HOME ` , and port settings.
23- ` attention start --foreground` keeps the server attached to the current terminal. There is no
23+ ` tend start --foreground` keeps the server attached to the current terminal. There is no
2424separate live runner.
2525
2626``` text
@@ -52,7 +52,7 @@ During first local setup, Codex checks whether Monologue is installed and record
5252recording shortcut in ` integrations/dictation.json ` . The browser consumes only that small local
5353capability record. It does not inspect macOS applications or Monologue settings directly.
5454
55- ## Attention Loop
55+ ## Tend Loop
5656
57571 . The feed thread reads its authorized source recipes and checkpoints.
58582 . Codex collects new material with the appropriate connector, local tool, browser workflow, or
@@ -78,7 +78,7 @@ There are three learning surfaces:
7878 so policies can be reevaluated later.
7979
8080Small corrections can become reversible policy revisions. The persistent dock keeps its target
81- explicit: active card, current sweep, feed, source recipe, prompt layer, global prompt, or Attention .
81+ explicit: active card, current sweep, feed, source recipe, prompt layer, global prompt, or Tend .
8282Every dock instruction enters the same scoped work queue. Sweep feedback records a trace and asks
8383Codex to rejudge the visible batch; the browser does not interpret the prose or hide cards on its own.
8484Codex can write back reranked cards, source changes, or visible revision proposals with explicit
0 commit comments