[auto] [Issue #61] Guided onboarding for charter init#63
Merged
stackbilt-admin merged 1 commit intomainfrom Mar 22, 2026
Merged
[auto] [Issue #61] Guided onboarding for charter init#63stackbilt-admin merged 1 commit intomainfrom
stackbilt-admin merged 1 commit intomainfrom
Conversation
Task: [Issue #61] Guided onboarding for charter init
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 free
to 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.
Autonomous Task
Task ID:
eeb9f4ad-5ea4-4f54-a565-5ffef15a79bdAuthority: auto_safe
Exit code: 3
Task Prompt
Problem
charter initcurrently does minimal scaffolding — creates a.ai/directory with basic files but provides no guidance. New users don't know which ADF modules to create, how governance policies work, or what the manifest router does.What to Fix
Read the current
charter initimplementation (likely inpackages/cli/src/commands/init.tsor similar).After scaffolding the
.ai/directory, print a guided welcome message:If the
.ai/directory already exists, show a different message:Consider adding a
--guidedflag that asks interactive questions:But ONLY if the flag is passed — default
charter initshould be non-interactive.Constraints
Commit your work. TASK_COMPLETE when done.
Result Summary
[max_turns_exceeded] Task ran out of turns (26 used, $1.23). Increase max_turns or simplify the task.
Generated by AEGIS task runner. Review before merging.