1.2 KiB
1.2 KiB
description
| description |
|---|
| Initialize TEDS configuration for this project |
TEDS Configuration Initialization
Launch the teds-config agent to set up TEDS (Task Execution Documentation System) for this project.
What This Does
- Prompts for workspace directory name
- Checks if CLAUDE.md exists in the project
- Offers integration options (CLAUDE.md or standalone)
- Creates initial directory structure
- Saves configuration
Usage
/teds-init
First Time Setup
Run this command once per project before using other TEDS commands.
You'll be asked:
- What to name your workspace directory (default:
claude_work_space) - Whether to integrate with CLAUDE.md (if it exists)
What Gets Created
your-workspace-name/
├── active_tasks/ # Currently running tasks
├── archived_tasks/ # Completed tasks
└── knowledge_index/ # Extracted summaries
Plus configuration in either:
CLAUDE.md(recommended if file exists).teds-config.yaml(standalone mode)
Next Steps
After initialization:
- Start your first task:
/teds-start task-name "description" - Check status:
/teds-status - View help:
/teds-help(if available)