@tekmidian/pai 0.12.1 → 0.12.2

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.
@@ -310,6 +310,7 @@ List named projects (your curated shortlist)
310
310
  | Option | Description | Default |
311
311
  |--------|-------------|---------|
312
312
  | `--json` | Output JSON for AIBroker consumption | |
313
+ | `--all` | Include ALL active registered projects, not just the named shortlist | |
313
314
 
314
315
 
315
316
  ### pai project config [identifier]
@@ -310,6 +310,7 @@ List named projects (your curated shortlist)
310
310
  | Option | Description | Default |
311
311
  |--------|-------------|---------|
312
312
  | `--json` | Output JSON for AIBroker consumption | |
313
+ | `--all` | Include ALL active registered projects, not just the named shortlist | |
313
314
 
314
315
 
315
316
  ### pai projects config [identifier]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tekmidian/pai",
3
- "version": "0.12.1",
3
+ "version": "0.12.2",
4
4
  "description": "PAI Knowledge OS — Personal AI Infrastructure with federated memory and project management",
5
5
  "type": "module",
6
6
  "main": "dist/index.mjs",