-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtree.txt
More file actions
80 lines (79 loc) · 2.28 KB
/
Copy pathtree.txt
File metadata and controls
80 lines (79 loc) · 2.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
.
├── app.doql.less
├── CHANGELOG.md
├── daily_update.sh
├── examples
│ ├── ansible-playbook.yml
│ ├── github-action.yml
│ ├── gitlab-ci.yml
│ └── systemd-timer
│ ├── taskill.service
│ └── taskill.timer
├── goal.yaml
├── LICENSE
├── PKG-INFO
├── planfile.yaml
├── prefact.yaml
├── project
│ ├── analysis.toon.yaml
│ ├── calls.mmd
│ ├── calls.png
│ ├── calls.toon.yaml
│ ├── calls.yaml
│ ├── compact_flow.mmd
│ ├── compact_flow.png
│ ├── context.md
│ ├── duplication.toon.yaml
│ ├── evolution.toon.yaml
│ ├── flow.mmd
│ ├── flow.png
│ ├── index.html
│ ├── map.toon.yaml
│ ├── mermaid.export
│ ├── project.toon.yaml
│ ├── prompt.txt
│ └── README.md
├── project.sh
├── pyproject.toml
├── README.md
├── ROADMAP.md
├── src
│ └── taskill
│ ├── bulk.py
│ ├── cli.py
│ ├── config.py
│ ├── core.py
│ ├── git_state.py
│ ├── __init__.py
│ ├── providers
│ │ ├── algorithmic.py
│ │ ├── base.py
│ │ ├── __init__.py
│ │ ├── openrouter.py
│ │ └── windsurf_mcp.py
│ ├── state.py
│ ├── triggers.py
│ └── updaters
│ ├── base.py
│ ├── changelog.py
│ ├── __init__.py
│ ├── readme.py
│ └── todo.py
├── SUMD.md
├── SUMR.md
├── taskill.yaml
├── testql-scenarios
│ └── generated-cli-tests.testql.toon.yaml
├── tests
│ ├── __init__.py
│ ├── test_algorithmic.py
│ ├── test_bulk.py
│ ├── test_config.py
│ ├── test_providers.py
│ ├── test_triggers.py
│ └── test_updaters.py
├── TODO.md
├── tree.sh
├── tree.txt
└── VERSION
10 directories, 68 files