Rename stub flags NATEMPLATE_STUB_* -> NATIVEAPPTEMPLATE_STUB_*#45
Merged
Rename stub flags NATEMPLATE_STUB_* -> NATIVEAPPTEMPLATE_STUB_*#45
Conversation
Final piece of the post-#30 canonical-stem cleanup. PR #30 normalized NATEMPLATE_API/IOS/ANDROID -> NATIVEAPPTEMPLATE_API/IOS/ANDROID. The stub flags were left on the abbreviated stem; this PR brings them in line. Renames: NATEMPLATE_STUB_ALL -> NATIVEAPPTEMPLATE_STUB_ALL NATEMPLATE_STUB_<AGENT> -> NATIVEAPPTEMPLATE_STUB_<AGENT> Touch points (4 files, lockstep change): - package.json — test script env var - src/stub.ts — env var lookups (both ALL and per-agent) - src/agents/planner.ts — trace message wording Tests: 16/16 npm run ci green (the test script now sets the renamed flag, so existing stub-mode tests continue to be stubbed as before — no behavior change). User-side follow-up: re-export NATIVEAPPTEMPLATE_STUB_* in any local shells / scripts that previously used the abbreviated form. The old name is now a no-op. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
Final piece of the post-#30 canonical-stem cleanup. PR #30 normalized
NATEMPLATE_API/IOS/ANDROID→NATIVEAPPTEMPLATE_API/IOS/ANDROID. The stub flags were left on the abbreviated stem; this PR brings them in line.Renames
NATEMPLATE_STUB_ALLNATIVEAPPTEMPLATE_STUB_ALLNATEMPLATE_STUB_<AGENT>NATIVEAPPTEMPLATE_STUB_<AGENT>Touch points (4 files, lockstep change)
package.json— test script env varsrc/stub.ts— env var lookups (both_ALLand per-agent)src/agents/planner.ts— trace message wording(
docs-private/PLAN.mdupdated locally; gitignored, not in this diff.)User-side follow-up
Re-export
NATIVEAPPTEMPLATE_STUB_*in any local shells / scripts that previously used the abbreviated form. The old name is now a no-op.Test plan
npm run ci— 16/16 green. The test script now sets the renamed flag, so existing stub-mode tests continue to be stubbed — no behavior change.🤖 Generated with Claude Code