Loading .gitignore +2 −9 Original line number Diff line number Diff line Loading @@ -221,13 +221,6 @@ __marimo__/ /cache .opencode/opencode.json .grepai/ .opencode/command/speckit.analyze.md .opencode/command/speckit.checklist.md .opencode/command/speckit.clarify.md .opencode/command/speckit.constitution.md .opencode/command/speckit.implement.md .opencode/command/speckit.plan.md .opencode/command/speckit.specify.md .opencode/command/speckit.tasks.md .opencode/command/speckit.taskstoissues.md .opencode/command/speckit.* nul .sisyphus .vscode/launch.json +14 −0 Original line number Diff line number Diff line Loading @@ -136,6 +136,20 @@ "--cache-dir", "./tests/test-cache" ] }, { "name": "Debug: open (S4-260001)", "type": "debugpy", "request": "launch", "module": "tdoc_crawler", "console": "integratedTerminal", "justMyCode": false, "args": [ "open", "S4-260001", "--cache-dir", "./tests/test-cache" ] } ] } No newline at end of file Loading
.gitignore +2 −9 Original line number Diff line number Diff line Loading @@ -221,13 +221,6 @@ __marimo__/ /cache .opencode/opencode.json .grepai/ .opencode/command/speckit.analyze.md .opencode/command/speckit.checklist.md .opencode/command/speckit.clarify.md .opencode/command/speckit.constitution.md .opencode/command/speckit.implement.md .opencode/command/speckit.plan.md .opencode/command/speckit.specify.md .opencode/command/speckit.tasks.md .opencode/command/speckit.taskstoissues.md .opencode/command/speckit.* nul .sisyphus
.vscode/launch.json +14 −0 Original line number Diff line number Diff line Loading @@ -136,6 +136,20 @@ "--cache-dir", "./tests/test-cache" ] }, { "name": "Debug: open (S4-260001)", "type": "debugpy", "request": "launch", "module": "tdoc_crawler", "console": "integratedTerminal", "justMyCode": false, "args": [ "open", "S4-260001", "--cache-dir", "./tests/test-cache" ] } ] } No newline at end of file