feat: register developer tasks and retire skills from the maintainer CLI - #273
Merged
LadyBluenotes merged 3 commits intoSep 11, 2026
Merged
Conversation
Contributor
|
Warning Review limit reachedNext included review available in 51 minutes. View limit detailsLimit details: You’ve used all 2 included reviews currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. Review configuration: ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (12)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
4 tasks
LadyBluenotes
added this pull request to stack #274
September 11, 2026 22:02
LadyBluenotes
force-pushed
the
feat/maintainer-authoring-commands
branch
from
September 11, 2026 22:22
f7c1a1c to
ced27b3
Compare
LadyBluenotes
force-pushed
the
feat/maintainer-authoring-commands
branch
from
September 11, 2026 22:25
ced27b3 to
48acc45
Compare
maintainer add --task records the developer tasks in domain_map.yaml so a one-skill batch no longer needs a hand edit before check passes. maintainer remove <name> retires a registered skill in the tree and notes it in the spec without deleting authored guidance; it refuses while the skill is selected for distribution or required by another skill. review --json reports include the outcomes and fields a recording needs.
Describe --task, remove, package inference, review.ignore, interactive review, and the report's recording block. Inline the skill tree entry format so a one-task authoring read no longer loads the full tree generator skill.
… hot path Query Git for ignored paths only when an uncovered change needs classifying, and check files coverage once per skills root instead of once per skill file. Benchmarks match the #268 baseline within noise.
LadyBluenotes
force-pushed
the
feat/maintainer-authoring-commands
branch
from
September 11, 2026 22:30
48acc45 to
6684b48
Compare
Merging this PR will not alter performance
Performance Changes
Comparing |
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.
🎯 Changes
Stacked on #272. Closes the two remaining hand edits in the one-skill authoring path (#238) and gives agents the recording vocabulary in the report itself.
maintainer add --task <text>(repeatable) records the developer tasks indomain_map.yamlat registration. Without it,statusandcheckreportedrecord the assessed developer tasks in domain_map.yamluntil the maintainer edited the YAML by hand.maintainer remove <name>sets the tree entry tostatus: retiredand appends a note toskill_spec.md. It never deletesSKILL.md; it prints the path to delete once the guidance is no longer needed. It refuses while the skill is selected for repository distribution or required by another active skill, naming what to change first.review --jsonincludes arecordingblock: the allowedoutcomes, the narrowerplanningOutcomes, therequiredfields, and the record command.--recordignores the block, so existing annotated reports still record.generate-skillreferences describe the new flags, package inference from the working directory,review.ignore, interactive review, and the recording block.planning-records.mdnow inlines the skill tree entry format, so a one-task authoring read no longer needs the 20 KBtree-generatorskill for one anchor.✅ Checklist
pnpm run test:pr.🚀 Release Impact