Build query-backed task tracker default template

Add shared colored tags, native tag/status filters, cursor-paged task and
completion views, estimated-hour aggregates and repeat-after-completion actions.
Keep task views independently renderable and isolate component styling.

Cover immutable fresh-template/additive checks, real PostgreSQL/orch package
actions and query watches, and wide/narrow browser layouts. Accept documented
hyphenated query budget names in the capability lexer.

Template publication/default selection pending installation AWS SSO renewal;
no live workspace data or deployment configuration changed.
This commit is contained in:
Timothy J. Aveni
2026-09-17 23:05:35 -07:00
parent 5a611bbc9b
commit a05f58f7fe
8 changed files with 1670 additions and 1592 deletions
+6
View File
@@ -408,6 +408,9 @@ identifier
| POLL
| RPC
| QUERYABLE
| RESULT_BYTES
| RPC_CALLS
| DEADLINE_MS
;
stringLiteral
@@ -415,6 +418,9 @@ stringLiteral
;
WORKSPACE: 'workspace';
RESULT_BYTES: 'result-bytes';
RPC_CALLS: 'rpc-calls';
DEADLINE_MS: 'deadline-ms';
QUERY: 'query';
SPECIALIZE: 'specialize';
ROOT: 'root';