github-actions[bot]
2cf1920e41
bump(chrome-devtools-mcp): 5a9d6af7 → 6225ffba ( #3098 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-19 08:51:28 -05:00
github-actions[bot]
e1d82a1ffe
bump(forge-skills): 8c1c2488 → ea409cc7 ( #3100 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-19 08:51:06 -05:00
github-actions[bot]
f29c8f5cc2
bump(quarkus-agent): 2bcba203 → 63b88c3e ( #3103 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-19 08:50:43 -05:00
github-actions[bot]
b67dd1abf0
bump(teamcity-cli): 55117e13 → cdd1f781 ( #3107 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-19 08:50:20 -05:00
github-actions[bot]
af29dc6f55
bump(togetherai-skills): 86bdd662 → 9815b94d ( #3108 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-19 08:49:55 -05:00
github-actions[bot]
0fd4221c2e
bump(auth0): 5ea574ad → 838a181a ( #3097 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-19 08:49:30 -05:00
github-actions[bot]
4106fe7465
bump(codspeed): 10e74bab → 2533b0cf ( #3099 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-19 08:49:04 -05:00
github-actions[bot]
59f2218cb5
bump(hyperframes): fdb8f33f → ae404984 ( #3101 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-19 08:48:38 -05:00
github-actions[bot]
28fd24d77e
bump(sap-fiori-mcp-server): 5f7ba664 → 7f4ae6e7 ( #3105 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-19 08:47:56 -05:00
github-actions[bot]
7cb4bfe289
bump(pigment): f7bb2190 → 9ca3af07 ( #3102 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-19 08:47:44 -05:00
github-actions[bot]
2b797d899b
bump(remember): 02791ae0 → afb83cc7 ( #3104 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-19 08:47:16 -05:00
github-actions[bot]
478e183a72
bump(slack): 4729a3ee → 70302918 ( #3106 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-19 08:46:16 -05:00
Bryan Thompson
94258c5913
ci: pin validate-plugins + scan-plugins + bump-plugin-shas to self-healing CLI install ( #3095 )
...
* ci: bump validate-plugins action pin to self-healing CLI install
Bumps the pinned validate-plugins action SHA (f846a0bc -> 5d75f99) to pick up
two fixes already merged in claude-plugins-community:
1. Self-healing claude CLI install (community#233): the prior pin's install step
was a bare `npm i -g @anthropic-ai/claude-code@latest && claude --version`,
which intermittently stalled (a 28-min hang -> "native binary not installed")
and jammed whichever bump PR caught it (e.g. desktop-commander #2985 ). The new
step forces the optional native dep, verifies the binary, re-runs the
postinstall on a miss, and bounds every network step with a timeout.
2. strict:false skills-only manifest synthesis: the prior pin hard-required a
plugin.json for external git-subdir sources, false-failing skills-only entries
that the marketplace server synthesizes a manifest for. This is what blocks
#2997 (learn-with-coursera) and #2312 (netsuite-suitecloud) today; the bumped
action synthesizes a minimal manifest for them instead.
No other change. The action stays on claude-cli-version: latest.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* ci: pin scan-plugins + bump-plugin-shas to self-healing action too
Extend the validate-plugins pin bump (this PR) to the other two shared actions
that install the claude CLI the same flaky way. All three now pin the same
claude-plugins-community SHA (d207465) carrying the self-healing install
(community#233 + #234 ): force the optional native dep, verify, re-run postinstall
on a miss, timeout every network step, retry with real reinstalls.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* ci: run validate on workflow-file changes (fix required-check deadlock)
A PR touching only .github/workflows/** (e.g. an action-SHA re-pin like this one)
never matched validate-plugins.yml's pull_request path filter, so the required
'validate' check never ran and the PR sat 'Expected — Waiting for status to be
reported' with no way to clear it (workflow_dispatch check runs aren't associated
with the PR, so they don't satisfy the required check; the ruleset has no bypass
actors). Add .github/workflows/** to the trigger so workflow-only PRs validate
in-context and can clear the gate — and so this PR unblocks itself.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-18 19:50:51 -07:00
Dickson Tsai
46a038ad2d
Merge pull request #3094 from anthropics/dickson/add-project-artifact-plugin
...
Add project-artifact plugin
2026-06-18 19:03:54 -07:00
github-actions[bot]
2fea32e337
bump(desktop-commander): 7a9b2ff0 → fea06819 ( #2985 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-18 20:26:25 -05:00
Dickson Tsai
bd6d2a4054
Trim project-artifact README to usage essentials
2026-06-19 00:46:00 +00:00
Dickson Tsai
3c00b46a83
Add project-artifact plugin: living project status pages published as artifacts
2026-06-19 00:24:35 +00:00
github-actions[bot]
da25d5088b
bump(amazon-location-service): 46fd59cd → c65ee436 ( #3073 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-18 19:18:27 -05:00
github-actions[bot]
b79251732a
bump(aws-data-analytics): 9e9560f9 → 08025af3 ( #3078 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-18 19:18:06 -05:00
github-actions[bot]
c981bd3903
bump(carta-cap-table): bb7763dd → 62a57528 ( #3081 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-18 19:17:45 -05:00
github-actions[bot]
74cffe2f50
bump(aws-serverless): 46fd59cd → c65ee436 ( #3079 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-18 19:17:23 -05:00
github-actions[bot]
2da32a455c
bump(aws-transform): 46fd59cd → c65ee436 ( #3080 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-18 19:16:59 -05:00
github-actions[bot]
0a39f69df3
bump(carta-crm): bb7763dd → 62a57528 ( #3082 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-18 19:16:36 -05:00
github-actions[bot]
24a683e897
bump(carta-investors): bb7763dd → 62a57528 ( #3083 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-18 19:16:12 -05:00
github-actions[bot]
1e5aefeff4
bump(quarkus-agent): 0baae191 → 2bcba203 ( #3089 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-18 19:15:43 -05:00
github-actions[bot]
d2bc0dc649
bump(sagemaker-ai): 46fd59cd → c65ee436 ( #3091 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-18 19:15:18 -05:00
github-actions[bot]
d82380560e
bump(aws-agents-for-devsecops): 9e9560f9 → 08025af3 ( #3075 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-18 19:14:57 -05:00
github-actions[bot]
26480bdb4a
bump(databases-on-aws): 46fd59cd → c65ee436 ( #3085 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-18 19:14:50 -05:00
github-actions[bot]
40971f7892
bump(deploy-on-aws): 46fd59cd → c65ee436 ( #3086 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-18 19:14:23 -05:00
github-actions[bot]
3fdc626d0f
bump(snowflake-cortex-code): 5a8f277f → 8150954b ( #3092 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-18 19:13:56 -05:00
github-actions[bot]
3ea5503f2a
bump(aws-agents): 9e9560f9 → 08025af3 ( #3074 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-18 19:13:29 -05:00
github-actions[bot]
024998a4de
bump(aws-amplify): 46fd59cd → c65ee436 ( #3076 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-18 19:13:00 -05:00
github-actions[bot]
2996915a48
bump(aws-core): 9e9560f9 → 08025af3 ( #3077 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-18 19:12:31 -05:00
github-actions[bot]
5b6b17ee83
bump(hyperframes): 1bab79ef → fdb8f33f ( #3087 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-18 19:12:22 -05:00
github-actions[bot]
3bd30f4459
bump(superpowers): b62616fc → 896224c4 ( #3093 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-18 19:11:52 -05:00
github-actions[bot]
13430a31f4
bump(data-agent-kit-starter-pack): 0deb62a1 → 86cd0201 ( #3084 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-18 19:11:05 -05:00
github-actions[bot]
8c53513cb2
bump(outputai): c005dac0 → 66f15834 ( #3088 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-18 19:10:49 -05:00
github-actions[bot]
906a43eee2
bump(remember): 5e8e44ac → 02791ae0 ( #3090 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-18 19:10:16 -05:00
github-actions[bot]
0c4ada3745
bump(base44): 1e0d0aaa → 7b301e25 ( #3051 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-18 19:05:38 -05:00
github-actions[bot]
06331b2bd1
bump(dash0): 9d0f6d3e → a58add13 ( #3057 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-18 19:05:27 -05:00
github-actions[bot]
e8ced60375
bump(expo): b76270a4 → b553ae4e ( #3058 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-18 13:30:12 -05:00
github-actions[bot]
2bd3803dbd
bump(hyperframes): 8c981a45 → 1bab79ef ( #3060 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-18 13:25:46 -05:00
github-actions[bot]
790ff5fdc9
bump(jfrog): 1a0c6bf9 → 97e25cc7 ( #3061 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-18 13:25:36 -05:00
github-actions[bot]
5b7e9349f2
bump(posthog): cf9d6f22 → fa6f6196 ( #3063 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-18 13:25:11 -05:00
github-actions[bot]
be89916a58
bump(remember): a4ff96f3 → 5e8e44ac ( #3064 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-18 13:24:45 -05:00
github-actions[bot]
e939591a1a
bump(resend): 406ba99b → 288efc71 ( #3065 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-18 13:24:18 -05:00
github-actions[bot]
08c643c9c7
bump(aws-agents-for-devsecops): 9ad8fe7d → 9e9560f9 ( #3047 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-18 13:23:34 -05:00
github-actions[bot]
6c7d8d4f4e
bump(aws-data-analytics): 9ad8fe7d → 9e9560f9 ( #3049 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-18 13:23:04 -05:00
github-actions[bot]
65fcb81c6d
bump(carta-cap-table): 72e57830 → bb7763dd ( #3052 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-18 13:22:35 -05:00
github-actions[bot]
be8669ea2f
bump(chrome-devtools-mcp): fc9d8fe3 → 5a9d6af7 ( #3055 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-18 13:22:03 -05:00