Update docs for recent Pine v6 features#4
Open
jabez4jc wants to merge 8 commits into
Open
Conversation
Added new routing entries for publishing guidelines and BBCode.
Added comprehensive publishing guidelines for Pine Script v6, covering privacy types, visibility types, house rules, vendor requirements, and description formatting.
ntp000
approved these changes
Jun 24, 2026
Update release_notes.md
Adds a Claude Code skill that routes Pine Script tasks through the repo's LLM_MANIFEST.md instead of relying on training-data recall (which is heavily biased toward stale v4/v5 syntax), plus a matching pinescript-developer subagent with a retrieval-first workflow and a concrete review checklist for repainting, var/varip misuse, deprecated strategy syntax, drawing-object limits, and publishing compliance.
Moves agents/ and skills/ to top level and adds .claude-plugin/plugin.json plus a self-hosting marketplace.json, so the repo can be installed with /plugin marketplace add and /plugin install instead of only working as project-local .claude/ config.
Adds the /plugin marketplace add + /plugin install flow as the recommended option for Claude Code users, renumbers the remaining options, and updates the repo structure section to cover .claude-plugin/, agents/, skills/, visuals/, and writing_scripts/.
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.
I updated the missing release-note coverage across the repo instead of only adding a changelog note.
The top-level discovery docs now surface the newer Pine v6 additions and route users/LLMs to the right files: README.md has a release coverage section, and LLM_MANIFEST.md now indexes request.footprint, volume_row, syminfo.isin, timeframe_bars_back, and the style-guide wrapping change.
I also filled the actual documentation gaps: reference/functions/general.md now documents time() / time_close() with timeframe_bars_back, reference/types.md now covers both footprint and volume_row, and writing_scripts/style_guide.md now reflects the updated parenthesis-based line wrapping behavior.
Finally, I brought the two bundled full-reference files in line by adding syminfo.isin, request.footprint(), the time() / time_close() parameter update, and the missing footprint / volume_row type entries.