Uh oh!
There was an error while loading. Please reload this page.
fix(cli): keep init templates in sync - #482
Closed
alongubkin wants to merge 1 commit into
Closed
Conversation
alongubkin
commented
Aug 24, 2026
MemberAuthor
Replaced by #483 after renaming the branch to satisfy the repository’s Linear-issue branch convention. |
Greptile SummaryThe PR restores seven scaffoldable examples to the versioned
Confidence Score: 5/5The PR appears safe to merge because every newly exposed template matches an existing scaffoldable example and the added regression test covers the current catalog. The new catalog names match their example directories and metadata, while the test runs in the repository environment where the examples directory is available.
|
| Filename | Overview |
|---|---|
| crates/alien-cli/src/commands/init.rs | Adds seven valid template catalog entries and an in-repository consistency test; no actionable changed-code defect was identified. |
Reviews (1): Last reviewed commit: "fix(cli): keep init templates in sync" | Re-trigger Greptile
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 freeto 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
template.tomlto the versionedalien initcatalogai-quickstart-tsandai-chatbot-ts, which were added in feat(examples): add an AI chatbot example over a private Postgres #271 but dropped when the catalog was made deterministic in feat: improve framework examples and operator packaging #428Validation
cargo fmt --all -- --checkcargo test -p alien-cli commands::init::tests --libSupersedes the remaining unmerged part of #271. The chatbot example itself already landed in #428.