feat: v0.2.0 β Confluence-style docs and graph delegation#1
Open
lionelresnik wants to merge 1 commit intomainfrom
Open
feat: v0.2.0 β Confluence-style docs and graph delegation#1lionelresnik wants to merge 1 commit intomainfrom
lionelresnik wants to merge 1 commit intomainfrom
Conversation
1cd4d83 to
450c983
Compare
β¦ensive audit - Confluence-style markdown formatting (status badges, TL;DR, callouts) - Ticket-level todo tracking with auto-detection from branch/context - Cross-workspace standup generation (always regenerate fresh) - Auto-documentation with confidence tags and task vs docs distinction - PR merge detection with branch management - Commit hygiene rule (no AI attribution tags) - Reliable idle detection via lastSessionStart fallback - Daily recap uses cc-context.json (pre-computed values) with fallback - All rules/skills use explicit ~/.command-center/ absolute paths - Native HTML graph generation (no external script dependency) - Proactive task updates simplified, impossible timing guidance removed - Session scripts: workspace detection by repo list, set -e bugfix - Export/import uses profile.json, repo-status handles missing upstream - Migrate-from-cli skill for CLI-to-plugin transition Made-with: Cursor
450c983 to
7c9593f
Compare
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.
Summary
markdown-style.mdcrule enforcing TL;DR summaries, callout blocks, status badges, Mermaid diagrams, and collapsible sections across all generated markdown@lunow uses~/.command-center/graph.sh --mermaid-filewhen available for hybrid graph generation (AI intelligence + proven HTML rendering)Changes
.cursor-plugin/plugin.jsonβ version 0.1.0 β 0.2.0rules/markdown-style.mdcβ NEW: Confluence-style formatting standards (alwaysApply: true)rules/task-tracking.mdcβ Updated template with overview table, key decisions callouts, progress checklist, PR trackingskills/graph-generator/SKILL.mdβ Added "Using graph.sh (Preferred)" section for hybrid modeskills/standup-generator/SKILL.mdβ Updated daily/weekly formats with TL;DR and status iconsskills/todo-manager/SKILL.mdβ Updated chat display format with status iconsTest plan
@luuses graph.sh when available for graph generationNotes
Do not merge until Cursor marketplace approval. This PR is ready for marketplace submission review.
Version: 0.2.0
Made with Cursor