Initialize a TENET project
cd your-project jfl init
your-project/ ├── .jfl/ │ ├── config.json # Project configuration │ ├── journal/main.jsonl # Initial journal entries │ └── agents/ # Default agent configs ├── eval/ # Eval scripts ├── knowledge/ # VISION, THESIS, NARRATIVE ├── CLAUDE.md # Agent instructions └── AGENTS.md # Pi agent instructions
jfl init # Interactive wizard jfl init --name my-project # Skip name prompt jfl init --type gtm # GTM workspace jfl init --type service # Service repo
# From the GTM workspace jfl onboard /path/to/service --name my-service --type api