• Joined on 2026-01-23
zsp synced commits to main at zsp/everything-claude-code from mirror 2026-03-04 00:48:35 +08:00
9dc76fd27b Merge pull request #323 from pythonstrup/chore/add-prettierrc
3260c7449e fix(lint): remove unnecessary escape characters in regex patterns
66143eaf74 chore: add .prettierrc for consistent code formatting
Compare 3 commits »
zsp synced new reference dev to zsp/everything-claude-code from mirror 2026-03-04 00:48:35 +08:00
zsp synced commits to dev at zsp/everything-claude-code from mirror 2026-03-04 00:48:35 +08:00
zsp synced and deleted reference refs/tags/fix/batch-issue-fixes at zsp/everything-claude-code from mirror 2026-03-04 00:48:35 +08:00
zsp synced commits to main at zsp/everything-claude-code from mirror 2026-03-03 16:38:34 +08:00
ada4cd75a3 docs(zh-CN): sync Chinese docs with latest upstream changes (#304)
adc0f67008 fix(continuous-learning-v2): observer background process crashes immediately (#312)
3bfd29bb46 fix(hooks): exclude .history/ directory from doc file warning
1df0a53f22 fix: resolve CI failures on main — lint, hooks validator, and test alignment
912df24f4a feat: automatic project type and framework detection (#293)
Compare 7 commits »
zsp synced commits to main at zsp/everything-claude-code from mirror 2026-03-02 07:58:35 +08:00
5818e8adc7 feat: project-scoped instinct isolation
zsp synced new reference claude/separate-niche-scopes to zsp/everything-claude-code from mirror 2026-03-01 07:28:36 +08:00
zsp synced commits to claude/separate-niche-scopes at zsp/everything-claude-code from mirror 2026-03-01 07:28:36 +08:00
zsp synced commits to codex/separate-niche-scopes at zsp/everything-claude-code from mirror 2026-03-01 07:28:36 +08:00
zsp synced new reference codex/separate-niche-scopes to zsp/everything-claude-code from mirror 2026-03-01 07:28:36 +08:00
zsp synced commits to main at zsp/everything-claude-code from mirror 2026-03-01 07:28:36 +08:00
2d3be88bb5 docs: update positioning to performance optimization system, add Plankton reference
87a2ed51dc feat: add exa-web-search to MCP config template
b68558d749 feat: expand research-first mandate in development workflow
1fa22efd90 chore: clean up FUNDING.yml format
dc8455dd10 feat: separate core vs niche skills and enforce research-first default
Compare 5 commits »
zsp synced commits to refs/tags/v1.7.0 at zsp/everything-claude-code from mirror 2026-02-27 22:48:36 +08:00
zsp synced new reference refs/tags/v1.7.0 to zsp/everything-claude-code from mirror 2026-02-27 22:48:36 +08:00
zsp synced commits to main at zsp/everything-claude-code from mirror 2026-02-27 22:48:36 +08:00
b3d3eac532 chore: release v1.7.0
706ee80069 feat: add generic content and investor skills
87fc2d5089 Add frontend slides skill across platforms
2d9cc5c336 fix: restructure plugin manifest for Cowork marketplace compatibility
b21596de20 fix: sync plugin manifest to v1.6.0, add chief-of-staff agent, fix placeholder email
Compare 5 commits »
zsp synced commits to main at zsp/everything-claude-code from mirror 2026-02-27 14:38:35 +08:00
7713ceeec0 fix(docs): use namespaced /everything-claude-code:plan in README examples
3b2448dbb4 fix(hooks): extract doc-warning hook to external script to fix CI
71447f6634 feat(agents): add chief-of-staff communication triage agent (#280)
Compare 3 commits »
zsp synced commits to main at zsp/everything-claude-code from mirror 2026-02-26 05:58:36 +08:00
d70bab85e3 feat: add Cursor, Codex, and OpenCode harnesses — maximize every AI coding tool
a9b104fc23 feat: add security guides and sanitize external links across repo
Compare 2 commits »
zsp synced commits to main at zsp/everything-claude-code from mirror 2026-02-25 05:08:36 +08:00
3d63fd33b9 Merge pull request #233 from andydiaz122/nano_claw_v1
f80004e5e8 Merge pull request #276 from pangerlkr/patch-7
4dbc0aa966 Merge pull request #273 from bintocher/bintocher/issue-246
0f5f6e394e Merge pull request #255 from CindyPersonalGit/main
f730fae78e Merge pull request #252 from pythonstrup/feat/auto-detect-formatter
Compare 35 commits »
zsp synced commits to refs/tags/v1.6.0 at zsp/everything-claude-code from mirror 2026-02-24 20:48:33 +08:00
zsp synced new reference refs/tags/v1.6.0 to zsp/everything-claude-code from mirror 2026-02-24 20:48:33 +08:00
zsp synced commits to main at zsp/everything-claude-code from mirror 2026-02-24 03:58:35 +08:00
db27ba1eb2 chore: update README stats and add Codex platform support
3c833d8922 Merge pull request #265 from shimo4228/feat/skills/skill-stocktake
156b89ed30 Merge pull request #268 from pangerlkr/patch-6
41ce1a52e5 feat: add scripts/codemaps/generate.ts codemap generator Fixes #247 - The generate.ts script referenced in agents/doc-updater.md was missing from the repository. This adds the actual implementation. The script: - Recursively walks the src directory (skipping node_modules, dist, etc.) - Classifies files into 5 areas: frontend, backend, database, integrations, workers - Generates docs/CODEMAPS/INDEX.md + one .md per area - Uses the codemap format defined in doc-updater.md - Supports optional srcDir argument: npx tsx scripts/codemaps/generate.ts [srcDir]
91b7ccf56f feat(skills): add skill-stocktake skill
Compare 5 commits »