@chrisdudek/yg 5.0.0-alpha.5 → 5.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  **Your agent will ignore CLAUDE.md. Yggdrasil makes sure it doesn't.**
4
4
 
5
- Architecture rules your agent can't ignore. You write them in plain Markdown; a reviewer verifies every change and feeds violations back into the agent's loop before it moves on. Works with Claude Code, Cursor, Copilot, Codex, Cline, and more. The reviewer runs against your code, not your diffs. The feedback is specific, and the agent has to fix before moving on.
5
+ Architecture rules your agent can't ignore. Before it edits a file, your agent gets the few rules that apply — and writes to them. After, every change is checked before it moves on: by a script that runs locally for free, or by an LLM reviewer. A rule written as a script *runs* your agent can't quietly optimize it away the way it drops a line in CLAUDE.md. Works with Claude Code, Cursor, Copilot, Codex, Cline, and more. Checks run against your code, not your diffs; the feedback is specific; the agent has to fix before it can move on.
6
6
 
7
7
  See the [main README](https://github.com/krzysztofdudek/Yggdrasil#readme) for documentation, or visit
8
8
  [krzysztofdudek.github.io/Yggdrasil](https://krzysztofdudek.github.io/Yggdrasil/).
@@ -15,6 +15,8 @@ cd your-project
15
15
  yg init
16
16
  ```
17
17
 
18
+ `yg init` walks you through picking your agent platform and a reviewer (Anthropic, OpenAI, Google, Ollama, or a local agent CLI), then writes the `.yggdrasil/` graph into your repo.
19
+
18
20
  ## License
19
21
 
20
22
  MIT