这是indexloc提供的服务,不要输入任何密码
Skip to content

jorgeavaldez/wf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wf

Simple CLI for LLM agentic coding workflows. Store context, retrieve it, keep AIs on track.

Setup

# Make sure you have the wf command in your PATH
export WF_DB_PATH=/path/to/your/plans.db

LLM Workflow

Tell your AI to check what's available:

wf tool overview

Tell it to grab specific artifacts to follow:

wf dump artifact 9

The AI can store its own artifacts internally:

# AI saves design docs, plans, solutions
wf add artifact "design.md" architecture,planning
wf add artifact "solution.md" implementation,fix

Basic Usage

# Track work
wf add task "Fix the bug" urgent,backend

# Log AI conversations  
wf add thread "conv123" "Discussed the fix" false bug

# Find stuff later
wf list tasks urgent
wf dump artifact 1 | claude "analyze this"

Perfect for maintaining context across AI coding sessions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published