New User Walkthrough (10 minutes)¶
What success looks like¶
By the end, you should have:
- one healthy onboarding run
- a readable onboarding report
- one follow-up artifact created in the same workspace
This is the fastest way to prove LoopForge is usable on your machine.
0) Prerequisites¶
loopforgeis installed and on yourPATH- Ollama is running:
ollama serve - you have at least one chat model available:
If llama3.2 is not installed, either pull it or set a model you already have in ~/.loopforge/config.toml.
1) Recommended first run: onboard¶
Expected:
- config validation passes
- doctor output prints a summary
- the first task runs once
- LoopForge prints a recommended next command
- these report artifacts exist:
loopforge-onboard-demo/.loopforge/onboard-report.jsonloopforge-onboard-demo/.loopforge/onboard-report.md
If you only want to validate setup first:
If you want a more useful first task than hello.txt:
2) Read the onboarding report¶
Open:
loopforge-onboard-demo/.loopforge/onboard-report.md
This report tells you:
- what passed
- what failed
- what LoopForge recommends next
- which starter tasks you can run next
3) Continue with one more task¶
If onboarding succeeded, run one more concrete task in the same workspace:
4) Pick a first-day direction¶
Choose one of these next:
5) If something failed¶
Run:
Then use the suggested next steps in:
- terminal output
loopforge-onboard-demo/.loopforge/onboard-report.md- Onboarding troubleshooting