Skip to content

main - #282

Open
Dargon789 wants to merge 49 commits into
solana-foundation:mainfrom
Dargon789:main
Open

main#282
Dargon789 wants to merge 49 commits into
solana-foundation:mainfrom
Dargon789:main

Conversation

@Dargon789

Copy link
Copy Markdown

No description provided.

beeman and others added 30 commits April 23, 2025 02:02
Snyk has created this PR to upgrade @clack/prompts from 0.7.0 to 0.11.0.

See this package in npm:
@clack/prompts

See this project in Snyk:
https://app.snyk.io/org/apichanmittare/project/0c3e0cce-7a92-4f94-90ba-e7eaa0eac00f?utm_source=github&utm_medium=referral&page=upgrade-pr
…tion (#8)

Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Snyk has created this PR to upgrade zod from 4.1.5 to 4.1.8.

See this package in npm:
zod

See this project in Snyk:
https://app.snyk.io/org/apichanmittare/project/0c3e0cce-7a92-4f94-90ba-e7eaa0eac00f?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Snyk has created this PR to upgrade commander from 14.0.0 to 14.0.1.

See this package in npm:
commander

See this project in Snyk:
https://app.snyk.io/org/apichanmittare/project/0c3e0cce-7a92-4f94-90ba-e7eaa0eac00f?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Snyk has created this PR to upgrade semver from 7.7.2 to 7.7.3.

See this package in npm:
semver

See this project in Snyk:
https://app.snyk.io/org/apichanmittare/project/0c3e0cce-7a92-4f94-90ba-e7eaa0eac00f?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
* fix: update solana docs url

* Version Packages (solana-foundation#206)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* fix(test): error handling in search-and-replace test

Description
-----------
The "should handle errors gracefully" test was intentionally
triggering errors to verify error handling, but `console.error`
was not mocked to suppress output, causing noisy `stderr` logs
during test despite all tests passing.

Testing the introduced fix
--------------------------
```
npm run test
```
All tests will now pass cleanly without `stderr` error output.

* refactor: remove repokit dependency and replace with local utilities

* fix: update imports and Zod types for compatibility

* Version Packages

* fix: run ci script as part of e2e test

* test: skip community in regular tests

* skip again test workflow on PR since we tested it now skips community

* feat: make Kit Framework templates the default

* fix: remove buggy deduplication in init-script-rename

* chore: remove test templates job (solana-foundation#221)

* fix: apply path rename only to entry name, not full path

* Version Packages

* fix: enable automated npm publish to latest tag

* Version Packages

* feat: show setup progress for anchor templates

Add a dedicated task that runs the `setup` script (if present) with a descriptive message "Running setup (building program, generating client)" to improve UX during anchor template installation.

* Version Packages

* feat: support local template install for testing

* feat: add warning for installing local templates

---------

Co-authored-by: Bram Borggreve <beeman@beeman.nl>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: 0xObsidian <131651958+0xObsidian@users.noreply.github.com>
Co-authored-by: guibibeau <g.bibeaulaviolette@gmail.com>
Co-authored-by: Gui Bibeau <GuiBibeau@gmail.com>
Co-authored-by: Sourav Mishra <sourav.m.bt@gmail.com>
* Create old-bags-rest.md

Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>

* Update .changeset/old-bags-rest.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>

---------

Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* Create config.yml

148313f
484b187
49c4050
4539b38

Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>

* Update .circleci/config.yml

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>

---------

Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
in commit `813773d4`, @beeman mentioned that `paths`
should be renamed to `in`.
This PR basically adds support for it + maintain
backward compatibility.

Feat added
----------
- Accepts `in` alias alongside `paths` in rename entries
- Normalizes `in` to `paths` in `InitScriptSchemaRename`
- Added tests for alias and existing `paths` behavior

Implementation test
-------------------
pnpm vitest run test/init-script-schema.test.ts
pnpm test

Co-authored-by: 0xObsidian <131651958+0xObsidian@users.noreply.github.com>
Replace the GitHub Actions-based npm snapshot publishing workflow with a CircleCI-style workflow that runs tests using Bun via the CircleCI Node orb.

CI:

Introduce a new CircleCI-style test job using the node orb and Bun to run the test suite.
Remove the previous GitHub Actions steps that built the project and published npm snapshots to pkg.pr.new.
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* feat: add message to final note to install dependencies with skip install arg

* refactor: remove dummy test

* refactor: create helper to fetch package.json path from target dir

* feat: added changeset

* feat: pr build and test

* fix: pnpm version

* ci: scaffold publish

* ci: temp run on pr

* chore: update action version

* feat: publish

* docs: update the README to show different package managers and include @latest tag

* feat: rename template name based on package.json name property

* docs: update maintainers

* ci: remove old ci workflow

* refactor: update framework descriptions

* chore: add more examples to csd.sh

* chore: enable gill-next-tailwind-basic and gill-next-tailwind-counter templates

* refactor: clean up init script version check

* feat: add bun support

* refactor: clean up init script utils

* Version Packages (solana-foundation#158)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* fix: remove 'concurrency' parameter from build-step-decider

* fix: move publish-canary-releases script to .github/workflows

* Version Packages (solana-foundation#163)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* fix: add build step to publish-packages workflow

* Version Packages (solana-foundation#165)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* chore: enable e2e-test for gill-next-tailwind-basic and gill-next-tailwind-counter

* fix: add build step before publish-packages in canary workflow

* chore: enable template-react-vite-tailwind-{basic,counter} template

* Version Packages (solana-foundation#169)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* fix: gracefully handle git commits with no configured name and email

* chore: add Dockerfile for running ephemeral dev containers

* docs: add bun command to readme (solana-foundation#176)

Thanks!

* fix: update picocolors import to resolve SyntaxError in ESM module

* refactor: don't show the start script if instructions are provided

* feat: add Solana Mobile templates

* chore: add changeset

* Version Packages (solana-foundation#173)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* fix: tip alert in README (solana-foundation#182)

* chore: apply automated updates

* chore: don't run e2e tests when Markdown files are changed

* feat: add update notifier and skip version check option

* chore: rename github org solana-developers -> solana-foundation

* Version Packages (solana-foundation#186)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* chore: remove autofix github workflow script (solana-foundation#188)

* chore: remove autofix github workflow script

* fix: tip alert in README

* fix: tip alert in README

* feat: dynamic template lists by fetching them from registry url (solana-foundation#111)

* Version Packages (solana-foundation#190)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* feat: add list-template-ids option

* chore: use list-template-ids to dynamically populate template list

* chore: run e2e test nightly and with dispatch

* chore: update dependencies

* chore: add eslint-plugin-sort and eslint-plugin-prettier

* chore: add lefthook to automate linting/formatting

* fix: file/folder renaming and content replacement in init script (solana-foundation#196)

* fix: fully support file/folder renaming and content replacement in init script

* chore: remove extra underscrore

* fix: logging and avoid inline if-statements

* Revert "fix: file/folder renaming and content replacement in init script (solana-foundation#196)" (solana-foundation#203)

This reverts commit 096f365.

* chore: publish PRs to pkg.pr.new (solana-foundation#204)

* feat: add --minimal flag to that selects 'gill-next-tailwind-minimal'

* fix: update solana docs url

* Version Packages (solana-foundation#206)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* fix(test): error handling in search-and-replace test

Description
-----------
The "should handle errors gracefully" test was intentionally
triggering errors to verify error handling, but `console.error`
was not mocked to suppress output, causing noisy `stderr` logs
during test despite all tests passing.

Testing the introduced fix
--------------------------
```
npm run test
```
All tests will now pass cleanly without `stderr` error output.

* refactor: remove repokit dependency and replace with local utilities

* fix: update imports and Zod types for compatibility

* Version Packages

* fix: run ci script as part of e2e test

* test: skip community in regular tests

* skip again test workflow on PR since we tested it now skips community

* feat: make Kit Framework templates the default

* fix: remove buggy deduplication in init-script-rename

* chore: remove test templates job (solana-foundation#221)

* fix: apply path rename only to entry name, not full path

* Version Packages

* fix: enable automated npm publish to latest tag

* Version Packages

* feat: show setup progress for anchor templates

Add a dedicated task that runs the `setup` script (if present) with a descriptive message "Running setup (building program, generating client)" to improve UX during anchor template installation.

* Version Packages

* feat: support local template install for testing

* feat: add warning for installing local templates

---------

Co-authored-by: Tobey Codes <tobey@tobey.codes>
Co-authored-by: Bram Borggreve <beeman@beeman.nl>
Co-authored-by: nickfrosty <75431177+nickfrosty@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: tobey <3613405+tobeycodes@users.noreply.github.com>
Co-authored-by: hyckomatej <158080691+hyckomatej@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: 0x7EAB07 <teapotparadise@gmail.com>
Co-authored-by: Arjun Porwal <65214523+ap211unitech@users.noreply.github.com>
Co-authored-by: 0xObsidian <131651958+0xObsidian@users.noreply.github.com>
Co-authored-by: guibibeau <g.bibeaulaviolette@gmail.com>
Co-authored-by: Gui Bibeau <GuiBibeau@gmail.com>
Co-authored-by: Sourav Mishra <sourav.m.bt@gmail.com>
#2)

Snyk has created this PR to upgrade @beeman/repokit from 0.0.0-canary-20250801172233 to 0.0.0.

See this package in npm:
@beeman/repokit

See this project in Snyk:
https://app.snyk.io/org/apichanmittare/project/0c3e0cce-7a92-4f94-90ba-e7eaa0eac00f?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
#22)

Snyk has created this PR to upgrade @beeman/repokit from 0.0.0-canary-20250801172233 to 0.0.0.

See this package in npm:
@beeman/repokit

See this project in Snyk:
https://app.snyk.io/org/apichanmittare/project/0c3e0cce-7a92-4f94-90ba-e7eaa0eac00f?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
* Add .circleci/config.yml

* Create rude-eyes-check.md (#17)

* Create rude-eyes-check.md

Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>

* Update .changeset/rude-eyes-check.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>

---------

Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Update config.yml (#23)

Dargon789/fnm@472a8c5
Dargon789/foundry@fcfa587

Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>

---------

Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* Create eight-dots-know.md

Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>

* Update .changeset/eight-dots-know.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>

* Update .changeset/eight-dots-know.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>

---------

Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Chores:

Record a patch-level changeset for the create-solana-dapp package.
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* feat: add message to final note to install dependencies with skip install arg

* refactor: remove dummy test

* refactor: create helper to fetch package.json path from target dir

* feat: added changeset

* feat: pr build and test

* fix: pnpm version

* ci: scaffold publish

* ci: temp run on pr

* chore: update action version

* feat: publish

* docs: update the README to show different package managers and include @latest tag

* feat: rename template name based on package.json name property

* docs: update maintainers

* ci: remove old ci workflow

* refactor: update framework descriptions

* chore: add more examples to csd.sh

* chore: enable gill-next-tailwind-basic and gill-next-tailwind-counter templates

* refactor: clean up init script version check

* feat: add bun support

* refactor: clean up init script utils

* Version Packages (solana-foundation#158)



* fix: remove 'concurrency' parameter from build-step-decider

* fix: move publish-canary-releases script to .github/workflows

* Version Packages (solana-foundation#163)



* fix: add build step to publish-packages workflow

* Version Packages (solana-foundation#165)



* chore: enable e2e-test for gill-next-tailwind-basic and gill-next-tailwind-counter

* fix: add build step before publish-packages in canary workflow

* chore: enable template-react-vite-tailwind-{basic,counter} template

* Version Packages (solana-foundation#169)



* fix: gracefully handle git commits with no configured name and email

* chore: add Dockerfile for running ephemeral dev containers

* docs: add bun command to readme (solana-foundation#176)

Thanks!

* fix: update picocolors import to resolve SyntaxError in ESM module

* refactor: don't show the start script if instructions are provided

* feat: add Solana Mobile templates

* chore: add changeset

* Version Packages (solana-foundation#173)



* fix: tip alert in README (solana-foundation#182)

* chore: apply automated updates

* chore: don't run e2e tests when Markdown files are changed

* feat: add update notifier and skip version check option

* chore: rename github org solana-developers -> solana-foundation

* Version Packages (solana-foundation#186)



* chore: remove autofix github workflow script (solana-foundation#188)

* chore: remove autofix github workflow script

* fix: tip alert in README

* fix: tip alert in README

* feat: dynamic template lists by fetching them from registry url (solana-foundation#111)

* Version Packages (solana-foundation#190)



* feat: add list-template-ids option

* chore: use list-template-ids to dynamically populate template list

* chore: run e2e test nightly and with dispatch

* chore: update dependencies

* chore: add eslint-plugin-sort and eslint-plugin-prettier

* chore: add lefthook to automate linting/formatting

* fix: file/folder renaming and content replacement in init script (solana-foundation#196)

* fix: fully support file/folder renaming and content replacement in init script

* chore: remove extra underscrore

* fix: logging and avoid inline if-statements

* Revert "fix: file/folder renaming and content replacement in init script (solana-foundation#196)" (solana-foundation#203)

This reverts commit 096f365.

* chore: publish PRs to pkg.pr.new (solana-foundation#204)

* feat: add --minimal flag to that selects 'gill-next-tailwind-minimal'

* fix: update solana docs url

* Version Packages (solana-foundation#206)



* fix(test): error handling in search-and-replace test

Description
-----------
The "should handle errors gracefully" test was intentionally
triggering errors to verify error handling, but `console.error`
was not mocked to suppress output, causing noisy `stderr` logs
during test despite all tests passing.

Testing the introduced fix
--------------------------
```
npm run test
```
All tests will now pass cleanly without `stderr` error output.

* refactor: remove repokit dependency and replace with local utilities

* fix: update imports and Zod types for compatibility

* Version Packages

* fix: run ci script as part of e2e test

* test: skip community in regular tests

* skip again test workflow on PR since we tested it now skips community

* feat: make Kit Framework templates the default

* fix: remove buggy deduplication in init-script-rename

* chore: remove test templates job (solana-foundation#221)

* fix: apply path rename only to entry name, not full path

* Version Packages

* fix: enable automated npm publish to latest tag

* Version Packages

* feat: show setup progress for anchor templates

Add a dedicated task that runs the `setup` script (if present) with a descriptive message "Running setup (building program, generating client)" to improve UX during anchor template installation.

* Version Packages

* feat: support local template install for testing

* feat: add warning for installing local templates

---------

Co-authored-by: Tobey Codes <tobey@tobey.codes>
Co-authored-by: Bram Borggreve <beeman@beeman.nl>
Co-authored-by: nickfrosty <75431177+nickfrosty@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: tobey <3613405+tobeycodes@users.noreply.github.com>
Co-authored-by: hyckomatej <158080691+hyckomatej@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: 0x7EAB07 <teapotparadise@gmail.com>
Co-authored-by: Arjun Porwal <65214523+ap211unitech@users.noreply.github.com>
Co-authored-by: 0xObsidian <131651958+0xObsidian@users.noreply.github.com>
Co-authored-by: guibibeau <g.bibeaulaviolette@gmail.com>
Co-authored-by: Gui Bibeau <GuiBibeau@gmail.com>
Co-authored-by: Sourav Mishra <sourav.m.bt@gmail.com>
* chore: add lefthook to automate linting/formatting

* fix: file/folder renaming and content replacement in init script (solana-foundation#196)

* fix: fully support file/folder renaming and content replacement in init script

* chore: remove extra underscrore

* fix: logging and avoid inline if-statements

* Revert "fix: file/folder renaming and content replacement in init script (solana-foundation#196)" (solana-foundation#203)

This reverts commit 096f365.

* chore: publish PRs to pkg.pr.new (solana-foundation#204)

* feat: add --minimal flag to that selects 'gill-next-tailwind-minimal'

* fix: update solana docs url

* Version Packages (solana-foundation#206)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* refactor: remove repokit dependency and replace with local utilities

* fix: update imports and Zod types for compatibility

* Version Packages

* fix: run ci script as part of e2e test

* test: skip community in regular tests

* skip again test workflow on PR since we tested it now skips community

* fix(test): error handling in search-and-replace test

Description
-----------
The "should handle errors gracefully" test was intentionally
triggering errors to verify error handling, but `console.error`
was not mocked to suppress output, causing noisy `stderr` logs
during test despite all tests passing.

Testing the introduced fix
--------------------------
```
npm run test
```
All tests will now pass cleanly without `stderr` error output.

* feat: make Kit Framework templates the default

* fix: remove buggy deduplication in init-script-rename

* chore: remove test templates job (solana-foundation#221)

* fix: apply path rename only to entry name, not full path

* Version Packages

* fix: enable automated npm publish to latest tag

* Version Packages

* feat: show setup progress for anchor templates

Add a dedicated task that runs the `setup` script (if present) with a descriptive message "Running setup (building program, generating client)" to improve UX during anchor template installation.

* Version Packages

* feat: support local template install for testing

* feat: add warning for installing local templates

* Revert "Gill next tailwind minimal" (#28)

* Revert "feat: add warning for installing local templates"

This reverts commit ae538c6.

* Revert "feat: support local template install for testing"

This reverts commit dbd2ee7.

* Revert "Version Packages"

This reverts commit 596709d.

* Revert "feat: show setup progress for anchor templates"

This reverts commit d184aa7.

* Revert "Version Packages"

This reverts commit aa81603.

* Revert "fix: enable automated npm publish to latest tag"

This reverts commit 9bebe88.

* Revert "Version Packages"

This reverts commit ccf96e7.

* Revert "fix: apply path rename only to entry name, not full path"

This reverts commit 979379f.

* Revert "chore: remove test templates job (solana-foundation#221)"

This reverts commit f0401d1.

* Revert "fix: remove buggy deduplication in init-script-rename"

This reverts commit c216149.

* Revert "feat: make Kit Framework templates the default"

This reverts commit b4a26cc.

* Revert "fix(test): error handling in search-and-replace test"

This reverts commit 83df770.

* Revert "skip again test workflow on PR since we tested it now skips community"

This reverts commit 1a8f102.

* Revert "test: skip community in regular tests"

This reverts commit 8dee64f.

* Revert "fix: run ci script as part of e2e test"

This reverts commit 15c7f6f.

* Revert "Version Packages"

This reverts commit e09bd0d.

* Revert "fix: update imports and Zod types for compatibility"

This reverts commit 54597dc.

* Revert "refactor: remove repokit dependency and replace with local utilities"

This reverts commit c12b8e4.

* Revert "Version Packages (solana-foundation#206)"

This reverts commit eb851f6.

* Potential fix for code scanning alert no. 4: Workflow does not contain permissions

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>

---------

Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>

* Potential fix for code scanning alert no. 6: Workflow does not contain permissions

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>

---------

Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Co-authored-by: Bram Borggreve <beeman@beeman.nl>
Co-authored-by: Arjun Porwal <65214523+ap211unitech@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: guibibeau <g.bibeaulaviolette@gmail.com>
Co-authored-by: 0xObsidian <131651958+0xObsidian@users.noreply.github.com>
Co-authored-by: Sourav Mishra <sourav.m.bt@gmail.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
� Conflicts:
�	.github/workflows/e2e-test.yml
�	.github/workflows/publish-pkg-pr-new.yml
�	package.json
�	pnpm-lock.yaml
�	src/utils/get-args.ts
…d99e8df13a2b7fa098da3f715314ec520378d4f1f3f797c08d0fe96ea117b942
Documentation:

Introduce SECURITY.md documenting supported versions for security updates and instructions for reporting vulnerabilities.
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
…dation#233)

* feat: auto-install Solana dev skill for AI coding agents

Runs `npx skills add` during scaffolding to install the solana-dev-skill
for all supported AI agents (Claude Code, Codex, Cursor, etc.).
Non-fatal if it fails.

* feat: install all skills but not all agents
lgalabru and others added 18 commits April 13, 2026 06:28
* chore: update CI flow

* fix: restore + fix flow
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* Update issue templates

* Update .github/ISSUE_TEMPLATE/bug_report.md

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>

* Update .github/ISSUE_TEMPLATE/bug_report.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>

* Update .github/ISSUE_TEMPLATE/bug_report.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>

* Update .github/ISSUE_TEMPLATE/bug_report.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>

* Update .github/ISSUE_TEMPLATE/bug_report.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>

---------

Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* feat: auto-install Solana dev skill for AI coding agents (solana-foundation#233)

* feat: auto-install Solana dev skill for AI coding agents

Runs `npx skills add` during scaffolding to install the solana-dev-skill
for all supported AI agents (Claude Code, Codex, Cursor, etc.).
Non-fatal if it fails.

* feat: install all skills but not all agents

* chore: update CI flow (solana-foundation#234)

* chore: update CI flow

* fix: restore + fix flow

* chore: consolidate canary and release publish into single workflow (solana-foundation#235)

* chore: bump version to 4.8.3

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* fix: warn msg

---------

Co-authored-by: Ludo Galabru <ludovic@galabru.com>
Co-authored-by: Ludo Galabru <ludo@txtx.builders>
Co-authored-by: amilz <85324096+amilz@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: Ludo Galabru <ludo.galabru@solana.org>
* Create little-ladybugs-brake.md

Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>

* Update .changeset/little-ladybugs-brake.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>

---------

Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* feat: auto-install Solana dev skill for AI coding agents (solana-foundation#233)

* feat: auto-install Solana dev skill for AI coding agents

Runs `npx skills add` during scaffolding to install the solana-dev-skill
for all supported AI agents (Claude Code, Codex, Cursor, etc.).
Non-fatal if it fails.

* feat: install all skills but not all agents

* chore: update CI flow (solana-foundation#234)

* chore: update CI flow

* fix: restore + fix flow

* chore: consolidate canary and release publish into single workflow (solana-foundation#235)

* chore: bump version to 4.8.3

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* fix: warn msg

---------

Co-authored-by: Ludo Galabru <ludovic@galabru.com>
Co-authored-by: Ludo Galabru <ludo@txtx.builders>
Co-authored-by: amilz <85324096+amilz@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: Ludo Galabru <ludo.galabru@solana.org>
* Create silly-ghosts-change.md

Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>

* Update .changeset/silly-ghosts-change.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>

---------

Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
CI:
Delete the obsolete .circleci/config.yml file to fully drop CircleCI workflow configuration.
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* Potential fix for pull request finding 'CodeQL / Workflow does not contain permissions'

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>

* Potential fix for pull request finding 'CodeQL / Workflow does not contain permissions'

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>

---------

Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Co-authored-by: googleworkspace-bot <googleworkspace-bot@google.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* Add .circleci/config.yml

* Create rude-eyes-check.md (#17)

* Create rude-eyes-check.md

Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>

* Update .changeset/rude-eyes-check.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>

---------

Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Create two-bees-trade.md (#19)

Chores:

Record a patch-level changeset for the create-solana-dapp package.
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>

* Update .changeset/two-bees-trade.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>

* fix chore:  solana-foundation-(solana-foundation#190)  (#21) (#26)

* feat: add message to final note to install dependencies with skip install arg

* refactor: remove dummy test

* refactor: create helper to fetch package.json path from target dir

* feat: added changeset

* feat: pr build and test

* fix: pnpm version

* ci: scaffold publish

* ci: temp run on pr

* chore: update action version

* feat: publish

* docs: update the README to show different package managers and include @latest tag

* feat: rename template name based on package.json name property

* docs: update maintainers

* ci: remove old ci workflow

* refactor: update framework descriptions

* chore: add more examples to csd.sh

* chore: enable gill-next-tailwind-basic and gill-next-tailwind-counter templates

* refactor: clean up init script version check

* feat: add bun support

* refactor: clean up init script utils

* Version Packages (solana-foundation#158)



* fix: remove 'concurrency' parameter from build-step-decider

* fix: move publish-canary-releases script to .github/workflows

* Version Packages (solana-foundation#163)



* fix: add build step to publish-packages workflow

* Version Packages (solana-foundation#165)



* chore: enable e2e-test for gill-next-tailwind-basic and gill-next-tailwind-counter

* fix: add build step before publish-packages in canary workflow

* chore: enable template-react-vite-tailwind-{basic,counter} template

* Version Packages (solana-foundation#169)



* fix: gracefully handle git commits with no configured name and email

* chore: add Dockerfile for running ephemeral dev containers

* docs: add bun command to readme (solana-foundation#176)

Thanks!

* fix: update picocolors import to resolve SyntaxError in ESM module

* refactor: don't show the start script if instructions are provided

* feat: add Solana Mobile templates

* chore: add changeset

* Version Packages (solana-foundation#173)



* fix: tip alert in README (solana-foundation#182)

* chore: apply automated updates

* chore: don't run e2e tests when Markdown files are changed

* feat: add update notifier and skip version check option

* chore: rename github org solana-developers -> solana-foundation

* Version Packages (solana-foundation#186)



* chore: remove autofix github workflow script (solana-foundation#188)

* chore: remove autofix github workflow script

* fix: tip alert in README

* fix: tip alert in README

* feat: dynamic template lists by fetching them from registry url (solana-foundation#111)

* Version Packages (solana-foundation#190)



* feat: add list-template-ids option

* chore: use list-template-ids to dynamically populate template list

* chore: run e2e test nightly and with dispatch

* chore: update dependencies

* chore: add eslint-plugin-sort and eslint-plugin-prettier

* chore: add lefthook to automate linting/formatting

* fix: file/folder renaming and content replacement in init script (solana-foundation#196)

* fix: fully support file/folder renaming and content replacement in init script

* chore: remove extra underscrore

* fix: logging and avoid inline if-statements

* Revert "fix: file/folder renaming and content replacement in init script (solana-foundation#196)" (solana-foundation#203)

This reverts commit 096f365.

* chore: publish PRs to pkg.pr.new (solana-foundation#204)

* feat: add --minimal flag to that selects 'gill-next-tailwind-minimal'

* fix: update solana docs url

* Version Packages (solana-foundation#206)



* fix(test): error handling in search-and-replace test

Description
-----------
The "should handle errors gracefully" test was intentionally
triggering errors to verify error handling, but `console.error`
was not mocked to suppress output, causing noisy `stderr` logs
during test despite all tests passing.

Testing the introduced fix
--------------------------
```
npm run test
```
All tests will now pass cleanly without `stderr` error output.

* refactor: remove repokit dependency and replace with local utilities

* fix: update imports and Zod types for compatibility

* Version Packages

* fix: run ci script as part of e2e test

* test: skip community in regular tests

* skip again test workflow on PR since we tested it now skips community

* feat: make Kit Framework templates the default

* fix: remove buggy deduplication in init-script-rename

* chore: remove test templates job (solana-foundation#221)

* fix: apply path rename only to entry name, not full path

* Version Packages

* fix: enable automated npm publish to latest tag

* Version Packages

* feat: show setup progress for anchor templates

Add a dedicated task that runs the `setup` script (if present) with a descriptive message "Running setup (building program, generating client)" to improve UX during anchor template installation.

* Version Packages

* feat: support local template install for testing

* feat: add warning for installing local templates

---------

Co-authored-by: Tobey Codes <tobey@tobey.codes>
Co-authored-by: Bram Borggreve <beeman@beeman.nl>
Co-authored-by: nickfrosty <75431177+nickfrosty@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: tobey <3613405+tobeycodes@users.noreply.github.com>
Co-authored-by: hyckomatej <158080691+hyckomatej@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: 0x7EAB07 <teapotparadise@gmail.com>
Co-authored-by: Arjun Porwal <65214523+ap211unitech@users.noreply.github.com>
Co-authored-by: 0xObsidian <131651958+0xObsidian@users.noreply.github.com>
Co-authored-by: guibibeau <g.bibeaulaviolette@gmail.com>
Co-authored-by: Gui Bibeau <GuiBibeau@gmail.com>
Co-authored-by: Sourav Mishra <sourav.m.bt@gmail.com>

* Create fifty-hats-confess.md (#44)

Chores:
Record release notes for create-solana-dapp with a brief summary in the changeset configuration.
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>

* Potential fix for pull request finding 'CodeQL / Workflow does not contain permissions'

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>

* Potential fix for pull request finding 'CodeQL / Workflow does not contain permissions'

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>

---------

Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Tobey Codes <tobey@tobey.codes>
Co-authored-by: Bram Borggreve <beeman@beeman.nl>
Co-authored-by: nickfrosty <75431177+nickfrosty@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: tobey <3613405+tobeycodes@users.noreply.github.com>
Co-authored-by: hyckomatej <158080691+hyckomatej@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: 0x7EAB07 <teapotparadise@gmail.com>
Co-authored-by: Arjun Porwal <65214523+ap211unitech@users.noreply.github.com>
Co-authored-by: 0xObsidian <131651958+0xObsidian@users.noreply.github.com>
Co-authored-by: guibibeau <g.bibeaulaviolette@gmail.com>
Co-authored-by: Gui Bibeau <GuiBibeau@gmail.com>
Co-authored-by: Sourav Mishra <sourav.m.bt@gmail.com>
Co-authored-by: googleworkspace-bot <googleworkspace-bot@google.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
* Potential fix for pull request finding 'CodeQL / Workflow does not contain permissions'

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>

* Potential fix for pull request finding 'CodeQL / Workflow does not contain permissions'

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>

* Potential fix for pull request finding 'CodeQL / Workflow does not contain permissions'

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>

---------

Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Co-authored-by: googleworkspace-bot <googleworkspace-bot@google.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
@changeset-bot

changeset-bot Bot commented Aug 13, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 5a95697

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
create-solana-dapp Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@greptile-apps

greptile-apps Bot commented Aug 13, 2026

Copy link
Copy Markdown

Greptile Summary

This PR adds issue and security-policy documentation, tightens GitHub Actions token permissions, introduces release changesets, and updates CLI template-listing and minimal-template behavior.

  • Adds issue templates and a security-policy document.
  • Restricts workflow permissions to read-only repository contents.
  • Makes --list-template-ids output valid JSON.
  • Changes the template selected by --minimal.
  • Adds multiple package release notes.

Confidence Score: 3/5

The PR is not safe to merge until the broken --minimal selection and duplicate inaccurate release notes are corrected.

The CLI still maps --minimal to a template absent from the default catalog, causing template lookup to fail, and two changesets still generate duplicate CircleCI release notes for configuration that this PR does not add.

Files Needing Attention: src/utils/get-args.ts, .changeset/rude-eyes-check.md, and .changeset/two-bees-trade.md

Important Files Changed

Filename Overview
src/utils/get-args.ts The template-ID output fix is correct, but the minimal alias still selects an unavailable default-catalog template and breaks --minimal.
.changeset/rude-eyes-check.md This changeset duplicates an inaccurate CircleCI release note from another newly added changeset.
.changeset/two-bees-trade.md This changeset duplicates the same inaccurate CircleCI release note.
.github/workflows/publish-pkg-pr-new.yml Adds an explicit read-only contents permission without changing the workflow’s build and publication steps.
.github/workflows/pull-requests.yml Adds an explicit read-only contents permission to the pull-request workflow.
.github/workflows/typescript-build.yml Adds an explicit read-only contents permission to the reusable build workflow.
.github/workflows/typescript-test.yml Adds an explicit read-only contents permission to the reusable test workflow.

Reviews (2): Last reviewed commit: "Update src/utils/get-args.ts" | Re-trigger Greptile

Comment thread src/utils/get-args.ts Outdated
Comment thread src/utils/get-args.ts
Comment thread .changeset/rude-eyes-check.md
Comment thread SECURITY.md
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants