Add skills and subagents for junie#1255
Conversation
Introduces the `JunieSkill` class and integrates it into the skill processing framework. This enables the system to: - Manage and validate skills located in `.junie/skills` directories. - Convert between generic `RulesyncSkill` and `JunieSkill` formats. - Support both project-level and global Junie skills. Updates the README to reflect the added support and global capability for Junie.
Implements the `JunieSubagent` class to represent and manage Junie-specific agents. Enables bi-directional conversion between `JunieSubagent` and `RulesyncSubagent` formats, facilitating interoperability and preserving Junie-specific frontmatter. Integrates Junie into the subagent processing system, allowing Rulesync subagents to target Junie for operations. Adds frontmatter validation, file loading, and path resolution capabilities for Junie subagents. Updates the `README.md` to reflect Junie's support for conversion from Rulesync.
Adds Junie to the lists of recognized subagents within skill and subagent processing tests. Includes the necessary `relativeDirPath` configuration when initializing Junie subagents from Rulesync, ensuring proper setup.
This comment has been minimized.
This comment has been minimized.
PR #1255 Review - Add Skills and Subagents for JunieOverall Mergeability Verdict: NOT MERGEABLE ❌The PR has high-severity code quality issues that should be addressed before merging. However, there are no security vulnerabilities and the implementation is secure. Code Review FindingsHigh Severity Issues:
Medium Severity Issues:
Positive Observations:
Security Review FindingsOverall Security Assessment: LOW RISK ✅
Low Severity/Informational:
Required Actions Before Merge
Security Approval✅ Approved from a security perspective - No vulnerabilities identified, all security best practices followed. |
Updates documentation to reflect Junie's capabilities for Retrieval Augmented Generation and conversational interactions. Enforces local-only configuration for Junie skills and subagents by throwing an error when global mode is requested for settable paths. This clarifies that Junie does not support global path configurations, ensuring correct usage.
|
Thank you for your contribution! Unfortunately, this PR has 1002 added lines, which exceeds the limit of 1000 lines for external contributors. Please split your changes into smaller PRs. See CONTRIBUTING.md for details. This PR has been automatically closed. |
|
@dyoshikawa Bro - please take a look a this PR. The 1000 line limit is very restrictive. I'm just trying to help. |
Junie now supports skills and subagents: https://junie.jetbrains.com/docs/agent-skills.html