Open
Conversation
- Implemented builder logic in builder.ts, including project building and concept resolution. - Developed intent detection and concept expansion functionalities. - Generated architecture and structure based on concepts. - Created CLI interface for atlas-builder to accept user input and display results.
…zation and architecture generation
…dd StructurePanel component
…ld script; enhance index.ts with project builder exports
…ructions, and CLI examples
…r better layout consistency
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.
feat: atlas-builder, glossary-driven Solana project scaffolder
What this adds
Atlas Builder turns a plain-English project description into a structured Solana/Anchor scaffold — driven entirely by
@stbr/solana-glossaryterm data.Two surfaces:
atlas-builderCLI: describe your project, get concepts + architecture + folder treeapps/atlas-builder/: live three-panel interface (Concepts / Architecture / Structure)How it works
The 12 supported intents:
escrow,staking,nft,token,defi,dao,game,marketplace,bridge,oracle,lending,wallet.SDK integration
All pipeline functions are exported from
@stbr/solana-glossary:The
langoption (en/es/pt) passes through the SDK's i18n layer so all concept names and definitions are returned in the target language.Files added
src/index.ts- builder exports appendedpackage.json-bin.atlas-builder+ build entry addedCLI demo
Checklist
npm test— 12/12 passingtsc --noEmitin repo root — 0 errorstsc --noEmitinapps/atlas-builder— 0 errorsnpx tsx src/cli/atlas-builder.ts@stbr/solana-glossarySDK exclusively (no third-party AI/LLM deps)--lang=pt/--lang=es