[{"data":1,"prerenderedAt":380},["ShallowReactive",2],{"navigation_docs":3,"-docs-getting-started-quickstart":32,"-docs-getting-started-quickstart-surround":375},[4,21],{"title":5,"path":6,"stem":7,"children":8,"icon":10},"Introduction","/docs/getting-started","docs/1.getting-started/1.index",[9,11,16],{"title":5,"path":6,"stem":7,"icon":10},"i-ph-book-open",{"title":12,"path":13,"stem":14,"icon":15},"Installation","/docs/getting-started/installation","docs/1.getting-started/2.installation","i-ph-download-simple",{"title":17,"path":18,"stem":19,"icon":20},"Quick Start","/docs/getting-started/quickstart","docs/1.getting-started/3.quickstart","i-ph-rocket-launch",{"title":22,"path":23,"stem":24,"children":25,"page":31},"Commands","/docs/commands","docs/2.commands",[26],{"title":27,"path":28,"stem":29,"icon":30},"CLI Reference","/docs/commands/cli","docs/2.commands/1.cli","i-ph-terminal",false,{"id":33,"title":17,"body":34,"description":368,"extension":369,"links":370,"meta":371,"navigation":372,"path":18,"seo":373,"stem":19,"__hash__":374},"docs/docs/1.getting-started/3.quickstart.md",{"type":35,"value":36,"toc":357},"minimark",[37,41,46,49,82,89,93,96,114,129,133,136,194,198,201,213,216,233,237,240,261,265,268,283,287,290,302,321,325,328,336,339,343,353],[38,39,40],"p",{},"This guide gets you from zero to managing tasks in under a minute.",[42,43,45],"h2",{"id":44},"initialize-a-workspace","Initialize a workspace",[38,47,48],{},"Navigate to your project directory and initialize Tack:",[50,51,56],"pre",{"className":52,"code":53,"language":54,"meta":55,"style":55},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","cd my-project\ntack init\n","bash","",[57,58,59,72],"code",{"__ignoreMap":55},[60,61,64,68],"span",{"class":62,"line":63},"line",1,[60,65,67],{"class":66},"s2Zo4","cd",[60,69,71],{"class":70},"sfazB"," my-project\n",[60,73,75,79],{"class":62,"line":74},2,[60,76,78],{"class":77},"sBMFI","tack",[60,80,81],{"class":70}," init\n",[38,83,84,85,88],{},"This creates a ",[57,86,87],{},".tack/"," directory with the default configuration.",[42,90,92],{"id":91},"create-a-project","Create a project",[38,94,95],{},"Projects group related tasks and give them a prefix:",[50,97,99],{"className":52,"code":98,"language":54,"meta":55,"style":55},"tack project create backend\n",[57,100,101],{"__ignoreMap":55},[60,102,103,105,108,111],{"class":62,"line":63},[60,104,78],{"class":77},[60,106,107],{"class":70}," project",[60,109,110],{"class":70}," create",[60,112,113],{"class":70}," backend\n",[38,115,116,117,120,121,124,125,128],{},"This creates a project named \"backend\" with the prefix ",[57,118,119],{},"BACK",". All tasks in this project will be numbered like ",[57,122,123],{},"BACK-1",", ",[57,126,127],{},"BACK-2",", etc.",[42,130,132],{"id":131},"create-tasks","Create tasks",[38,134,135],{},"Now create some tasks:",[50,137,139],{"className":52,"code":138,"language":54,"meta":55,"style":55},"tack new \"Set up database migrations\" --priority=high\ntack new \"Implement user authentication\" --priority=critical\ntack new \"Write API documentation\" --priority=low\n",[57,140,141,161,177],{"__ignoreMap":55},[60,142,143,145,148,152,155,158],{"class":62,"line":63},[60,144,78],{"class":77},[60,146,147],{"class":70}," new",[60,149,151],{"class":150},"sMK4o"," \"",[60,153,154],{"class":70},"Set up database migrations",[60,156,157],{"class":150},"\"",[60,159,160],{"class":70}," --priority=high\n",[60,162,163,165,167,169,172,174],{"class":62,"line":74},[60,164,78],{"class":77},[60,166,147],{"class":70},[60,168,151],{"class":150},[60,170,171],{"class":70},"Implement user authentication",[60,173,157],{"class":150},[60,175,176],{"class":70}," --priority=critical\n",[60,178,180,182,184,186,189,191],{"class":62,"line":179},3,[60,181,78],{"class":77},[60,183,147],{"class":70},[60,185,151],{"class":150},[60,187,188],{"class":70},"Write API documentation",[60,190,157],{"class":150},[60,192,193],{"class":70}," --priority=low\n",[42,195,197],{"id":196},"list-tasks","List tasks",[38,199,200],{},"See all your tasks:",[50,202,204],{"className":52,"code":203,"language":54,"meta":55,"style":55},"tack ls\n",[57,205,206],{"__ignoreMap":55},[60,207,208,210],{"class":62,"line":63},[60,209,78],{"class":77},[60,211,212],{"class":70}," ls\n",[38,214,215],{},"Filter by status or priority:",[50,217,219],{"className":52,"code":218,"language":54,"meta":55,"style":55},"tack ls --status=todo --priority=high\n",[57,220,221],{"__ignoreMap":55},[60,222,223,225,228,231],{"class":62,"line":63},[60,224,78],{"class":77},[60,226,227],{"class":70}," ls",[60,229,230],{"class":70}," --status=todo",[60,232,160],{"class":70},[42,234,236],{"id":235},"work-on-a-task","Work on a task",[38,238,239],{},"Start working on a task:",[50,241,243],{"className":52,"code":242,"language":54,"meta":55,"style":55},"tack task move BACK-1 in_progress\n",[57,244,245],{"__ignoreMap":55},[60,246,247,249,252,255,258],{"class":62,"line":63},[60,248,78],{"class":77},[60,250,251],{"class":70}," task",[60,253,254],{"class":70}," move",[60,256,257],{"class":70}," BACK-1",[60,259,260],{"class":70}," in_progress\n",[42,262,264],{"id":263},"complete-a-task","Complete a task",[38,266,267],{},"Mark it done:",[50,269,271],{"className":52,"code":270,"language":54,"meta":55,"style":55},"tack done BACK-1\n",[57,272,273],{"__ignoreMap":55},[60,274,275,277,280],{"class":62,"line":63},[60,276,78],{"class":77},[60,278,279],{"class":70}," done",[60,281,282],{"class":70}," BACK-1\n",[42,284,286],{"id":285},"the-kanban-board","The Kanban board",[38,288,289],{},"For a visual overview, launch the interactive board:",[50,291,293],{"className":52,"code":292,"language":54,"meta":55,"style":55},"tack board\n",[57,294,295],{"__ignoreMap":55},[60,296,297,299],{"class":62,"line":63},[60,298,78],{"class":77},[60,300,301],{"class":70}," board\n",[38,303,304,305,308,309,312,313,316,317,320],{},"Use arrow keys (or ",[57,306,307],{},"hjkl",") to navigate, ",[57,310,311],{},"\u003C"," and ",[57,314,315],{},">"," to move tasks between columns, and ",[57,318,319],{},"q"," to quit.",[42,322,324],{"id":323},"whats-in-tack","What's in .tack/?",[38,326,327],{},"Your tasks are stored as markdown files:",[50,329,334],{"className":330,"code":332,"language":333},[331],"language-text",".tack/\n├── config.toml           # Configuration\n└── projects/\n    └── backend/\n        ├── project.yaml  # Project metadata\n        ├── BACK-1.md     # Task files\n        ├── BACK-2.md\n        └── BACK-3.md\n","text",[57,335,332],{"__ignoreMap":55},[38,337,338],{},"You can edit these files directly with any text editor — they're just markdown with YAML frontmatter.",[42,340,342],{"id":341},"next-steps","Next steps",[344,345,346],"ul",{},[347,348,349,352],"li",{},[350,351,27],"a",{"href":28}," — Full command documentation",[354,355,356],"style",{},"html pre.shiki code .s2Zo4, html code.shiki .s2Zo4{--shiki-light:#6182B8;--shiki-default:#82AAFF;--shiki-dark:#82AAFF}html pre.shiki code .sfazB, html code.shiki .sfazB{--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D}html pre.shiki code .sBMFI, html code.shiki .sBMFI{--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B}html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html pre.shiki code .sMK4o, html code.shiki .sMK4o{--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF}",{"title":55,"searchDepth":74,"depth":74,"links":358},[359,360,361,362,363,364,365,366,367],{"id":44,"depth":74,"text":45},{"id":91,"depth":74,"text":92},{"id":131,"depth":74,"text":132},{"id":196,"depth":74,"text":197},{"id":235,"depth":74,"text":236},{"id":263,"depth":74,"text":264},{"id":285,"depth":74,"text":286},{"id":323,"depth":74,"text":324},{"id":341,"depth":74,"text":342},"Get up and running with Tack in 30 seconds","md",null,{},{"icon":20},{"title":17,"description":368},"7gEXZxhrKgdi6f7RWt0mYjAoU94ZWk2bQ-OVXxwpLvU",[376,378],{"title":12,"path":13,"stem":14,"description":377,"icon":15,"children":-1},"Install Tack on your machine",{"title":27,"path":28,"stem":29,"description":379,"icon":30,"children":-1},"Complete reference for all Tack commands",1771741864443]