Skip to content

fix(skills): inline environment creation instead of session spawn (#895) - #902

Merged
jeonghun-jj-lee merged 1 commit into
mainfrom
fix/895-inline-env-creation
Sep 8, 2026
Merged

fix(skills): inline environment creation instead of session spawn (#895)#902
jeonghun-jj-lee merged 1 commit into
mainfrom
fix/895-inline-env-creation

Conversation

@jeonghun-jj-lee

Copy link
Copy Markdown
Contributor

Both create-research-project (Stage 8) and migrate-research-project (Phase 6) now run the environment creation interview inline in the same chat instead of spawning a child session via amicode_session.

The session-to-session chaining mechanism isn't reliable yet — the child session depends on the engine's command API to invoke the skill, and the cross-session bind-back flow is fragile. Running inline is simpler: the 'Create new' option walks through all 6 stages of the create-research-environment interview, calls amico env create, and binds the project — all in one conversation.

Skills-only change (prose, no code). Repertoire lint passes.

Both create-research-project (Stage 8) and migrate-research-project (Phase 6)
now run the environment creation interview inline in the same chat instead of
spawning a child session via amicode_session. The session-to-session chaining
mechanism is not reliable yet — running inline is simpler and works now.

The 'Create new' option now walks through the create-research-environment
skill's 6 stages directly, calls amico env create, and binds the project
in the same conversation.
@coderabbitai

coderabbitai Bot commented Sep 8, 2026

Copy link
Copy Markdown

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Advanced

Run ID: 7bb1b8a7-608d-4fd5-af5d-a9e7e5ce399f


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@jeonghun-jj-lee
jeonghun-jj-lee merged commit da447ac into main Sep 8, 2026
10 checks passed
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