docs: replace inline GenLayer guide with pointer to genlayer-dev plugin#8
Open
acastellana wants to merge 1 commit intomainfrom
Open
docs: replace inline GenLayer guide with pointer to genlayer-dev plugin#8acastellana wants to merge 1 commit intomainfrom
acastellana wants to merge 1 commit intomainfrom
Conversation
The 1286-line GENLAYER_GUIDE.md was a manually maintained copy of GenLayer developer reference that duplicated content from the official genlayer-dev Claude Code plugin (https://github.com/genlayerlabs/skills). Replace with a short pointer file that: - Links to the canonical genlayer-dev plugin and its skills - Lists the available skills (write-contract, genlayer-cli, etc.) - Includes the install command and key doc URLs - Mentions the Testnet Bradbury faucet This eliminates a maintenance burden and ensures developers always get up-to-date information from the authoritative source.
|
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.
Summary
The
docs/GENLAYER_GUIDE.md(1,286 lines) was a manually maintained copy of GenLayer developer reference that duplicates content from the officialgenlayer-devClaude Code plugin.Change
Replace the full inline copy with a short pointer file (~40 lines) that links to the canonical source.
Before: 1,286 lines of manually maintained GenLayer docs
After: Pointer to the authoritative plugin with skill index, install command, and key URLs
Why