Fix task frontmatter: use pending/open, isolated/docs, review/documentation per taskgraph schema

This commit is contained in:
2026-06-15 05:23:43 +00:00
parent 161049a17d
commit cfe0ae522d
5 changed files with 9 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
--- ---
id: fix/admin-http-api id: fix/admin-http-api
name: Replace Unix domain socket admin API with authenticated HTTP admin API (ADR-028) name: Replace Unix domain socket admin API with authenticated HTTP admin API (ADR-028)
status: open status: pending
depends_on: [] depends_on: []
scope: broad scope: broad
risk: high risk: high

View File

@@ -1,12 +1,12 @@
--- ---
id: fix/agents-md-project-structure id: fix/agents-md-project-structure
name: Update AGENTS.md project structure and common modifications after admin refactor name: Update AGENTS.md project structure and common modifications after admin refactor
status: open status: pending
depends_on: [fix/admin-http-api] depends_on: [fix/admin-http-api]
scope: narrow scope: narrow
risk: low risk: low
impact: docs impact: isolated
level: documentation level: review
review_findings: [] review_findings: []
adr: [028] adr: [028]
--- ---

View File

@@ -1,7 +1,7 @@
--- ---
id: fix/config-reload-toctou id: fix/config-reload-toctou
name: Add mtime check to config reload to detect mid-write file changes (ADR-029) name: Add mtime check to config reload to detect mid-write file changes (ADR-029)
status: open status: pending
depends_on: [] depends_on: []
scope: narrow scope: narrow
risk: low risk: low

View File

@@ -1,12 +1,12 @@
--- ---
id: fix/review-005-status-update id: fix/review-005-status-update
name: Update security review #005 status to reflect ADR-028 decision name: Update security review #005 status to reflect ADR-028 decision
status: open status: pending
depends_on: [] depends_on: []
scope: narrow scope: narrow
risk: low risk: low
impact: docs impact: isolated
level: documentation level: review
review_findings: [C1, C2, C3, W1, W3, W4, S1, S2, S3, S4, S5, S6] review_findings: [C1, C2, C3, W1, W3, W4, S1, S2, S3, S4, S5, S6]
adr: [028] adr: [028]
--- ---

View File

@@ -1,7 +1,7 @@
--- ---
id: fix/wildcard-flag-reload id: fix/wildcard-flag-reload
name: Store cli_allow_wildcard_bind in ConfigReloadHandle for consistent reload validation (ADR-030) name: Store cli_allow_wildcard_bind in ConfigReloadHandle for consistent reload validation (ADR-030)
status: open status: pending
depends_on: [] depends_on: []
scope: narrow scope: narrow
risk: low risk: low