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
Pin engineering-website to the ASM commit that contains the pi-timestamps status-bar redesign.
Why
The pi-timestamps package docs and metadata are source-owned in agent-skills-marketplace and rendered here at build time.
This website repo should therefore follow the same pattern we used last time:
ASM change merges or is prepared for review
↓
engineering-website updates `agent-skills-source.ref`
↓
default website builds render the reviewed ASM source of truth
This update ensures the site picks up the new pi-timestamps package docs, including the explanation that the newest live relative age moved to the status bar to avoid historical transcript rerendering problems.
Files Changed
agent-skills-source.ref — updated to c1612db610d1a93ce0150e5396550d20c36bb352
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.
When red the pipeline is, patient you must 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
Pin
engineering-websiteto the ASM commit that contains thepi-timestampsstatus-bar redesign.Why
The
pi-timestampspackage docs and metadata are source-owned inagent-skills-marketplaceand rendered here at build time.This website repo should therefore follow the same pattern we used last time:
This update ensures the site picks up the new
pi-timestampspackage docs, including the explanation that the newest live relative age moved to the status bar to avoid historical transcript rerendering problems.Files Changed
agent-skills-source.ref— updated toc1612db610d1a93ce0150e5396550d20c36bb352How to Test
Validation
npm install --package-lock=false✅AGENT_SKILLS_REPO_DIR=../agent-skills-marketplace npm run build✅git diff --check✅Notes
src/data/marketplace.jsonremains an untracked copied artifact and was not committed.