tines 0.0.303 → 0.0.305

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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -64,16 +64,16 @@ tines issues list --all --show-duplicates --all-pages --json
64
64
 
65
65
  Issues are addressed as `<project>/<number>`; schedules as `<project>/<name>`; workflow
66
66
  states as `<workflow>/<state>`. Paginated `list` commands return one page — add
67
- `--all-pages` for the whole list. Four lists instead return the whole collection and take no
68
- pagination flags: `labels list`, `runners list`, `routing list`, and
67
+ `--all-pages` for the whole list. Five lists instead return the whole collection and take no
68
+ pagination flags: `labels list`, `runners list`, `routing list`, `api-keys list`, and
69
69
  `issues artifacts list`. Every leaf command except `login` and `logout` takes `--json` for
70
70
  machine-readable output. Complete list walks have a default 10,000-item safety ceiling. Use
71
71
  `--max-items <n>` with `--all-pages` to choose a different positive finite bound; exceeding
72
72
  it fails without printing a partial result. `--limit` remains the per-request page size. A
73
73
  larger bound keeps more output in memory and makes more requests, so increase it deliberately
74
74
  or narrow the list's filters.
75
- `tines <noun> --help` lists the rest: `workflows`, `context`, `journal`, `schedules`,
76
- `runners`, `runs`, `routing`, `supervisor`.
75
+ `tines <noun> --help` lists the rest: `api-keys`, `workflows`, `labels`, `context`, `journal`,
76
+ `schedules`, `runners`, `runs`, `routing`, `supervisor`, `usage`.
77
77
 
78
78
  `issues create` accepts repeatable `--blocked-by` and `--blocks` references plus one
79
79
  `--duplicate-of` reference. The issue and all initial relationships are created atomically.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tines",
3
- "version": "0.0.303",
3
+ "version": "0.0.305",
4
4
  "description": "CLI for Tines, an orchestration layer for AI agents",
5
5
  "repository": {
6
6
  "type": "git",