From 8aad22471db01041eefd6ec221c281a4dad3744c Mon Sep 17 00:00:00 2001 From: dadachi Date: Wed, 3 Jun 2026 13:45:12 +0900 Subject: [PATCH] =?UTF-8?q?docs(PLUGIN-GUIDE):=20link=20substrate=20repos?= =?UTF-8?q?=20in=20=C2=A73=20Prerequisites?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The three substrate repos were named only as /path/to/... placeholders inside a code block, so a reader without local checkouts had no pointer to where to clone them. Link the free-edition repo names in the surrounding prose, matching the README's Substrate table. --- docs/PLUGIN-GUIDE.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/PLUGIN-GUIDE.md b/docs/PLUGIN-GUIDE.md index 487409a..f29b30d 100644 --- a/docs/PLUGIN-GUIDE.md +++ b/docs/PLUGIN-GUIDE.md @@ -100,9 +100,11 @@ server (`nativeapptemplate-agent`) and `mobile-mcp` for device automation. export NATIVEAPPTEMPLATE_ANDROID="/path/to/NativeAppTemplate-Free-Android" ``` The defaults target the paid edition; the env vars above point at the public - free (MIT) edition repos for an OSS-reproducible run. Either works — the same - pipeline handles both. A starter [`.env.example`](../.env.example) lists every - variable in one place. + free (MIT) edition repos — [`nativeapptemplateapi`](https://github.com/nativeapptemplate/nativeapptemplateapi), + [`NativeAppTemplate-Free-iOS`](https://github.com/nativeapptemplate/NativeAppTemplate-Free-iOS), + [`NativeAppTemplate-Free-Android`](https://github.com/nativeapptemplate/NativeAppTemplate-Free-Android) — + for an OSS-reproducible run. Either works — the same pipeline handles both. A + starter [`.env.example`](../.env.example) lists every variable in one place. > **Tip — where to set these.** Claude Code inherits the environment of the shell > it was launched from, so export the vars (or load a `.env`/`direnv`) **before**