···6060functionality. Any git repo can be made into a tsk workspace.
61616262New tasks are created with the `tsk push` command. A title is always required,
6363-but can be modified later. A unique identifier is selected automatically and a
6464-file with the title and any body contents supplied are stored in the
6565-.tsk/archive folder. A symlink is then created in the .tsk/tasks folder marking
6666-the task as "open." The task is then added to the top of the "stack" by having
6767-its tsk-ID and title added to the .tsk/index file.
6363+but can be modified later. A unique, human-readable identifer is selected
6464+scoped to the namespace and may be used to as a stable reference within that
6565+namespace.
68666967The contents of the stack may be printed using the `tsk list` command.
7068