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: README.adoc
+2-70Lines changed: 2 additions & 70 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,77 +25,9 @@ Browse the full catalog of 60+ semantic anchors with interactive visualization,
25
25
🔄 *Consistency*:: Ensure LLMs interpret concepts as intended
26
26
🧠 *Depth*:: Activate multiple interconnected concepts with a single term
27
27
28
-
== 🤖 Installation for Coding Agents
28
+
== 🤖 Using Anchors with Local LLMs
29
29
30
-
For the widest compatibility, install anchors into a project-level `AGENTS.md` first, then add agent-specific mirrors only where the official docs say they help.
31
-
32
-
=== Portable Baseline (Recommended)
33
-
34
-
Use the bundled installer to inject a managed anchor block into the best available project instruction file. If none exists yet, it creates `AGENTS.md`.
35
-
36
-
First, copy the template and fill in your chosen anchors:
* Use `AGENTS.md` for portable project context shared with other agents.
98
-
* Use Windsurf Rules only when you need editor-specific or scoped behavior.
30
+
Most frontier LLMs already recognize semantic anchors from their training data. However, if you use local or smaller models (Llama, Mistral, Phi, etc.) that may not know all anchors, you can inject explicit definitions into your project's agent instruction files. See the link:docs/agent-installation.adoc[Agent Installation Guide] for setup instructions covering Claude Code, Codex, Gemini CLI, Cursor, GitHub Copilot, and Windsurf.
For the widest compatibility, install anchors into a project-level `AGENTS.md` first, then add agent-specific mirrors only where the official docs say they help.
40
-
41
-
### Portable Baseline (Recommended)
42
-
43
-
Use the bundled installer to inject a managed anchor block into the best available project instruction file. If none exists yet, it creates `AGENTS.md`.
44
-
45
-
First, copy the template and fill in your chosen anchors:
Cursor supports `AGENTS.md` and project rules in `.cursor/rules/*.mdc`.
86
-
- Use `AGENTS.md` for shared, repo-wide semantic anchors.
87
-
- Use `.cursor/rules/*.mdc` only when you need path-scoped or feature-scoped behavior inside Cursor itself.
39
+
Most frontier LLMs already recognize semantic anchors from their training data. However, if you use local or smaller models (Llama, Mistral, Phi, etc.) that may not know all anchors, you can inject explicit definitions into your project's agent instruction files. See the [Agent Installation Guide](docs/agent-installation.adoc) for setup instructions covering Claude Code, Codex, Gemini CLI, Cursor, GitHub Copilot, and Windsurf.
Most frontier LLMs (GPT-4, Claude, Gemini) already have semantic anchors in their training data -- saying "TDD, London School" or "Clean Architecture" is enough to activate the right concepts.
7
+
8
+
However, *local or smaller LLMs* (Llama, Mistral, Phi, etc.) may not recognize all anchors reliably. For these models, you can inject explicit anchor definitions into your project's agent instruction files. This ensures consistent behavior regardless of the model's training data.
9
+
10
+
== Portable Baseline (Recommended)
11
+
12
+
For the widest compatibility, install anchors into a project-level `AGENTS.md` first, then add agent-specific mirrors only where the official docs say they help.
13
+
14
+
Use the bundled installer to inject a managed anchor block into the best available project instruction file. If none exists yet, it creates `AGENTS.md`.
15
+
16
+
First, copy the template and fill in your chosen anchors:
0 commit comments