Skip to content

Commit ede3781

Browse files
Release Intent v2.3.3: Add Elixir style guide to subagent
1 parent 8cb0040 commit ede3781

File tree

4 files changed

+418
-3
lines changed

4 files changed

+418
-3
lines changed

.intent/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "2.3.2",
3-
"intent_version": "2.3.2",
2+
"version": "2.3.3",
3+
"intent_version": "2.3.3",
44
"project_name": "Intent",
55
"author": "matts",
66
"created": "2025-07-16",

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.2
1+
2.3.3

intent/plugins/claude/subagents/elixir/agent.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,21 @@ Special considerations:
313313
- When updating specs, verify type definitions are shared appropriately
314314
- When refactoring patterns, check for similar code in related files
315315

316+
## Style Guide
317+
318+
I have comprehensive knowledge of Elixir style guidelines to help you write clean, consistent, and maintainable code. The full style guide is available at `intent/plugins/claude/subagents/elixir/style.md`.
319+
320+
When reviewing code, I apply style guidelines including:
321+
- Module organization (imports, aliases, whitespace)
322+
- Function definitions and multiline preferences
323+
- Testing patterns and fixture design
324+
- Code composition and pipeline usage
325+
- Naming conventions and ubiquitous language
326+
- Documentation standards
327+
- Type specifications
328+
- Dependency management
329+
- Database design precision
330+
316331
## Antipattern Detection and Remediation
317332

318333
I have comprehensive knowledge of common Elixir antipatterns to help you write better, more maintainable code. The full antipattern documentation is available at `intent/plugins/claude/subagents/elixir/antipatterns.md` (sourced from Elixir's official documentation).

0 commit comments

Comments
 (0)