Add android quickstart template#27
Conversation
|
Thanks for adding the Android quickstart. I think this should be brought up to parity with the existing Next.js / Right now the PR describes Android as “clone-only” and disables init support, but that creates an inconsistent Requested changes:
Once Android has the same project binding, env writing, and init behavior as the other supported quickstarts, |
|
@anandwana001 please take a look at the feedback in the previous comment and make the updates so we can merge this branch. |
|
@anandwana001 I've pushed a few updates that resolve the merge conflicts and bring the |
Summary
Type of change
error.coderename/removal)Public-contract impact
error.code— added todocs/error-codes.md.error.code— flagged as breaking, included in CHANGELOG.docs/automation.md.Test plan
go test ./...passes locally.make lintpasses locally (gofmt,golangci-lint, error-code coverage audit).internal/cli/integration_test.go.internal/cli/app_test.go(where applicable).Documentation
CHANGELOG.mdupdated under## Unreleased(Added / Changed / Deprecated / Removed / Fixed / Security).docs/automation.mdupdated for any user-facing JSON shape, env var, or flag change.docs/error-codes.mdupdated for any newerror.code(or N/A).README.mdupdated if the command tree, install path, or quickstart changed.AGENTS.mdupdated if engineering or release process changed.Security checklist
$HOMEwithout0o600perms when it can contain credentials (e.g. session, config).unsafeimport.Additional notes