feat(ultraplan-local): add /ultrareview-local to session-title COMMANDS map
This commit is contained in:
parent
ebeae010c1
commit
1d4ade4191
1 changed files with 2 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
// session pickers.
|
||||
//
|
||||
// Title format: ultra:<command>:<slug>
|
||||
// - <command> ∈ {brief, research, plan, execute}
|
||||
// - <command> ∈ {brief, research, plan, execute, review}
|
||||
// - <slug> ∈ first 30 chars of project slug, or "ad-hoc" when no
|
||||
// --project / --brief context is detected
|
||||
//
|
||||
|
|
@ -21,6 +21,7 @@ const COMMANDS = {
|
|||
'/ultraresearch-local': 'research',
|
||||
'/ultraplan-local': 'plan',
|
||||
'/ultraexecute-local': 'execute',
|
||||
'/ultrareview-local': 'review',
|
||||
};
|
||||
|
||||
function slugify(s) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue