Skip to main content
Create a new TENET project with context hub, eval system, agents, and knowledge docs.

Usage

cd your-project
jfl init

What It Creates

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

Options

jfl init                     # Interactive wizard
jfl init --name my-project   # Skip name prompt
jfl init --type gtm          # GTM workspace
jfl init --type service      # Service repo

Onboarding a Service

To onboard an existing service repo into a GTM workspace:
# From the GTM workspace
jfl onboard /path/to/service --name my-service --type api