Merged
Conversation
Add IssueX issue tracking system to RoleX: - Platform and LocalPlatform support IssueX provider injection - 11 issue operations (publish/get/list/update/close/reopen/assign/comment/comments/label/unlabel) - issue-render module in rolexjs for human-readable output - Role.use() intercepts !issue.* commands and renders results - Fix ParamType to support "number" for issue schemas - Fix focus() to reject non-goal ids - Add issue-management skill Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The use("!locator", { args }) syntax in SKILL.md examples misled AI
into passing args as a JSON string instead of an object. Changed all
8 skill files to use explicit locator/args parameter annotation.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add project structure with scope, milestone, deliverable, wiki sub-concepts and participation relation to individual - Add 9 project.* operations: launch, scope, milestone, achieve, enroll, remove, deliver, wiki, archive - Add project-render module for human-readable output - Add project-lifecycle.feature BDD tests (9 scenarios) - Fix BDD test suite for async Runtime refactor (await createRoleX, async Role methods, writeContext via SQLite) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.