Skip to content

v0.0.11

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Nov 12:07
· 1 commit to main since this release
6ebef19
Add kotlin-expert domain specialist agent (#68)

* Optimize kotlin-expert agent for efficiency and consistency

- Reduce file size from 438 to 324 lines (26% reduction)
- Eliminate redundancy across checklists and repeated concepts
- Adopt python-expert structure pattern for consistency
- Remove generic software engineering advice, focus on Kotlin-specific expertise
- Soften prescriptive rules to allow LLM adaptability
- Update frontmatter to match project pattern (add color, update description)
- Preserve critical Kotlin patterns: BigDecimal precision, structured concurrency, value classes

Improves token efficiency, reduces cognitive load, and maintains all core expertise while following established project conventions.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>

* Fix prettier formatting issues

* Condense kotlin-expert agent documentation by 47% (#69)

* Initial plan

* Condense kotlin-expert.md to remove redundancy and improve conciseness

Co-authored-by: workshur <[email protected]>

* Add missing validateOrder function definition to Method Decomposition example

Co-authored-by: workshur <[email protected]>

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: workshur <[email protected]>

---------

Co-authored-by: Claude <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: workshur <[email protected]>