Skip to content

myteapot/parafork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repo structure:

  • Parafork [Skill文件夹]
  • Examples [用于存储教程中的示例网页]

Parafork

Parafork = (Parallel + Fork)

基于git worktree的会话隔离Skill,用于多窗口并发,使每窗口专注于单组任务,提高效率并减轻agent心智负担

How to install:

复制parafork文件夹添加到skills文件夹即可

Flowchart:
flowchart LR
    subgraph S1[启动]
        A[Parafork] --> B[init --new]
    end

    subgraph S2[开发循环]
        C[do exec] --> D[do commit]
        D --> C
    end

    subgraph S3[交付]
        E[check merge] --> F{通过 + 人类批准?}
        F -->|Yes| G[merge]
    end

    B --> C
    D --> E
    F -->|No| C
    C -->|锁冲突| B

Loading
Compatibility:

支持在windows/linux/wsl下使用

How to use:

系列教程: https://linux.do/t/topic/1576236 https://linux.do/t/topic/1582546

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors