Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions .worklog.bak/.worklog/config.defaults.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
projectName: TestProject
prefix: TEST
autoExport: true
humanDisplay: concise
autoSync: false
githubLabelPrefix: "wl:"
githubImportCreateNew: true
statuses:
- value: open
label: Open
- value: in-progress
label: In Progress
- value: blocked
label: Blocked
- value: completed
label: Completed
- value: deleted
label: Deleted
stages:
- value: idea
label: Idea
- value: intake_complete
label: Intake Complete
- value: plan_complete
label: Plan Complete
- value: in_progress
label: In Progress
- value: in_review
label: In Review
- value: done
label: Done
statusStageCompatibility:
open: [idea, intake_complete, plan_complete, in_progress]
in-progress: [intake_complete, plan_complete, in_progress]
blocked: [idea, intake_complete, plan_complete]
completed: [in_review, done]
deleted: [idea, intake_complete, plan_complete, done]
4 changes: 4 additions & 0 deletions .worklog.bak/.worklog/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
projectName: Worklog
prefix: WL
autoExport: true
autoSync: false
1 change: 1 addition & 0 deletions .worklog.bak/.worklog/github-last-push
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2026-03-10T13:18:36.303Z
4 changes: 4 additions & 0 deletions .worklog.bak/.worklog/initialized
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"version": "0.0.1",
"initializedAt": "2026-03-10T13:10:47.660Z"
}
Loading
Loading