Add AGENTS.md with Cursor Cloud dev environment instructions - #2
Draft
ibrahima wants to merge 1 commit into
Draft
Conversation
Co-authored-by: Ibrahim Awwal <ibrahima@users.noreply.github.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 documents the development environment for this repo's two independent components and adds an
AGENTS.mdwith durable, non-obvious startup/run guidance for future cloud agents.skills-ref/— Python reference CLI/library managed withuv(Python>=3.11).docs/— Mintlify documentation site (npm run dev→mint dev, serves onhttp://localhost:3000).The only file change is the new
AGENTS.md; no application code was modified. Dependency installation (uv,mint) is handled via the VM snapshot + startup update script, not repo changes.Verification
skills-ref/(Python)uv run pytest— 40 passeduv run ruff check .— all checks passeduv run ruff format --check .— 11 files already formattedhello-worldskill and ranvalidate(valid),read-properties(JSON), andto-prompt(XML)docs/(Mintlify)mint devserves athttp://localhost:3000(redirects/→/home, HTTP 200)docs_site_navigation_demo.mp4
Docs homepage
Docs specification page
To show artifacts inline, enable in settings.