Skip to content

feat(skill): bundle generated skill installs#89

Merged
samzong merged 1 commit into
mainfrom
feat/skill-bundle-install
Jul 3, 2026
Merged

feat(skill): bundle generated skill installs#89
samzong merged 1 commit into
mainfrom
feat/skill-bundle-install

Conversation

@samzong

@samzong samzong commented Jul 3, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

Signed-off-by: samzong <samzong.lu@gmail.com>
@samzong samzong merged commit 1da6491 into main Jul 3, 2026
3 checks passed

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 488d6d0729

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines 66 to +67
if a.Skill == nil {
return nil
return render.RemoveSkillBundlePackage()

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Avoid deleting skillbundle source modules

When sources.yaml contains a source key named skillbundle and Skill bundling is disabled (the default), the loop above renders that API module into internal/generated/skillbundle, then this cleanup removes the same directory and leaves modules_gen.go importing a package that no longer exists. Source names are not rejected in sourceconfig, so an existing module with this otherwise-valid name is broken by a normal lathe codegen; reserve/validate the name or put the bundle package somewhere that cannot collide with source modules.

Useful? React with 👍 / 👎.

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.

1 participant