Import an existing app into App Factory
import_appAdopt an already-built app as an App Factory project in maintenance mode: analyze the codebase, create an audit phase, and journal the baseline. Enables the improvement and fix loop.
Instructions
Adopt an already-built app as an App Factory project in maintenance mode: analyzes the codebase, creates the project (phase=audit) and journals the baseline. From there the improve/fix loop is: suggest_improvements -> make changes -> test_app -> run_audit -> deploy. All brain/journal/memory tools work on it like any other project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | What the user wants: e.g. 'fix the login bug', 'modernize the UI', 'add payments' | |
| appPath | Yes | Absolute path to the app's root folder |