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:
Vendored
+3
@@ -42,6 +42,9 @@ const pkg = resource(`import interface Tasks; import interface Task;
|
||||
package Reports id "reports" revision "reports@1" {
|
||||
query Report id "report" root Tasks document "report.graphql" operation "Report" {
|
||||
max rows 50;
|
||||
max result-bytes 1048576;
|
||||
max rpc-calls 100;
|
||||
max deadline-ms 10000;
|
||||
view TaskObject as Task;
|
||||
allow Task.score aggregate "Bounded aggregation fixture";
|
||||
allow Task.score predicate "Bounded aggregation fixture";
|
||||
|
||||
Reference in New Issue
Block a user