use the new auto generated docs in the system prompt#96
Open
cyrillical00 wants to merge 1 commit into
Open
Conversation
Summary: Update create-local-circuit-prompt to fetch from the new auto-generated COMPONENT_DOCS.md with fallback to the old COMPONENT_TYPES.md Reasoning: The issue asks to use new auto-generated docs in the system prompt. The existing code fetches COMPONENT_TYPES.md (raw zod/TypeScript type definitions) from the tscircuit/props repo. The new auto-generated docs are in COMPONENT_DOCS.md in the same repo, which provides more readable documentation. A fallback to the old URL is included so the prompt still works if the new file is not yet available. Top blockers: Cannot confirm the exact URL of the new auto-generated docs without seeing the tscircuit/props repo structure or the referenced image in the issue. The URL COMPONENT_DOCS.md is an educated guess based on naming conventions. Drafted by bounty-bot for tscircuit#45
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.
Closes the bounty.
Summary
Summary: Update create-local-circuit-prompt to fetch from the new auto-generated COMPONENT_DOCS.md with fallback to the old COMPONENT_TYPES.md
Reasoning: The issue asks to use new auto-generated docs in the system prompt. The existing code fetches COMPONENT_TYPES.md (raw zod/TypeScript type definitions) from the tscircuit/props repo. The new auto-generated docs are in COMPONENT_DOCS.md in the same repo, which provides more readable documentation. A fallback to the old URL is included so the prompt still works if the new file is not yet available.
Top blockers: Cannot confirm the exact URL of the new auto-generated docs without seeing the tscircuit/props repo structure or the referenced image in the issue. The URL COMPONENT_DOCS.md is an educated guess based on naming conventions.
Test commands
bun test tests/utils/save-prompt.test.tsbun testSubmitted via bounty-bot. Confidence: low.