You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Repin engineering-website to the merged ASM commit for the pi-timestamps redesign.
Why
Main is currently pinned to an ASM PR-branch commit (05e1217...) that is not fetchable from the remote after merge, so GitHub Actions cannot check out the pinned SHA.
The merged ASM change now lives at:
114806ed9777cb9dfb74259a21d6bead02178b28
This PR updates agent-skills-source.ref to that merged main commit so website CI can fetch ASM again.
Files Changed
agent-skills-source.ref — repinned from PR-branch SHA to merged ASM main SHA
Validation
cp ../agent-skills-marketplace/website/src/data/marketplace.json src/data/marketplace.json
AGENT_SKILLS_REPO_DIR=../agent-skills-marketplace npm run build
Naboo can answer read-only CI questions directly in this PR. Comment with one of these commands on its own line:
Command
What it does
/ci help
Show the command reference
/ci status
Show current check-run statuses for this PR
/ci explain
Show check statuses + CI routing/policy notes
/ci run (full / optimo / diversio / minimal)
Trigger Django4Lyfe backend CI manually (write/maintain/admin/allowlist only)
/ci retry
Rerun the latest Django4Lyfe backend CI pipeline for this PR SHA (write/maintain/admin/allowlist only)
/ci cancel
Cancel the in-flight Django4Lyfe backend CI pipeline for this PR SHA (write/maintain/admin/allowlist only)
Read-only commands work everywhere Naboo is installed.
Manual backend commands are limited to Django4Lyfe and require write/maintain/admin/allowlist access,
direct CircleCI-control enablement, and repo permission.
Backend auto-trigger policy:
first PR commit -> CI runs (mode depends on files)
intermediate commits -> CI usually skips
checkpoint every 5 commits -> runs only after 30m cooldown
shared/risky paths -> full CI runs
force-push / ready PR -> CI runs (mode depends on files)
draft/conflicted PR -> CI is blocked
The trigger mode (optimo, diversio, full, or minimal) is chosen
automatically based on which product directories changed.
Run /ci explain to see the routing decision for this PR.
Need CI right now? A user with write, maintain, admin, or explicit allowlist access can comment /ci run full. Naboo still dedupes by branch + SHA so repeated commands do not create duplicate pipelines.
A flaky test, a Sith trick it may be.
This one-time message is posted automatically when the PR opens.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Repin
engineering-websiteto the merged ASM commit for the pi-timestamps redesign.Why
Main is currently pinned to an ASM PR-branch commit (
05e1217...) that is not fetchable from the remote after merge, so GitHub Actions cannot check out the pinned SHA.The merged ASM change now lives at:
This PR updates
agent-skills-source.refto that merged main commit so website CI can fetch ASM again.Files Changed
agent-skills-source.ref— repinned from PR-branch SHA to merged ASM main SHAValidation
Build completed successfully.
Notes
mainwas caused by pinning to a branch commit instead of the merged ASM commit.