chore: populate terminal-renderer persona skills#165
Conversation
…ting knowledge The persona had an empty skills array with all the operating knowledge inline in claudeMdContent. Extract six discrete skills as a structured index of the persona's expertise: 1. xterm-internals-and-renderers — parser pipeline, renderer types, addon lifecycle, alt-screen, focus mode, viewport vs scrollback 2. pty-broker-streaming-pipeline — rAF coalescing, snapshot-vs-replay race, SIGWINCH semantics, trim cap accounting 3. ansi-vt-escape-sequences — CSI cursor movement, DECSET modes (?1004 focus, ?1049 alt screen, ?2026 sync output), OSC/DCS, TUI redraw patterns 4. renderer-bug-class-triage — symptom-to-bug-class mapping from the live PR #158 catalogue 5. react-lifecycle-decoupling-and-token-ownership — module-level runtime registry, token-based mount, clearOnDataIf identity check 6. fix-discipline-and-instrumentation — read-before-guessing, one-write invariant, instrument-don't-guess after two failed fixes, AGENTS.md regression-test requirement Source namespace `@pear/persona-terminal-renderer/*` reserves logical package names if these skills get extracted to real packages later. Pattern matches @agentworkforce/persona-autonomous-actor which uses real packages for its skills.
|
Your free trial PR review limit of 300 PRs has been reached. Please upgrade your plan to continue using CodeAnt AI. |
|
Warning Review limit reached
More reviews will be available in 20 minutes and 19 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
There was a problem hiding this comment.
Code Review
This pull request updates the terminal-renderer.json persona file by populating the skills array with detailed technical competencies. These competencies cover xterm.js internals, PTY broker streaming pipelines, ANSI/VT escape sequences, renderer bug triage, React lifecycle decoupling, and fix discipline. There are no review comments on these changes, and I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
There was a problem hiding this comment.
No issues found across 1 file
You’re at about 95% of the monthly reviewed-line limit. You may want to disable incremental reviews to conserve quota. Reviews will continue until that limit is exceeded. If you need help avoiding interruptions, please contact contact@cubic.dev.
|
Superseded by #168 which uses local skill files in __assets/terminal-renderer/ instead of phantom remote package source references. Matches the existing .agentworkforce asset pattern. |
Extracts six discrete skills from the terminal-renderer persona's inline operating knowledge into the
skillsarray, indexing the persona's expertise instead of leaving it all inclaudeMdContent.Skills added
clearOnDataIfidentity check.PEAR_DIAG_PTYlocalStorage gate), AGENTS.md regression-test requirement.Source namespace
Skills use
@pear/persona-terminal-renderer/*as thesourcefield, reserving logical package names if these get extracted to real npm packages later — matching the pattern in@agentworkforce/persona-autonomous-actorwhich uses real package sources.Why now
PR #158's six-hour fix cycle taught the persona a lot. Capturing that as structured skills (rather than leaving it only in
claudeMdContent) makes the expertise indexable and gives future personas a reference shape.🤖 Generated with Claude Code