Skip to content

Migration to v1.4.1

From v1.4.0 to v1.4.1.

Simplifies the agent guidance files:

  • Removes the root AGENTS.md import shim.
  • Rewords the verification instruction in src/AGENTS.md.
  • Moves the writing style rule to src/.llm/general.md.

1. Delete the root AGENTS.md

The file only re-imported the real guidance file:

@src/AGENTS.md

Delete it. Agent tools that support nested AGENTS.md files discover src/AGENTS.md on their own when working under src/.

2. Update src/AGENTS.md

-After changes, run `.llm/verify.{sh,ps1}` before returning.
+After changes, find and run `.llm/verify.{sh,ps1}` to test + lint.
 If relevant to your review task, read `.llm/{general,performance,documentation}.md`.
-Prefer `-` over `—`. Preserve user comments, update if inaccurate.

3. Add the style rule to src/.llm/general.md

Append to the rules list:

 - Keep modules under 500 lines excluding tests.
 - Place `use` inside functions only for `#[cfg]` conditional compilation.
+- Prefer `-` over `—`. Preserve user comments, update if inaccurate.

4. Update the template version marker

- reloaded-templates-rust:1.4.0
+ reloaded-templates-rust:1.4.1