laydown 2.6.4

Always know what you're going to say at Daily Standup.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// Do not rename or delete arrays. Only update elements.
(
    did: [
        "test did item",
    ],
    doing: [],
    blockers: [],
    sidebars: [],
    history: [
        "did",
    ],
)