@@ -15,6 +15,10 @@ const quickCommands = [
1515 'otta calendar overview --from 2026-02-01 --to 2026-02-28 --format json' ,
1616 'otta absence browse --from 2026-02-01 --to 2026-02-28 --format json' ,
1717 'otta absence options --format json' ,
18+ 'otta absence add --type <absence-type-id> --from 2026-02-20 --to 2026-02-20 --description "sick leave" --format json' ,
19+ 'otta absence read --id <absence-id> --format json' ,
20+ 'otta absence update --id <absence-id> --description "sick leave" --format json' ,
21+ 'otta absence delete --id <absence-id> --format json' ,
1822 'otta absence comment --type sick --from 2026-02-20 --to 2026-02-20 --format json' ,
1923 'otta holidays --from 2026-02-20 --to 2026-02-20 --worktimegroup <id> --format json' ,
2024] ;
@@ -38,7 +42,7 @@ const highlights = [
3842 {
3943 title : 'Timesheet Operations' ,
4044 description :
41- 'List, browse, report, inspect selectable options, add, update, and delete worktime entries plus run unified calendar overview with deterministic --format output.' ,
45+ 'List, browse, report, inspect selectable options, and manage full worktime + absence CRUD flows with deterministic --format output.' ,
4246 } ,
4347 {
4448 title : 'Automation Friendly' ,
@@ -50,7 +54,7 @@ const highlights = [
5054const docLinks = [
5155 { to : '/docs/cli-installation' , label : 'Installation' , summary : 'Build and run locally, set paths, and bootstrap env vars.' } ,
5256 { to : '/docs/cli-auth' , label : 'Authentication' , summary : 'Credential flow, token handling, and security notes.' } ,
53- { to : '/docs/cli-timesheets' , label : 'Time Tracking' , summary : 'Worktime list/browse/report/CRUD, absence browse, holidays retrieval, and calendar overview.' } ,
57+ { to : '/docs/cli-timesheets' , label : 'Time Tracking' , summary : 'Worktime list/browse/report/CRUD, absence browse/read/add/update/delete , holidays retrieval, and calendar overview.' } ,
5458 { to : '/docs/cli-output-contract' , label : 'Output Contract' , summary : 'JSON envelope shape and scriptability guarantees.' } ,
5559] ;
5660
0 commit comments