18 Commits

Author SHA1 Message Date
0xBigBoss 8ec333eddb fix(scripts): dereference symlinks when staging skill copies
Plugin caches ship shared docs as relative symlinks pointing outside the
skill dir; a verbatim copy dangles in the codex tree and GNU diff reports
the broken pair as perpetual --check drift on Linux.
2026-06-12 12:18:05 -05:00
0xBigBoss ebfa2b7a77 feat(scripts): strip claude-only frontmatter during skill sync
Codex skill frontmatter does not support allowed-tools, which previously
required maintaining a full codex-overrides copy of upstream skills just to
drop that line. Copies now stage through a transform that strips it, and
--check diffs the staged result so copy and check can never disagree.

Drop the canton-nodes override: its only delta was the allowed-tools line,
now handled by the transform, and it duplicated internal infra reference
data into this public repo.
2026-06-12 12:00:54 -05:00
0xBigBoss fbcbc1191d fix(scripts): skip codex-overridden skills in upstream sync phases
Upstream user/plugin sync copied skills that a codex-overrides entry later
replaced, so --check compared the override-shadowed destination against the
upstream source and reported perpetual false drift. Override-owned skills are
now skipped upstream; sync_codex_override_skills copies, checks, and marks
them itself.
2026-06-12 11:45:50 -05:00
Allen f3c1789eed docs: standalone-friendly README and install path
Rewrite README.md to make this repo presentable for open-source consumers
who don't have the surrounding private dotfiles tree. Inventory every
directory (commands, agents, all 25 skills, plugins, statusline, scripts,
settings, hooks, analytics) with accurate descriptions, document the
plugin marketplace install path, and add an explicit footnote about the
optional dotfiles-tree relationship.

install.sh now also symlinks commands/, agents/, and .claude/skills/ into
~/.claude/, and prefers the parent dotfiles' codex/codex.json when present
but falls back to a new in-repo codex.json sample so standalone clones no
longer fail under set -e.

Remove the stale TODO.md (DuckDB indexing work, all items completed) and
untrack CLAUDE.local.md / AGENTS.local.md so personal notes stay private
on disk via .gitignore. Drop a personal ~/dotfiles path from
scripts/README.md.
2026-05-21 16:23:45 +00:00
Allen 26a3a13adf feat(plugins): add version consistency check script and update docs
Add check-plugin-versions.sh that validates plugin.json and
marketplace.json versions match, and warns when plugin source files
change without a version bump. Update CLAUDE.local.md with a clear
version bump checklist for publishing plugin updates.
2026-03-20 13:59:58 -05:00
Allen 178a733f5c feat(sync): curate codex skill sync 2026-03-11 18:42:03 -05:00
Allen 25afa26fc0 fix(sync): dedupe plugin skills before drift checks
Normal sync uses last-writer-wins when multiple plugins export the same
skill name, but --check compared each source against the same Codex
destination and reported false drift on the earlier provider.

Collect plugin skill candidates first and only copy/check the final winning
source for each skill name so check mode matches sync mode.
2026-03-11 14:09:32 -05:00
Allen 402d4eacb5 fix(settings): remove settings.base runtime indirection 2026-02-09 11:40:13 +00:00
Allen 759d722bb7 feat: standardize runtime settings and skill sync 2026-02-09 11:40:13 +00:00
Big Boss 5042351460 feat(sync): add codex drift check and preserve manifest 2026-02-09 05:13:35 -06:00
Big Boss e68e2e5285 fix(scripts): preserve safe codex sync behavior on macOS
Prevent sync automation from failing in default macOS environments and from deleting skills through the legacy wrapper path.

- replace Bash 4 associative arrays with Bash 3.2-compatible tracking in sync-codex.sh

- make sync-skills-to-codex.sh opt out of pruning to keep wrapper behavior non-destructive
2026-02-08 20:14:50 -06:00
Big Boss fa75fff253 fix(scripts): resolve codex skills path dynamically 2026-02-04 10:50:56 -06:00
Allen 56d077bbf7 fix(scripts): correct codex skills sync target path
Change from ~/code/dotfiles/codex to ~/dotfiles/codex to match
actual repository location.
2026-01-26 00:11:22 +00:00
Big Boss 5bd5a67a4b feat(scripts): add skill sync utility for Claude Code to Codex
Adds a script to copy skills from Claude Code to Codex, enabling both
AI assistants to use the same skill definitions. Discovers skills from:
- User-level skills in .claude/skills/
- Plugin skills from installed marketplace plugins

Supports dry-run mode and verbose output for debugging.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-16 08:35:20 -06:00
Big Boss f9eedc9900 feat: add specialized AI subagents with comprehensive tooling and documentation 2025-07-24 21:07:51 -05:00
Big Boss 47cf842acc fix(usage-tracker): separate PreToolUse and PostToolUse handling to prevent duplicate tool usage logging 2025-07-05 20:55:29 -05:00
Big Boss 2d2913e70c feat(scripts): add uv package management for usage tracker
Add pyproject.toml and uv.lock to establish Python project structure for the usage tracker script, and update settings.json to use uv run for executing the usage tracker hooks.
2025-07-04 14:47:53 -05:00
Big Boss c906edbdb6 Add usage tracking components: include scripts for setup, analysis, and dashboard; log tool usage and session data 2025-07-04 13:02:50 -05:00