Affaan Mustafa
734c94ebdc
fix: declare exa mcp transport type
2026-03-29 21:27:16 -04:00
Affaan Mustafa
dd675d4258
Merge pull request #1007 from AndriyKalashnykov/chore/pin-actions-and-update-claude-md
...
chore: pin actions to commit SHAs and add Skills section to CLAUDE.md
2026-03-29 21:16:09 -04:00
Affaan Mustafa
db12d3d838
Merge pull request #1004 from ohashi-mizuki/fix/pre-push-skip-branch-deletion
...
fix: skip pre-push checks on branch deletion
2026-03-29 21:16:01 -04:00
Andriy Kalashnykov
46f37ae4fb
chore: pin actions to commit SHAs and add Skills section to CLAUDE.md
...
Pin all GitHub Actions to commit SHAs instead of mutable version tags
across ci.yml, release.yml, maintenance.yml, and all reusable workflows.
This prevents supply-chain attacks via tag hijacking.
Add the required Skills section to CLAUDE.md mapping project files
(README.md, .github/workflows/*.yml) to their respective review skills.
2026-03-29 17:16:56 -04:00
ohashi-mizuki
0c166e14da
fix: skip pre-push checks on branch deletion
...
The pre-push hook runs lint/typecheck/test/build checks on every push,
including `git push origin --delete <branch>`. Branch deletion does not
push any code, so verification checks are unnecessary and block the
delete operation.
Detect deletion pushes by reading stdin (local sha is all zeros for
deletes) and exit early.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-29 23:09:26 +09:00
Affaan Mustafa
527c79350c
Merge pull request #1000 from affaan-m/fix/codex-context7-compat-tests
...
fix(codex): broaden context7 config checks
2026-03-29 00:26:32 -04:00
Affaan Mustafa
0ebcfc368e
fix(codex): broaden context7 config checks
2026-03-29 00:26:16 -04:00
Affaan Mustafa
bec1ebf76d
Merge pull request #999 from affaan-m/fix/clv2-config-override-rebase
...
fix(clv2): honor CLV2_CONFIG in start-observer
2026-03-29 00:22:23 -04:00
Affaan Mustafa
be76918850
fix(clv2): honor CLV2_CONFIG in start-observer
2026-03-29 00:21:55 -04:00
Affaan Mustafa
99a154a908
Merge pull request #998 from affaan-m/fix/token-budget-advisor-trigger-clarity
...
fix(skills): clarify token-budget-advisor triggers
2026-03-29 00:20:29 -04:00
Affaan Mustafa
ebf0f135bb
fix(skills): clarify token-budget-advisor triggers
2026-03-29 00:20:04 -04:00
Affaan Mustafa
2d27da52e2
Merge pull request #997 from affaan-m/fix/readme-agent-count-tree
...
docs(readme): fix agent count in repo tree
2026-03-29 00:20:01 -04:00
Affaan Mustafa
65c4a0f6ba
docs(readme): fix agent count in repo tree
2026-03-29 00:19:52 -04:00
Affaan Mustafa
ab49c9adf5
Merge pull request #920 from Xabilimon1/main
...
Add skill: token-budget-advisor (TBA)
2026-03-29 00:16:21 -04:00
Affaan Mustafa
b7a82cf240
Merge origin/main into Xabilimon1/main
2026-03-29 00:15:54 -04:00
Affaan Mustafa
9a55fd069b
fix(skills): harden token budget advisor skill
2026-03-29 00:14:17 -04:00
Affaan Mustafa
d9e8305aa1
Merge pull request #992 from Lidang-Jiang/fix/doc-file-warning-denylist
...
fix(hooks): port doc-file-warning denylist policy to current hook runtime
2026-03-29 00:14:00 -04:00
Affaan Mustafa
f2bf72c005
Merge branch 'main' into fix/doc-file-warning-denylist
2026-03-29 00:13:48 -04:00
Affaan Mustafa
3ae0df781f
Merge pull request #893 from up2itnow0822/feat/agent-payment-x402-skill
...
feat: add agent-payment-x402 skill for autonomous agent payments
2026-03-29 00:08:03 -04:00
Affaan Mustafa
a346a304b0
Merge pull request #926 from xingzihai/feature/pre-commit-quality-hook
...
feat(hooks): add pre-commit quality check hook
2026-03-29 00:07:28 -04:00
Affaan Mustafa
81acf0c928
fix(hooks): make pre-commit quality checks enforce staged state
2026-03-29 00:07:18 -04:00
Affaan Mustafa
06a77911e6
Merge pull request #993 from affaan-m/fix/healthcare-eval-harness-followup
...
fix(docs): repair healthcare eval harness examples
2026-03-29 00:04:54 -04:00
Affaan Mustafa
9406f35fab
fix(docs): repair healthcare eval harness examples
2026-03-29 00:04:36 -04:00
Affaan Mustafa
c5e3658ba6
Merge pull request #955 from drkeyurpatel-wq/feat/healthcare-patterns
...
feat: Healthcare domain — 4 skills + 1 agent for health-tech applications
2026-03-28 23:25:30 -04:00
Affaan Mustafa
eeeea506a6
Merge pull request #959 from sreedhargs89/feat/skill-context-keeper
...
feat(skill): ck — persistent per-project memory for Claude Code
2026-03-28 23:24:10 -04:00
Affaan Mustafa
fc1ea4fbea
Merge pull request #818 from 694344851/docs/zh-cn-prune-command
...
Docs/zh cn prune command
2026-03-28 23:24:03 -04:00
Affaan Mustafa
00787d68e4
fix(ck): preserve display names and harden git helpers
2026-03-28 23:23:54 -04:00
Affaan Mustafa
1e3572becf
fix(docs): correct zh-CN prune frontmatter
2026-03-28 23:23:51 -04:00
Lidang-Jiang
7462168377
fix(lint): prefix unused options parameter with underscore
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
Signed-off-by: Lidang-Jiang <lidangjiang@gmail.com >
2026-03-29 10:14:53 +08:00
Lidang-Jiang
3c3781ca43
refactor: address reviewer feedback
...
- Add options={} parameter to run() to match run-with-flags.js contract
- Remove case-insensitive flag from extension pre-filter for consistency
with ADHOC_FILENAMES regex (both now case-sensitive)
- Expand warning text to list more structured paths
- Add test cases for uppercase extensions (TODO.MD, NOTES.TXT)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
Signed-off-by: Lidang-Jiang <lidangjiang@gmail.com >
2026-03-29 10:09:02 +08:00
Lidang-Jiang
27d71c9548
fix(hooks): port doc-file-warning denylist policy to current hook runtime
...
Replace the broad allowlist approach with a targeted denylist that only
warns on known ad-hoc filenames (NOTES, TODO, SCRATCH, TEMP, DRAFT,
BRAINSTORM, SPIKE, DEBUG, WIP) outside structured directories. This
eliminates false positives for legitimate markdown-heavy workflows while
still catching impulse documentation files.
Closes #988
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
Signed-off-by: Lidang-Jiang <lidangjiang@gmail.com >
2026-03-29 09:54:23 +08:00
Affaan Mustafa
6f16e75f9d
Merge pull request #985 from likzn/feature/trae-integration
...
Add Trae IDE support (.trae/)
2026-03-28 20:46:08 -04:00
Affaan Mustafa
0d30da1fc7
Merge branch 'main' into feature/trae-integration
2026-03-28 20:45:51 -04:00
Affaan Mustafa
e686bcbc82
fix(trae): harden install and uninstall flow
2026-03-28 20:45:37 -04:00
Affaan Mustafa
25c8a5de08
Merge pull request #991 from affaan-m/affaan/laravel-plugin-discovery-refresh
...
feat(skills): add laravel-plugin-discovery skill with LaraPlugins MCP
2026-03-28 20:44:28 -04:00
Affaan Mustafa
ec104c94c5
fix(skills): wire laravel plugin discovery into installs
2026-03-28 20:44:04 -04:00
Affaan Mustafa
14a51404c0
fix(skills): align laravel plugin discovery docs
2026-03-28 20:44:04 -04:00
Daniel Petrica
666c639206
feat(skills): add laravel-plugin-discovery skill with LaraPlugins MCP
...
- Add laraplugins MCP server to mcp-configs/mcp-servers.json
- Create laravel-plugin-discovery skill for Laravel package discovery
- Supports searching by keyword, health score, Laravel/PHP version
- No API key required - free for Laravel community
2026-03-28 20:44:04 -04:00
Affaan Mustafa
a8e088a54e
Merge pull request #923 from danielpetrica/main
...
feat(skills): add laravel-plugin-discovery skill with LaraPlugins MCP
2026-03-28 20:41:59 -04:00
Affaan Mustafa
eac0228f88
fix(skills): align laravel plugin discovery docs
2026-03-28 20:41:45 -04:00
Affaan Mustafa
b6e3434ff4
Merge pull request #858 from sliver2er/fix/install-missing-ajv-dependency
...
fix: move ajv to dependencies and auto-install deps in install scripts
2026-03-28 20:36:59 -04:00
Affaan Mustafa
4eaee83448
fix(install): stop after npm bootstrap failures on powershell
2026-03-28 20:36:43 -04:00
Affaan Mustafa
1e43639cc7
Merge pull request #855 from Yumerain/fix/zh-cn-doc-format
...
docs(zh-CN): fix missing newline before origin in prompt-optimizer skill
2026-03-28 20:36:11 -04:00
Affaan Mustafa
766f846478
Merge pull request #897 from techiro/docs/ja-JP-translate-plain-text-blocks
...
docs(ja-JP): Add translation support for code blocks with lang=plain text
2026-03-28 20:35:44 -04:00
Affaan Mustafa
dd38518afe
fix(docs): restore canonical runtime strings in ja-JP docs
2026-03-28 20:35:25 -04:00
Affaan Mustafa
c1d98b071e
Merge pull request #892 from chris-yyau/fix/remove-redundant-skill-sync
...
fix: remove redundant skill copy from sync-ecc-to-codex.sh
2026-03-28 20:32:12 -04:00
Affaan Mustafa
70b98f3178
Merge pull request #911 from haibindev/main
...
feat(skills): add repo-scan skill
2026-03-28 20:30:16 -04:00
Affaan Mustafa
dcc4d914d2
fix(skills): tighten repo-scan install flow
2026-03-28 20:29:51 -04:00
Affaan Mustafa
71219ff656
Merge pull request #929 from xingzihai/feat/skill-development-guide
...
docs: add comprehensive Skill Development Guide
2026-03-28 20:24:01 -04:00
Affaan Mustafa
e815f0d05c
fix(docs): resolve skill guide review issues
2026-03-28 20:23:34 -04:00