chore: audit & upgrade — token reduction, rule consolidation, Cursor 3.x sync#3
Open
lionelresnik wants to merge 7 commits into
Open
chore: audit & upgrade — token reduction, rule consolidation, Cursor 3.x sync#3lionelresnik wants to merge 7 commits into
lionelresnik wants to merge 7 commits into
Conversation
Items that already appeared in a previous standup's Done section are skipped — only newly completed items show up each day. Made-with: Cursor
…ation - New alwaysApply rule (daily-log.mdc): agents append one-line JSON summaries to ~/.command-center/daily-log/YYYY-MM-DD.jsonl after each substantive response - Standup generator uses daily-log as primary data source with backward lookback (up to 7 days) for weekends/holidays - Removed internal project references from examples Made-with: Cursor
Made-with: Cursor
…oactive-task-updates Made-with: Cursor
…-start sync - Reduce always-on rules from 10 → 3 (daily-recap, daily-log, personalization) - auto-doc-updates, commit-style, easter-egg → agent-decided - markdown-style → glob-scoped (*.md, *.mdc) - task-tracking + proactive-task-updates + pr-linking → merged into task-lifecycle.mdc - Add task-lifecycle.mdc: unified task + PR lifecycle, glob-triggered on code files - Add context-preservation.mdc: saves in-progress findings before context fills - Add when-to-use-lu.mdc: @lu vs regular agent token efficiency guidance - Dedup agents: remove lu.md, add aliases: [lu] to lucius.md - Sync daily-recap.mdc from CLI: use cc-context.json, add canonical workspace resolution - Sync session-start.sh from CLI: workspace detection from repos, lastSessionStart fallback - Sync todo-manager/SKILL.md from CLI: ticket tags, rich display format Co-authored-by: Cursor <cursoragent@cursor.com>
…doc templates - Add infrastructure-knowledge.mdc: passive capture of DB/cloud/queue/log signals - Add onboard skill: gap-finder + optional interactive fill for workspace knowledge base - Update auto-doc-updates.mdc: route infrastructure findings to specialized docs - Update lucius.md: add Onboard capability Co-authored-by: Cursor <cursoragent@cursor.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.
Summary
task-lifecycle.mdc: Eliminates ~100 lines of duplicated workspace detection and PR handling logic. Now glob-triggered on code files only.context-preservation.mdc: Saves in-progress investigation state before context window fills up or workspace switches.when-to-use-lu.mdc: Guides users on when@lusaves tokens vs the regular agent.lu.md, addedaliases: [lu]tolucius.md. Canonical workspace detection centralized.daily-recap.mdc(now readscc-context.jsoninstead of raw session-state),session-start.sh(workspace detection + lastSessionStart fallback),todo-manager/SKILL.md(ticket tags, rich display).Token Analysis
task-tracking+proactive-task-updates+pr-linkingtask-lifecycle.mdc(glob)auto-doc-updatesmarkdown-styleeaster-eggcommit-styleTest plan
.goor.tsfile and ask about it — verifytask-lifecycleloads@lu standup— verify daily-recap, standup skill work correctly@lu todos— verify todo-manager with ticket tags works@lu— verify@lualias resolves to luciusCmd+Shift+P → Context Usage Reportfor token footprint reductionMade with Cursor