Add Cloud Agent development environment config - #2
Draft
asymetryk wants to merge 1 commit into
Draft
Conversation
- Track .cursor/environment.json (install + web-dev terminal) - Adjust .gitignore to allow the environment config while ignoring other .cursor contents Co-authored-by: asymetryk <asymetryk@outlook.com>
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
Sets up and verifies the Cloud Agent development environment for AI Stack Observatory, and captures it as a repository-managed
.cursor/environment.jsonso future agents boot ready-to-work.What was done
v22.14.0+ pnpm10.15.0(via corepack).pnpm install --frozen-lockfile— lockfile up to date, 436 packages.pnpm lintandpnpm typecheck— clean across all 4 workspace projects.pnpm test— 21 tests pass (core: 17, web: 4) plus CLI smoke test.pnpm dev— Next.js 15 dev server serves on port 3000.pnpm observatory inspect …) returns the expectedWATCHrecommendation.https://github.com/example/viking→ WATCH, 74% overlap with Graft, 87% confidence (matches the README north-star).Environment build validation
Validated the config with a clean draft environment build (fresh git clone →
corepack prepare pnpm@10.15.0→pnpm install --frozen-lockfile): SUCCEEDED, install exit code 0, 437 packages, snapshot ready.Files
.cursor/environment.json—installruns pnpm install (frozen lockfile), and aweb-devterminal runspnpm dev..gitignore— allow tracking.cursor/environment.jsonwhile still ignoring other.cursorcontents.Notes
No Postgres/Docker was needed for the demo path (the app ships demo/fixture data). The optional contributor Postgres via
docker composeis unchanged.Demo
observatory_analyze_flow_trimmed.mp4
Analyze result: WATCH, 74% overlap with Graft, 87% confidence
To show artifacts inline, enable in settings.