aloita-extensions 0.4.6 → 0.4.7
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.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -162,7 +162,7 @@ Copy `config.example.json` to one of those paths and edit. Full schema:
|
|
|
162
162
|
| `aloitaUrl` | — | Base URL of the Aloita server (env `ALOITA_URL`). |
|
|
163
163
|
| `apiKey` | — | `kai_…` key (env `ALOITA_API_KEY`). |
|
|
164
164
|
| `subscription` | see ex | `{ events, allProjects, allUsers, projectIds, userIds }` bitmask filter.|
|
|
165
|
-
| `projectFolders` | `{}` | `projectId → local path` override (wins over
|
|
165
|
+
| `projectFolders` | `{}` | `projectId → local path` override (wins over Aloita-side `LocalFolder`). |
|
|
166
166
|
| `projectFilter` | `""` | If set, this session only claims tickets for that project id. |
|
|
167
167
|
| `matchAllProjects` | `false` | If true, claim every ticket regardless of folder (uses this cwd). |
|
|
168
168
|
| `repos` | `""` | `${REPOS}` expansion target (env `AURA_REPOS`). |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aloita-extensions",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.7",
|
|
4
4
|
"description": "Pi extensions that replace the Aura SignalR receiver + Aura MCP server. A single Pi session connects to Aloita (formerly Aura) over SignalR and works on tickets natively.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pi-package",
|