Monorepo split + telemetry web app + release-driven deploy/publish#6
Merged
Monorepo split + telemetry web app + release-driven deploy/publish#6
Conversation
Move the publishable CLI package into packages/cli and convert the root package into a private workspace orchestrator.\n\nAlso adds GitHub-source telemetry hooks/tests for add flows while preserving CLI-only publish boundaries.\n\nCo-authored-by: Codex <noreply@openai.com>
Introduce a Next.js App Router web app with Neon/Drizzle-backed ingestion and leaderboard queries, including daily/weekly/monthly rollups.\n\nAdds detail/docs pages, skills redirect behavior, search/filter UX, and theme support with persisted dark-mode preference.\n\nCo-authored-by: Codex <noreply@openai.com>
Keep CI checks on push/PR, deploy preview on main pushes, and run npm publish + production web deploy on release.published tags.\n\nUses Vercel OIDC-based auth in GitHub Actions to avoid long-lived VERCEL_TOKEN repository secrets.\n\nCo-authored-by: Codex <noreply@openai.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
agentloominto a Turborepo workspace and move the publishable CLI package topackages/cliagentloomnpm publish surface remains CLI-only)agentloom add) with opt-out/override env controls and fail-open behaviorapps/webNext.js directory app with Neon + Drizzle ingestion/query pipeline and leaderboard/detail/docs pagesdaily), plus weekly/monthly/all-time/skills/*redirect toskills.shRelease/Deploy Behavior
pushtomain: preview deploy only (.github/workflows/preview-deploy.yml)release.published(vX.Y.Z): validates tag/version, runs workspace checks/build, publishespackages/clito npm, deploys web productionVERCEL_TOKENGitHub secret required (workflow uses OIDC token exchange)Verification
pnpm checkhttps://agentloom.sh:Trending (24h)period/tab present and functionalhttps://github.com/farnoodma/agentloomPOST https://agentloom.sh/api/v1/installsreturned{ "accepted": true }ingest_events.event_id = e3d4e561-6181-4790-94a8-df4a536be2bdtelemetry-smoke-202602212125012026-02-21Notes
.private/neon-oss-followup-template.mdand kept it gitignored.