You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ this repository is an opinionated, source-backed handbook for experienced coding
10
10
- do not use generated activity, commit frequency, or vendor benchmarks as evidence of quality.
11
11
- keep the voice direct, lowercase, and professional. avoid hype, fan language, and unsupported authority claims.
12
12
- do not use mid-dot dividers in public copy or interface labels.
13
+
- never use litotes or negative comparison frames in public copy. state the intended claim directly.
13
14
- repeat context only when it changes understanding or supports a deliberate editorial rhythm. remove labels that restate the title, route, or surrounding section.
14
15
- preserve compatibility paths through 2026-11-05. legacy changes are limited to security, data-loss, and installation blockers.
Copy file name to clipboardExpand all lines: CLAUDE.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,9 @@ this repository is an opinionated, source-backed handbook for experienced coding
9
9
- prefer primary sources and record them in `docs/sources.json`.
10
10
- do not use generated activity, commit frequency, or vendor benchmarks as evidence of quality.
11
11
- keep the voice direct, lowercase, and professional. avoid hype, fan language, and unsupported authority claims.
12
+
- do not use mid-dot dividers in public copy or interface labels.
13
+
- never use litotes or negative comparison frames in public copy. state the intended claim directly.
14
+
- repeat context only when it changes understanding or supports a deliberate editorial rhythm. remove labels that restate the title, route, or surrounding section.
12
15
- preserve compatibility paths through 2026-11-05. legacy changes are limited to security, data-loss, and installation blockers.
Copy file name to clipboardExpand all lines: docs/claude-code/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ evidenceRail:
26
26
27
27
primary source: [official claude code documentation](https://code.claude.com/docs/en)
28
28
29
-
local note: 2.1.220 is installed, but the current hands-on protocol in [methodology](/method/)has not been rerun for this reset. recommendations below that depend on current product behavior are therefore source-verified rather than presented as fresh comparative testing.
29
+
local note: 2.1.220 is installed. the current hands-on protocol in [methodology](/method/)remains pending for this reset, so recommendations that depend on current product behavior use source-verified evidence.
30
30
31
31
## current shape
32
32
@@ -85,7 +85,7 @@ third-party plugins run with meaningful local access. review their hooks, comman
85
85
86
86
claude code desktop combines chats, diffs, previews, files, plans, tasks, terminals, and subagent views. this can reduce the attention cost of moving among a terminal, browser, editor, and pull-request page.
87
87
88
-
the benefit is supervision, not lower compute use. several local sessions can still duplicate worktrees, dependencies, build processes, file watchers, browser instances, and model requests.
88
+
the desktop benefit is supervision. compute use can still grow as local sessions duplicate worktrees, dependencies, build processes, file watchers, browser instances, and model requests.
- inspect plugin and mcp provenance before granting access.
98
98
- preserve user approval for destructive or difficult-to-reverse actions.
99
99
100
-
hooks are useful enforcement, but a hook only covers events and payloads it actually receives. do not describe a hook as a complete security boundary without testing bypasses and failure behavior.
100
+
treat each hook as enforcement for the events and payloads it receives. test bypasses and failure behavior before assigning it responsibility for a security boundary.
Copy file name to clipboardExpand all lines: docs/codex/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ use the smallest durable surface that matches the rule:
52
52
| mechanical lifecycle enforcement | hook |
53
53
| recurring background work | scheduled task in the desktop or web surface |
54
54
55
-
keep required team rules in version control. memory is useful recall, not the only copy of a constraint that must always apply.
55
+
keep required team rules in version control. use memory for recall and checked-in files for constraints that must always apply.
56
56
57
57
## the working loop
58
58
@@ -69,7 +69,7 @@ codex responds well to an explicit terminal condition: what must be true, what p
69
69
70
70
the desktop app can create codex-managed worktrees for parallel chats. this is usually the cleanest local default when two tasks should produce independent diffs.
71
71
72
-
worktrees isolate tracked files and branches. they do not eliminate shared resources. package caches, local databases, ports, browser profiles, running services, and external accounts can still collide.
72
+
worktrees isolate tracked files and branches. package caches, local databases, ports, browser profiles, running services, and external accounts remain shared and can still collide.
73
73
74
74
use subagents for read-heavy parallel work such as repository exploration, test triage, source research, or independent review. use separate worktrees when agents need to edit independently or run conflicting application instances.
75
75
@@ -84,7 +84,7 @@ choose the surface by the next review action:
84
84
- use the ide extension when selection context, debugging, and inline diffs dominate.
85
85
- use cloud work when the task benefits from isolation or should continue without the local machine.
86
86
87
-
changing surfaces can preserve the same project context, but it does not guarantee identical tools or permissions. verify the effective environment after a handoff.
87
+
changing surfaces can preserve project context while tools and permissions vary. verify the effective environment after a handoff.
88
88
89
89
## permissions and automation
90
90
@@ -104,7 +104,7 @@ local codex memories can summarize useful context from eligible prior chats. the
104
104
105
105
use memory for preferences, recurring context, and useful recall. use `AGENTS.md`, checked-in docs, config, or a skill for requirements another engineer must be able to inspect and reproduce.
106
106
107
-
review generated memory before sharing codex state. secret redaction reduces risk but does not make the entire state directory appropriate for publication.
107
+
review generated memory before sharing codex state. publish purpose-selected excerpts after redaction because the state directory can contain private context beyond secrets.
| safety hooks | current native hooks, sandboxing, permission rules, and managed policy |
64
64
65
-
there is no automatic migration that preserves every behavior. export any data you want to keep and review it for sensitive content before moving or sharing it.
65
+
migration requires behavior-by-behavior review. export any data you want to keep and review it for sensitive content before moving or sharing it.
Copy file name to clipboardExpand all lines: docs/market/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ evidenceRail:
21
21
section: contender-map
22
22
---
23
23
24
-
this appendix helps experienced builders choose an operating environment. it does not rank model benchmark scores.
24
+
this appendix helps experienced builders choose an operating environment through workflow and operating-model evidence.
25
25
26
26
## choose the layer first
27
27
@@ -86,17 +86,17 @@ default: evaluate opencode before building a custom harness. evaluate kimi code,
86
86
|[kimi code](https://www.kimi.com/code/docs/)| terminal and ide harness optimized for kimi models | source-verified watchlist | separate from the Kimi K3 model family |
87
87
|[qwen code](https://github.com/QwenLM/qwen-code)| open-source terminal and ide-friendly harness | source-verified watchlist | separate from Qwen model releases |
88
88
|[grok build](https://docs.x.ai/build/overview)| open-source terminal harness with dashboard and acp support | source-verified watchlist | xai's coding harness; separate from Grok 4.5 |
89
-
|[Kimi K3](https://github.com/MoonshotAI/Kimi-K3)| hosted and open-weight model family | source-verified watchlist | model layer, not an ide|
89
+
|[Kimi K3](https://github.com/MoonshotAI/Kimi-K3)| hosted and open-weight model family | source-verified watchlist | model layer |
90
90
|[Qwen models](https://github.com/QwenLM)| hosted and open-weight model family | source-verified watchlist | model layer, commonly used through Qwen Code or compatible harnesses |
91
91
|[Grok 4.5](https://docs.x.ai/developers/grok-4-5)| hosted xai model | source-verified watchlist | model layer; available through Grok Build, api, and Cursor |
92
92
93
-
cline and continue are intentionally outside this edition. absence does not imply a negative recommendation.
93
+
cline and continue are outside this edition and remain unevaluated here.
94
94
95
95
## xai naming
96
96
97
97
xai's first-party coding product is [Grok Build](https://docs.x.ai/build/overview), a terminal agent that can also run headlessly or through the Agent Client Protocol. [Grok 4.5](https://docs.x.ai/developers/grok-4-5) is the model used by that harness and is also offered in Cursor.
98
98
99
-
current primary sources do not establish a separate xai-built Cursor-style editor. describe the harness and model separately until such a product is documented.
99
+
current primary sources establish xai's model and harness layers. evaluate them separately while evidence for an xai-built Cursor-style editor remains absent.
0 commit comments