Cal Corum
9fd5539dc1
Sync: update plugins, settings, archive skills, add new sessions and marketplaces
...
- plugins: update installed_plugins, known_marketplaces, install-counts-cache, blocklist; add agent-toolkit and cal-claude-plugins marketplaces
- settings.json: significant config changes (129 insertions, -129 deletions net)
- CLAUDE.md: minor update
- skills: remove json-pretty and save-doc (archived to _archive/save-doc)
- sessions: remove 2 old sessions, add 4 new sessions
- add command-permissions.json, permission-audit.jsonl, tmp/permissions-audit.md
2026-03-20 02:00:59 -05:00
Cal Corum
b464a10964
Sync config: add save-doc skill, update agents/skills/plugins, clean sessions
...
- Add skills/save-doc/ skill
- Add sessions/2121928.json
- Delete cognitive-memory skill, memory-saver agent, save-memories command
- Update CLAUDE.md, pr-reviewer, issue-worker agents
- Update mcp-manager, create-scheduled-task, paper-dynasty skills
- Update plugins (blocklist, installed, known_marketplaces, marketplaces)
- Remove old session files
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-18 02:00:54 -05:00
Cal Corum
f9cbbd16a9
Sync plugin registry and rotate sessions
...
- Update plugin blocklist, installed plugins, and known marketplaces
- Refresh claude-code-plugins and claude-plugins-official marketplace indexes
- Remove expired sessions (1533356, 1636882); add new sessions (1737831, 1801940)
2026-03-17 02:01:13 -05:00
Cal Corum
4b832ffed5
Add gws skill; update blocklist and known_marketplaces plugins
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-16 02:00:53 -05:00
Cal Corum
0af5e9cabf
Update plugin blocklist and known_marketplaces data
2026-03-15 02:00:52 -05:00
Cal Corum
57c832edb5
Update plugin registry: blocklist, installed plugins, marketplaces
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-14 02:00:51 -05:00
Cal Corum
88d5b67594
Update agents, plugins, and remove .mcp-full.json
...
- Removed .mcp-full.json
- Updated architect and designer agent definitions
- Updated blocklist and known_marketplaces plugin configs
- Updated marketplaces/claude-code-plugins submodule
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-13 02:00:56 -05:00
Cal Corum
4f67c7ca72
Update plugins config and paper-dynasty skill CLI reference
...
- Update blocklist, installed_plugins, known_marketplaces plugin configs
- Sync marketplace submodules (claude-code-plugins, claude-plugins-official)
- Update settings.json
- Update paper-dynasty SKILL.md
- Replace cli-reference.md with split cli/ docs (gauntlet.md, pd-cards.md)
2026-03-12 02:00:55 -05:00
Cal Corum
897a51d5a6
Update issue-worker agent, plugin configs, and add paper-dynasty CLI reference
...
- Update agents/issue-worker.md
- Update plugins/blocklist.json, installed_plugins.json, known_marketplaces.json
- Update plugins/marketplaces/claude-plugins-official
- Add skills/paper-dynasty/reference/cli-overview.md and cli/ directory
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-11 02:00:51 -05:00
Cal Corum
0e57bf948a
Update plugin marketplace data and blocklist
2026-03-10 02:01:01 -05:00
Cal Corum
43d32e9b9d
Update major-domo skill CLI refactor and plugin/config updates
...
- Refactor major-domo skill: api_client.py, cli.py, and CLI modules (admin, common, injuries, results, schedule, transactions) with significant simplification (-275 lines net)
- Update CLI_REFERENCE.md and SKILL.md docs for major-domo
- Update create-scheduled-task SKILL.md
- Update plugins blocklist.json and known_marketplaces.json
- Add patterns/ directory to repo
- Update CLAUDE.md
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-09 02:00:41 -05:00
Cal Corum
655dc64033
Update known_marketplaces.json plugin data
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-07 14:45:42 -06:00
Cal Corum
545c3e5673
Update plugin marketplace timestamps and submodule ref
...
Refresh blocklist and known_marketplaces fetch/update timestamps; bump claude-code-plugins submodule to latest.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-07 14:42:20 -06:00
Cal Corum
7f745fc061
Add Chrome vs playwright-cli positioning guide
...
Clarifies when to use native Chrome integration vs playwright-cli
(headless automation, network mocking, persistent sessions, SSH/containers).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 19:52:12 -06:00
Cal Corum
67337a6771
Modularize major-domo skill (1005 -> 173 lines in SKILL.md)
...
Extract API and CLI references into dedicated files:
- SKILL.md (173 lines): routing, safety rules, architecture, common queries
- API_REFERENCE.md (99 lines): endpoints, auth, Python client
- CLI_REFERENCE.md (115 lines): commands, flag ordering, compliance workflow
Total content reduced from 1005 to 387 lines.
Context loaded per session drops from 1005 to 173 lines.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 19:50:05 -06:00
Cal Corum
db1f2e2d4b
Update resume-tailoring submodule ref (modularized SKILL.md)
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 19:45:49 -06:00
Cal Corum
6f3076c3bb
Optimize mcp-manager and proxmox skills
...
- mcp-manager README: remove outdated MCPs (httpx, naabu, apify, brightdata),
fix "Jarvis" references, sync with actual registry
- proxmox: restructure MCP-first with Python fallback, trim 310->110 lines
by removing duplicate Python/CLI examples
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 19:43:12 -06:00
Cal Corum
1f70264e73
Archive create-skill, orchestrator, and notediscovery skills
...
- create-skill: superseded by native /skill command and official docs
- orchestrator: superseded by native Agent Teams (/agent-teams)
- notediscovery: redundant with cognitive-memory MCP (superior local-first implementation)
All moved to _archive/ for historical reference.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 19:41:33 -06:00
Cal Corum
17cac31b7b
Retire redundant commit commands, fix paper-dynasty memory refs
...
- Remove /commit and /commit-push commands (native /commit replaces both)
- Update paper-dynasty to use cognitive-memory MCP instead of archived MemoryGraph
- Fix scouting upload verify path (sba-db -> akamai)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 19:40:54 -06:00
Cal Corum
e2aa401d98
Add pr-reviewer agent, remove unused researcher agents, update plugins
...
- Add pr-reviewer.md agent for automated PR review pipeline
- Remove gemini-researcher.md and researcher.md (unused)
- Update issue-worker.md agent
- Update CLAUDE.md with latest instructions
- Update plugin configs and settings
- Add telemetry/ and mcp-needs-auth-cache.json to .gitignore
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-04 21:47:50 -06:00
Cal Corum
e90b5defe1
Add pr-reviewer agent, remove unused researcher agents, update plugins
...
- Add pr-reviewer.md agent for automated PR review pipeline
- Remove gemini-researcher.md and researcher.md (unused)
- Update issue-worker.md agent
- Update CLAUDE.md with latest instructions
- Update plugin configs and settings
- Add mcp-needs-auth-cache.json
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-04 21:47:24 -06:00
Cal Corum
a62f16d7e9
Update issue-worker agent, trim MCP config, sync plugins
...
- Rewrite issue-worker agent with phased workflow, self-review step,
label management, memory storage, and test discovery
- Update .mcp.json configuration
- Remove stale mcp-needs-auth-cache.json
- Update plugins submodule and blocklist/marketplaces
- Minor update to mcp-manager skill
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 14:17:44 -06:00
Cal Corum
2698f6a1af
Add mcp-tui-driver MCP server, subagent notification hook
...
- Add tui-driver MCP server to .mcp.json for TUI app testing
- Add mcp__tui-driver__* wildcard permission to settings.json
- Add notify-subagent-done.sh hook
- Update plugin configs
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 18:40:50 -06:00
Cal Corum
3abd454462
Update backlog skill to use gitea-mcp, sync settings and plugin lists
...
- backlog/SKILL.md: Prioritize gitea-mcp MCP server over raw curl API calls
- settings.json: Updated configuration
- plugins: Updated blocklist and known_marketplaces
- Removed stale mcp-needs-auth-cache.json
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 15:31:18 -06:00
Cal Corum
4a19a0353d
Fix skill description budget overflow — shorten major-domo, paper-dynasty, proxmox descriptions
...
Moved SCOPE restrictions from frontmatter description to markdown body to reduce
character budget consumption. Added description budget best practices to create-skill.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 10:33:33 -06:00
Cal Corum
0617a0a499
add create-scheduled-task skill, update plugin registries
...
New skill for creating/managing headless Claude scheduled tasks
on systemd timers. Plugin blocklist and marketplace files updated.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 00:33:30 -06:00
Cal Corum
e76527a0a0
Reorganize skills: scope guards, archive deploy, restructure z-image
...
- Add SCOPE guards to major-domo, paper-dynasty, proxmox skills
to prevent activation in unrelated projects
- Archive deploy skill (replaced by Gitea workflows + per-project scripts)
- Restructure z-image: remove embedded app code, add SKILL.md
(app relocated to /mnt/NV2/Development/z-image/ as uv tool)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-28 23:48:02 -06:00
Cal Corum
b7eb626785
Update config, SKILL.md multi-graph docs, remove migrated app code from skill layer
2026-02-28 23:16:18 -06:00
Cal Corum
5717dadf3f
relate: 0a8da7c6 --RELATED_TO--> 28a895e9
2026-02-28 16:02:52 -06:00
Cal Corum
807d4c918d
relate: b0af6ad6 --RELATED_TO--> 9ead5102
2026-02-28 16:02:51 -06:00
Cal Corum
20467be345
relate: 28a895e9 --RELATED_TO--> d7d498e1
2026-02-28 16:02:49 -06:00
Cal Corum
14ea0c0f97
relate: bac9e6a5 --RELATED_TO--> b0af6ad6
2026-02-28 16:02:43 -06:00
Cal Corum
1a92fea392
relate: bac9e6a5 --RELATED_TO--> 0a8da7c6
2026-02-28 16:02:42 -06:00
Cal Corum
d4bafb2738
relate: bac9e6a5 --RELATED_TO--> 9ead5102
2026-02-28 16:02:41 -06:00
Cal Corum
66f58feb9a
relate: bac9e6a5 --RELATED_TO--> d7d498e1
2026-02-28 16:02:40 -06:00
Cal Corum
dbab2ec610
relate: bac9e6a5 --RELATED_TO--> 28a895e9
2026-02-28 16:02:37 -06:00
Cal Corum
309359d7c5
episode: SBA Scout Rust Phase 5 complete: all 6 screens implemented and live tested
2026-02-28 16:02:09 -06:00
Cal Corum
e1965a9772
store: SBA Scout Rust Phase 5 complete: all 6 screens implemented and live tested
2026-02-28 16:02:09 -06:00
Cal Corum
7d331f8841
episode: TUI pattern: Never bind bare letter keys to actions inside text input fields
2026-02-28 16:01:59 -06:00
Cal Corum
ba6a419af0
store: TUI pattern: Never bind bare letter keys to actions inside text input fields
2026-02-28 16:01:59 -06:00
Cal Corum
c12e109643
episode: Pattern: Matchup screen state caching via std::mem::replace with dummy placeholder
2026-02-28 16:01:52 -06:00
Cal Corum
fc87db205d
store: Pattern: Matchup screen state caching via std::mem::replace with dummy placeholder
2026-02-28 16:01:52 -06:00
Cal Corum
21e947993d
episode: Fix: SelectorWidget popup renders below anchor — use zero-height Rect for overlay
2026-02-28 16:01:42 -06:00
Cal Corum
442b4f38ec
store: Fix: SelectorWidget popup renders below anchor — use zero-height Rect for overlay
2026-02-28 16:01:42 -06:00
Cal Corum
f34c1cecf0
episode: Fix: Ratatui render_stateful_widget required for TableState selection highlighting
2026-02-28 16:01:35 -06:00
Cal Corum
2b6e683a55
store: Fix: Ratatui render_stateful_widget required for TableState selection highlighting
2026-02-28 16:01:35 -06:00
Cal Corum
374edac9f0
episode: Fix: sWAR total in roster.rs was summing all rosters instead of only majors
2026-02-28 16:01:25 -06:00
Cal Corum
d0c4cd3025
store: Fix: sWAR total in roster.rs was summing all rosters instead of only majors
2026-02-28 16:01:25 -06:00
Cal Corum
e484b2ab35
feat: cognitive-memory multi-graph support, XDG data paths, remove CORE.md auto-load
...
- Multi-graph: named graph routing in MCP server (graph param on all tools),
CLI --graph flag, graphs subcommand, resolve_graph_path() in common.py
- XDG compliance: data dir resolves via COGNITIVE_MEMORY_DIR env > XDG_DATA_HOME > ~/.local/share/
- Remove CORE.md auto-loading: drop MEMORY.md symlinks, update CLAUDE.md to MCP-first recall
- Update all scripts (git-sync, ensure-symlinks, edge-proposer) for portable path resolution
- Remove symlinks step from daily systemd service
- Version bump to 3.1.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-28 14:55:12 -06:00
Cal Corum
ba0562a8ba
refactor: split client.py into 6 focused modules using mixin composition
...
3,348-line monolith → 6 modules with mixin classes resolving via MRO.
client.py retains __init__, internal helpers, and core CRUD (1,091 lines).
All backward-compat imports preserved for mcp_server.py and dev/migrate.py.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-28 12:12:57 -06:00