Compare commits
21 Commits
feature/ta
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6919703a60 | ||
|
|
c7bc18cfc7 | ||
|
|
f7b909fa3a | ||
|
|
1be4958911 | ||
|
|
4ee10d365c | ||
|
|
6828f2d978 | ||
|
|
1e99f548d0 | ||
|
|
7727e8f608 | ||
|
|
58c3098404 | ||
|
|
6ecb1f68ad | ||
|
|
2b208fa4dc | ||
|
|
c1e153adc3 | ||
|
|
7ce417597f | ||
|
|
69cf2b03a7 | ||
|
|
df9ecd9e26 | ||
|
|
704adbd146 | ||
|
|
3ae5e27f6a | ||
|
|
cab007a30b | ||
|
|
a9abffd578 | ||
|
|
41ba3b6f6f | ||
|
|
8e9611c264 |
@ -2,7 +2,7 @@ slug: data-models
|
||||
title: Core Data Models & Persistence
|
||||
created: 2026-02-09T21:04:37.081370329Z
|
||||
branch: feature/data-models
|
||||
phase: review
|
||||
phase: released
|
||||
phase_history:
|
||||
- phase: draft
|
||||
entered: 2026-02-09T21:04:37.081370329Z
|
||||
@ -21,9 +21,21 @@ phase_history:
|
||||
exited: 2026-02-09T21:08:32.200147223Z
|
||||
- phase: review
|
||||
entered: 2026-02-09T21:08:32.200147223Z
|
||||
exited: 2026-02-09T21:09:17.291669117Z
|
||||
- phase: audit
|
||||
entered: 2026-02-09T21:09:17.291669117Z
|
||||
exited: 2026-02-09T21:09:42.19533108Z
|
||||
- phase: qa
|
||||
entered: 2026-02-09T21:09:42.19533108Z
|
||||
exited: 2026-02-09T21:09:47.933570806Z
|
||||
- phase: merge
|
||||
entered: 2026-02-09T21:09:47.933570806Z
|
||||
exited: 2026-02-10T00:12:42.195869108Z
|
||||
- phase: released
|
||||
entered: 2026-02-10T00:12:42.195869108Z
|
||||
artifacts:
|
||||
audit:
|
||||
status: pending
|
||||
status: passed
|
||||
path: audit.md
|
||||
design:
|
||||
status: approved
|
||||
@ -36,7 +48,7 @@ artifacts:
|
||||
approved_by: user
|
||||
approved_at: 2026-02-09T21:05:52.288769346Z
|
||||
qa_results:
|
||||
status: pending
|
||||
status: passed
|
||||
path: qa-results.md
|
||||
review:
|
||||
status: passed
|
||||
@ -2,7 +2,7 @@ slug: task-management-ui
|
||||
title: Task Management UI
|
||||
created: 2026-02-09T21:05:02.517175285Z
|
||||
branch: feature/task-management-ui
|
||||
phase: planned
|
||||
phase: released
|
||||
phase_history:
|
||||
- phase: draft
|
||||
entered: 2026-02-09T21:05:02.517175285Z
|
||||
@ -12,9 +12,33 @@ phase_history:
|
||||
exited: 2026-02-09T21:08:36.935322697Z
|
||||
- phase: planned
|
||||
entered: 2026-02-09T21:08:36.935322697Z
|
||||
exited: 2026-02-09T21:08:57.361699131Z
|
||||
- phase: ready
|
||||
entered: 2026-02-09T21:08:57.361699131Z
|
||||
exited: 2026-02-10T00:36:32.387128272Z
|
||||
- phase: implementation
|
||||
entered: 2026-02-10T00:36:32.387128272Z
|
||||
exited: 2026-02-10T00:36:52.368691951Z
|
||||
- phase: review
|
||||
entered: 2026-02-10T00:36:52.368691951Z
|
||||
exited: 2026-02-10T00:37:22.378886853Z
|
||||
- phase: audit
|
||||
entered: 2026-02-10T00:37:22.378886853Z
|
||||
exited: 2026-02-10T00:37:40.966551864Z
|
||||
- phase: qa
|
||||
entered: 2026-02-10T00:37:40.966551864Z
|
||||
exited: 2026-02-10T00:37:52.538447985Z
|
||||
- phase: merge
|
||||
entered: 2026-02-10T00:37:52.538447985Z
|
||||
exited: 2026-02-10T00:38:02.366640931Z
|
||||
- phase: released
|
||||
entered: 2026-02-10T00:38:02.366640931Z
|
||||
exited: 2026-02-10T00:39:32.199183667Z
|
||||
- phase: released
|
||||
entered: 2026-02-10T00:39:32.199183667Z
|
||||
artifacts:
|
||||
audit:
|
||||
status: pending
|
||||
status: passed
|
||||
path: audit.md
|
||||
design:
|
||||
status: approved
|
||||
@ -27,10 +51,10 @@ artifacts:
|
||||
approved_by: user
|
||||
approved_at: 2026-02-09T21:08:26.190105593Z
|
||||
qa_results:
|
||||
status: pending
|
||||
status: passed
|
||||
path: qa-results.md
|
||||
review:
|
||||
status: pending
|
||||
status: passed
|
||||
path: review.md
|
||||
spec:
|
||||
status: approved
|
||||
@ -2,3 +2,5 @@ name: feature/data-models
|
||||
feature: data-models
|
||||
base_branch: main
|
||||
created_at: 2026-02-09T21:06:02.137179791Z
|
||||
merged_at: 2026-02-10T00:12:42.195074142Z
|
||||
merge_strategy: squash
|
||||
|
||||
@ -2,3 +2,5 @@ name: feature/task-management-ui
|
||||
feature: task-management-ui
|
||||
base_branch: main
|
||||
created_at: 2026-02-09T21:08:47.394152403Z
|
||||
merged_at: 2026-02-10T00:38:02.342265801Z
|
||||
merge_strategy: squash
|
||||
|
||||
@ -2,15 +2,10 @@ version: 1
|
||||
project:
|
||||
name: workspace
|
||||
active_work:
|
||||
features:
|
||||
- slug: data-models
|
||||
branch: feature/data-models
|
||||
phase: review
|
||||
- slug: task-management-ui
|
||||
phase: planned
|
||||
features: []
|
||||
blocked: []
|
||||
last_updated: 2026-02-09T21:08:48.05074305Z
|
||||
last_action: CREATE_BRANCH
|
||||
last_updated: 2026-02-10T00:39:35.565229991Z
|
||||
last_action: ARCHIVE_FEATURE
|
||||
last_actor: cli
|
||||
history:
|
||||
- timestamp: 2026-02-09T21:04:37.081727351Z
|
||||
@ -63,42 +58,57 @@ history:
|
||||
feature: data-models
|
||||
actor: cli
|
||||
result: success
|
||||
- timestamp: 2026-02-09T21:06:07.216216684Z
|
||||
action: TRANSITION
|
||||
- timestamp: 2026-02-09T21:06:02.870385016Z
|
||||
action: CREATE_BRANCH
|
||||
feature: data-models
|
||||
actor: cli
|
||||
result: success
|
||||
- timestamp: 2026-02-09T21:06:22.774510416Z
|
||||
action: APPROVE_ARTIFACT
|
||||
feature: task-management-ui
|
||||
actor: user
|
||||
result: success
|
||||
- timestamp: 2026-02-09T21:07:57.095111184Z
|
||||
action: TRANSITION
|
||||
- timestamp: 2026-02-10T00:12:42.19893732Z
|
||||
action: MERGE_FEATURE
|
||||
feature: data-models
|
||||
actor: cli
|
||||
result: success
|
||||
- timestamp: 2026-02-09T21:08:01.198129105Z
|
||||
action: APPROVE_ARTIFACT
|
||||
feature: task-management-ui
|
||||
actor: user
|
||||
- timestamp: 2026-02-10T00:15:00.633721846Z
|
||||
action: ARCHIVE_FEATURE
|
||||
feature: data-models
|
||||
actor: cli
|
||||
result: success
|
||||
- timestamp: 2026-02-09T21:08:17.18356799Z
|
||||
- timestamp: 2026-02-10T00:36:32.390895692Z
|
||||
action: TRANSITION
|
||||
feature: task-management-ui
|
||||
actor: cli
|
||||
result: success
|
||||
- timestamp: 2026-02-10T00:36:47.414800333Z
|
||||
action: PASS_ARTIFACT
|
||||
feature: data-models
|
||||
actor: user
|
||||
result: success
|
||||
- timestamp: 2026-02-09T21:08:26.218194073Z
|
||||
action: APPROVE_ARTIFACT
|
||||
feature: task-management-ui
|
||||
actor: user
|
||||
result: success
|
||||
- timestamp: 2026-02-09T21:08:32.202898391Z
|
||||
- timestamp: 2026-02-10T00:36:52.369975286Z
|
||||
action: TRANSITION
|
||||
feature: data-models
|
||||
feature: task-management-ui
|
||||
actor: cli
|
||||
result: success
|
||||
- timestamp: 2026-02-09T21:08:36.936042472Z
|
||||
- timestamp: 2026-02-10T00:37:16.37257447Z
|
||||
action: PASS_ARTIFACT
|
||||
feature: task-management-ui
|
||||
actor: user
|
||||
result: success
|
||||
- timestamp: 2026-02-10T00:37:22.39443431Z
|
||||
action: TRANSITION
|
||||
feature: task-management-ui
|
||||
actor: cli
|
||||
result: success
|
||||
- timestamp: 2026-02-10T00:37:37.346416998Z
|
||||
action: PASS_ARTIFACT
|
||||
feature: task-management-ui
|
||||
actor: user
|
||||
result: success
|
||||
- timestamp: 2026-02-10T00:37:40.967510588Z
|
||||
action: TRANSITION
|
||||
feature: task-management-ui
|
||||
actor: cli
|
||||
result: success
|
||||
- timestamp: 2026-02-10T00:37:52.539583101Z
|
||||
action: TRANSITION
|
||||
feature: task-management-ui
|
||||
actor: cli
|
||||
@ -108,3 +118,18 @@ history:
|
||||
feature: task-management-ui
|
||||
actor: cli
|
||||
result: success
|
||||
- timestamp: 2026-02-10T00:38:02.418784769Z
|
||||
action: MERGE_FEATURE
|
||||
feature: task-management-ui
|
||||
actor: cli
|
||||
result: success
|
||||
- timestamp: 2026-02-10T00:39:32.200683449Z
|
||||
action: TRANSITION
|
||||
feature: task-management-ui
|
||||
actor: cli
|
||||
result: success
|
||||
- timestamp: 2026-02-10T00:39:35.565229089Z
|
||||
action: ARCHIVE_FEATURE
|
||||
feature: task-management-ui
|
||||
actor: cli
|
||||
result: success
|
||||
|
||||
Loading…
Reference in New Issue
Block a user