oxe-cc 0.6.4 → 0.6.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,4 +8,4 @@ Executa o workflow **OXE execute** no repositório atual. Lê e aplica **integra
8
8
 
9
9
  `oxe/workflows/execute.md`
10
10
 
11
- Usa o texto adicional desta mensagem como foco (onda, tarefa Tn, ou confirmação de progresso).
11
+ Usa o texto adicional desta mensagem como foco: `A` (Completo), `B` (Por onda), `C` (Por tarefa), `onda N`, `Tn`, ou confirmação de progresso. Lê `oxe/workflows/execute.md` na raiz do projeto atual (CWD).
@@ -0,0 +1,11 @@
1
+ ---
2
+ description: "OXE — Gerir sessões: new, list, switch, resume, status, close, migrate"
3
+ ---
4
+
5
+ OXE — Gerir sessões: new, list, switch, resume, status, close, migrate
6
+
7
+ Executa o workflow **OXE session** no repositório atual. Lê e aplica **integralmente** o ficheiro no workspace:
8
+
9
+ `oxe/workflows/session.md`
10
+
11
+ Usa o texto adicional desta mensagem como foco do subcomando: `new <nome>`, `list`, `switch <id>`, `resume <id>`, `status`, `close` ou `migrate <nome>`. Lê `oxe/workflows/session.md` na raiz do projeto atual (CWD).
@@ -9,4 +9,4 @@ Executa o workflow **OXE execute** no repositório atual. Lê e aplica **integra
9
9
 
10
10
  `oxe/workflows/execute.md`
11
11
 
12
- Usa o texto adicional desta mensagem como foco (onda, tarefa Tn, ou confirmação de progresso).
12
+ Usa o texto adicional desta mensagem como foco: `A` (Completo), `B` (Por onda), `C` (Por tarefa), `onda N`, `Tn`, ou confirmação de progresso. Lê `oxe/workflows/execute.md` na raiz do projeto atual (CWD).
@@ -0,0 +1,12 @@
1
+ ---
2
+ name: oxe-session
3
+ agent: agent
4
+ description: "OXE — Gerir sessões: new, list, switch, resume, status, close, migrate"
5
+ argument-hint: "[new <nome> | list | switch <id> | resume <id> | status | close | migrate <nome>]"
6
+ ---
7
+
8
+ Executa o workflow **OXE session** no repositório atual. Lê e aplica **integralmente** o ficheiro no workspace:
9
+
10
+ `oxe/workflows/session.md`
11
+
12
+ Usa o texto adicional desta mensagem como foco do subcomando: `new <nome>`, `list`, `switch <id>`, `resume <id>`, `status`, `close` ou `migrate <nome>`. Lê `oxe/workflows/session.md` na raiz do projeto atual (CWD).