summaryrefslogtreecommitdiff
path: root/SESSION_STATE.md
blob: 570c987311827d73f67760ae6042bd983af82fa6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Session State

**Current Phase:** Phase 3: Interactivity & Write Operations
**Current Focus:** Step 1: Trello Write Operations

## Active Issues
*   `issues/phase3_step1_trello_write.md`: Implementing `CreateCard` and `UpdateCard` in Trello client.

## Completed Issues
*   `issues/bug_002_tab_state.md`: Fixed tab state persistence.
*   `issues/bug_001_template_rendering.md`: Fixed template error in notes tab.

## Roadmap
1.  **Phase 3: Interactivity**
    *   **Step 1: Trello Write Ops (Active)**
    *   Step 2: Todoist Write Ops
    *   Step 3: Unified Quick Add
2.  **Phase 4: Security Hardening**
    *   Audit API keys handling.
    *   Rate limiting.

## Immediate Next Steps
1.  Implement `CreateCard` and `UpdateCard` in `internal/api/trello.go`.
2.  Verify with `internal/api/trello_test.go`.