Conversation
Adds 'hs explore' command that queries the Hyperstack cloud API to discover available stacks and introspect their schemas. Supports three levels of detail: list all stacks, show entities/views for a stack, or show fields/types for a specific entity. Includes --json flag for machine-readable output used by AI coding agents. New API client methods for public registry endpoints (no auth required) and authenticated schema endpoints for user-owned stacks.
…nd tutorial New 'Build with AI' docs section covering: - Agent skills overview and one-command install (npx skills add) - Editor setup for Cursor, Claude Code, OpenCode, Windsurf, VS Code, Cline - Schema discovery with hs explore - Prompt cookbook with 8 ORE-focused copy-paste prompts - Finding IDLs guide for building custom stacks - Zero-code agentic tutorial for building an ORE mining dashboard Also updates homepage with Build with AI cards, adds hs explore to CLI reference, adds skills callout to quickstart, and configures llms.txt with project description and promoted pages.
…first Adds docs/public/agent.md served at /agent.md, a plain text instruction file that any AI agent can read to self-setup Hyperstack (install CLI via Cargo/npm, install skills for 40+ editors via npx skills, discover stacks). Users paste one prompt to get everything working. Restructures the overview page to lead with the agent-driven setup path and moves manual instructions to a secondary section. Adds tip callout to the editor setup page pointing to the automated path.
- Add CopyPrompt component for copy-to-clipboard prompt boxes - Move finding-idls.mdx from agent-skills to building-stacks - Update agent-skills prompts to use CopyPrompt and be more concise - Simplify editor setup with explicit --agent flags and unified .agents/skills/ paths - Add heatmap grid prompt to cookbook
|
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.
Various changes to improve usability of hyperstack for agents