From be75eaacec9ee982d50fc3f29cff5ba14eb5b599 Mon Sep 17 00:00:00 2001 From: Amy Kate Bordenave Date: Wed, 8 Jul 2026 17:47:00 -0700 Subject: [PATCH 01/24] feat: update akb schema products table --- docs/assistant/schema.md | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/docs/assistant/schema.md b/docs/assistant/schema.md index 023b9345..28216bd2 100644 --- a/docs/assistant/schema.md +++ b/docs/assistant/schema.md @@ -133,13 +133,22 @@ Optional subheadings under these sections are allowed if they do not duplicate o First-class `products` values for assistant-layer pages: -| Product | Notes | -| :----------- | :------------------------------------------------ | -| `OS-CONNECT` | Pedestrian network data and viewer | -| `AccessMap` | Accessibility-aware routing | -| `Walksheds` | Reachability analysis | -| `TDEI` | Portal, APIs, releases | -| `Workspaces` | Collaborative editing, sandboxing, export to TDEI | +| Product | Notes | +| :---------------- | :----------------------------------------- | +| `AccessMap` | Accessibility-aware routing | +| `AVIV ScoutRoute` | Mobile survey application | +| `Cross-Platform` | Multi-platform shared functionality | +| `FleXR` | WebXR plugin for custom input methods | +| `iOSPointMapper` | Semi-automated data collection on iOS | +| `LivAbility` | Community livability assessment platform | +| `OpenSidewalks` | Pedestrian network schema and standards | +| `OS-CONNECT` | WA pedestrian network data and viewer | +| `QA-QC Reports` | QA/QC reports for OS-CONNECT datasets | +| `Rapid` | Fast web-based OSM editor | +| `TDEI` | Portal, APIs, dataset storage and releases | +| `Walksheds` | Reachability analysis platform | +| `WayKeeper` | Navigation layer for TCAT's resources | +| `Workspaces` | Collaborative editing and sandboxing | ## Controlled vocabulary (`topics`) From 498a8d371f350f3eb4d0f91820473f983ed07aa8 Mon Sep 17 00:00:00 2001 From: Amy Kate Bordenave Date: Wed, 8 Jul 2026 17:47:30 -0700 Subject: [PATCH 02/24] feat: update akb schema topics section --- docs/assistant/schema.md | 131 ++++++++++++++++++++++++++++----------- 1 file changed, 94 insertions(+), 37 deletions(-) diff --git a/docs/assistant/schema.md b/docs/assistant/schema.md index 28216bd2..4c65896c 100644 --- a/docs/assistant/schema.md +++ b/docs/assistant/schema.md @@ -152,43 +152,100 @@ First-class `products` values for assistant-layer pages: ## Controlled vocabulary (`topics`) -Use short kebab-case slugs in frontmatter `topics` lists. Prefer terms from this set when they apply; add new tags sparingly and document them here. - -| Topic | Use for | -| :------------------------------------ | :------------------------------------------------------------------------------ | -| `workspaces` | All Workspaces assistant pages (required baseline) | -| `tdei-ecosystem` | How Workspaces relates to TDEI and sibling products | -| `sandbox-governance` | Sandboxed copies, divergence, private editing | -| `multi-source-stewardship` | Collaborative review and enrichment of a workspace using multiple input sources | -| `dataset-lineage` | Source datasets, traceability, versioning | -| `publication-workflow` | Review, export, release to TDEI | -| `workspace-management` | Dashboard, IDs, lifecycle | -| `onboarding` | Creating workspaces, getting started | -| `project-groups` | TDEI project groups vs workspace teams | -| `editing` | Geometry, attributes, accessibility features | -| `osm-interoperability` | OSM API emulation, editors, private OSM | -| `vector-data` | Vector vs raster, non-global datasets | -| `editing-tools` | Rapid, JOSM, AVIV ScoutRoute | -| `accessibility-data` | Accessibility feature editing | -| `imagery` | Imagery layers, sources, permissions | -| `basemaps` | Basemap and tile loading | -| `configuration` | Imagery JSON and workspace config | -| `collaboration` | Multi-user editing coordination | -| `teams` | Teams, invites, QR codes | -| `roles` | Manager, editor, reviewer roles | -| `review` | Review UI and QA workflows | -| `changesets` | Changeset tracking and history | -| `qa-qc` | Quality assurance in workspaces | -| `export` | Exporting workspace edits | -| `collaborative-accessibility-editing` | Community and agency collaborative mapping | -| `stewardship` | Jurisdiction maintenance workflows | -| `operational-workflows` | Who should use Workspaces vs GIS | -| `public-support` | External partner and helpline context | -| `public-vs-private-data` | Public release vs private sandbox (policy) | -| `editing-authority` | Who may edit or approve (policy) | -| `data-freshness` | Currency and staleness (policy) | - -Other products may use additional topic slugs (for example `gtfs-pathways`, `completeness`); keep tags consistent within a product family. +This is the **prescribed vocabulary going forward** — the set of kebab-case slugs authors should draw from when tagging `topics`, regardless of how many pages currently use a given term. It intentionally covers every product in [Product tags](#product-tags), including thin sections (LivAbility, FleXR, iOSPointMapper, WayKeeper) so that early pages in those areas are tagged consistently with where each product is headed, not just where it is today. + +Strongly prefer a term from this list. Only add a new slug if none of these fit; and if you do, add it to the relevant theme table below in the same pull request. Themes are cross-cutting — any topic may be combined with any product's pages when relevant. + +### Ecosystem & data lifecycle + +| Topic | Use for | +| :----------------------- | :------------------------------------------------------ | +| `tdei-ecosystem` | How a product relates to TDEI and sibling products | +| `dataset-lineage` | Source datasets, traceability, versioning | +| `data-freshness` | Currency, staleness, and update cadence | +| `data-quality` | Accuracy, confidence, and reliability of data | +| `completeness` | Coverage gaps vs. full data capture | +| `vector-data` | Vector vs. raster data, non-global dataset handling | +| `interoperability` | OSW/OSM format compatibility, cross-tool data exchange | +| `formats` | File formats and schema structures | +| `releases` | Dataset releases, versioning, and publication in TDEI | +| `publication-workflow` | Review, export, and release of edits into the ecosystem | +| `public-vs-private-data` | Public release vs. private sandbox boundaries | + +### Editing & collaboration + +| Topic | Use for | +| :------------------------- | :--------------------------------------------------------------- | +| `editing-tools` | Rapid, JOSM, AVIV ScoutRoute, and other editors | +| `editing` | Geometry, attributes, and accessibility feature editing | +| `editing-authority` | Who may edit or approve changes | +| `osm-interoperability` | OSM API emulation, editors, private OSM model | +| `teams` | Teams, invites, QR codes | +| `roles` | Manager, editor, reviewer roles | +| `sandbox-governance` | Sandboxed copies, divergence, private editing | +| `workspace-management` | Dashboard, IDs, lifecycle of a workspace | +| `onboarding` | Creating a workspace or project, getting started | +| `project-groups` | TDEI project groups vs. workspace teams | +| `multi-source-stewardship` | Collaborative review and enrichment using multiple input sources | +| `collaborative-editing` | Community and agency collaborative mapping | +| `review` | Review UI and QA workflows | +| `changesets` | Changeset tracking and history | +| `qa-qc` | Quality assurance and review workflows | +| `export` | Exporting edits to TDEI or other destinations | +| `imagery` | Imagery layers, sources, permissions | +| `basemaps` | Basemap and tile loading | +| `configuration` | Tool and workspace configuration | + +### Accessibility & routing + +| Topic | Use for | +| :---------------------- | :----------------------------------------------------------- | +| `accessibility-data` | Accessibility feature data | +| `routing` | Route calculation, preferences, and tradeoffs | +| `mobility-profiles` | Wheelchair, low-vision, and other user profiles | +| `walksheds` | Reachability and walkshed analysis | +| `transit` | Transit stop access and pedestrian-transit integration | +| `gtfs` | GTFS, GTFS-Flex, and GTFS-Pathways integration | +| `equity` | Equity analysis across accessibility profiles or communities | +| `scoring` | Community livability assessment and scoring | +| `accessibility-metrics` | Quantified accessibility or livability indicators | + +### Field data collection & mobile tools + +| Topic | Use for | +| :---------------------- | :--------------------------------------------------------- | +| `field-data-collection` | Surveying, mapping, and data capture in the field | +| `data-collection` | General survey and collection workflows | +| `quests` | AVIV ScoutRoute quest-based data collection | +| `device-compatibility` | Supported devices, OS versions, hardware requirements | +| `xr-accessibility` | XR/AR accessibility tooling | +| `assistive-input` | Alternative/assistive input methods for XR or mobile tools | +| `webxr` | WebXR platform-specific concerns | + +### Planning & analysis + +| Topic | Use for | +| :----------------- | :------------------------------------------------------------- | +| `planning` | Infrastructure, capital, and transition planning | +| `ada` | ADA-related planning, requirements, or compliance context | +| `legal-boundaries` | Legal or compliance boundaries assistants must not overstate | +| `prioritization` | Ranking or prioritizing pedestrian investments | +| `ai` | AI/ML-assisted analysis, generation, or risk | +| `graph-metrics` | Network/graph analysis metrics (centrality, betweenness, etc.) | + +### Support, feedback & governance + +| Topic | Use for | +| :---------------------- | :--------------------------------------------------------- | +| `feedback` | Reporting errors, issues, or corrections | +| `support` | Helpline and partner support interactions | +| `governance` | Assistant-layer policy, abstention, and content governance | +| `assistant-behavior` | Assistant guardrails, abstention rules | +| `stewardship` | Jurisdiction or agency data maintenance | +| `operational-workflows` | Who should use which tool for a given operational need | +| `public-support` | External partner and helpline context | + +Other pages may use additional topic slugs not listed here only when nothing above fits; keep new tags kebab-case, add them to the matching theme table above, and keep them consistent within a product family. ## Related From 6a3571b28611e678ab6b2756edfe701a353ab73d Mon Sep 17 00:00:00 2001 From: Amy Kate Bordenave Date: Wed, 8 Jul 2026 18:26:40 -0700 Subject: [PATCH 03/24] feat: update akb top-level docs' related concepts linking --- docs/assistant/dispatch.md | 8 ++++---- docs/assistant/index.md | 15 +++++---------- docs/assistant/intents.md | 7 ++++++- docs/assistant/schema.md | 12 ++++++++---- utilities/akb-generate-dispatch.py | 6 +++--- 5 files changed, 26 insertions(+), 22 deletions(-) diff --git a/docs/assistant/dispatch.md b/docs/assistant/dispatch.md index a2104688..c195b820 100644 --- a/docs/assistant/dispatch.md +++ b/docs/assistant/dispatch.md @@ -18,7 +18,7 @@ topics: risk_level: low authority_level: official review_status: draft -last_reviewed: 2026-07-06 +last_reviewed: 2026-07-08 retrieval_priority: high assistant_behavior: allow_inference: false @@ -81,9 +81,9 @@ This page should be fetched fresh rather than cached aggressively; its registry ## Related Concepts -- [Assistant Knowledge Base Overview](index.md) -- [Article Schema](schema.md) -- [Intents](intents.md) +- [Assistant Knowledge Base Index](index.md) — Overview of this retrieval-oriented TCAT knowledge base +- [Assistant Knowledge Base Schema](schema.md) — Authoring contract for Assistant Knowledge Base articles +- [Assistant Knowledge Base Intents](intents.md) — Mapping of retrieval intents to article paths ## Status Legend diff --git a/docs/assistant/index.md b/docs/assistant/index.md index ff798680..c2b2b1a5 100644 --- a/docs/assistant/index.md +++ b/docs/assistant/index.md @@ -31,10 +31,9 @@ assistant_behavior: do_not_claim: - This layer replaces official product manuals or legal advice. related_pages: - - assistant/dispatch.md - assistant/schema.md - - assistant/cross-platform/index.md - - assistant/support/index.md + - assistant/dispatch.md + - assistant/intents.md --- @@ -80,10 +79,6 @@ When a user asks a general question about TCAT products, consult the relevant se ## Related Concepts -- [Dispatch — full registry and authoring status](dispatch.md) -- [Schema — authoring contract for assistant knowledge base pages](schema.md) -- [Workspaces knowledge base](workspaces/index.md) -- [OS-CONNECT knowledge base](os-connect/index.md) -- [AccessMap knowledge base](accessmap/index.md) -- [Walksheds knowledge base](walksheds/index.md) -- [TDEI knowledge base](tdei/index.md) +- [Assistant Knowledge Base Schema](schema.md) — Authoring contract for Assistant Knowledge Base articles +- [Assistant Knowledge Base Dispatch](dispatch.md) — Generated registry of all pages in the knowledge base +- [Assistant Knowledge Base Intents](intents.md) — Mapping of retrieval intents to article paths diff --git a/docs/assistant/intents.md b/docs/assistant/intents.md index 317a74ed..4866770e 100644 --- a/docs/assistant/intents.md +++ b/docs/assistant/intents.md @@ -28,6 +28,9 @@ assistant_behavior: do_not_claim: [] related_pages: - assistant/support/workflow/support-answer-patterns.md + - assistant/index.md + - assistant/schema.md + - assistant/dispatch.md --- @@ -364,4 +367,6 @@ Intents are metadata for retrieval pipelines, not content for end users. Do not ## Related Concepts -- [Dispatch](dispatch.md) +- [Assistant Knowledge Base Index](index.md) — Overview of this retrieval-oriented TCAT knowledge base +- [Assistant Knowledge Base Schema](schema.md) — Authoring contract for Assistant Knowledge Base articles +- [Assistant Knowledge Base Dispatch](dispatch.md) — Generated registry of all pages in the knowledge base diff --git a/docs/assistant/schema.md b/docs/assistant/schema.md index 4c65896c..b2d06272 100644 --- a/docs/assistant/schema.md +++ b/docs/assistant/schema.md @@ -2,6 +2,10 @@ title: Assistant Knowledge Base article schema tags: - Assistant +related_pages: + - assistant/index.md + - assistant/dispatch.md + - assistant/intents.md --- @@ -247,8 +251,8 @@ Strongly prefer a term from this list. Only add a new slug if none of these fit; Other pages may use additional topic slugs not listed here only when nothing above fits; keep new tags kebab-case, add them to the matching theme table above, and keep them consistent within a product family. -## Related +## Related Concepts -- [Assistant Knowledge Base overview](index.md) -- Dispatch registry — generated agent-layer artifact served at `https://taskarcenteratuw.github.io/tcat-wiki/assistant/dispatch.md` (produced by `utilities/akb-generate-dispatch.py`; not hand-authored). -- [Intents](intents.md) - TPatterns of user queries that map to specific knowledge-base pages. +- [Assistant Knowledge Base Index](index.md) — Overview of this retrieval-oriented TCAT knowledge base +- [Assistant Knowledge Base Dispatch](dispatch.md) — Generated registry of all pages in the knowledge base +- [Assistant Knowledge Base Intents](intents.md) — Mapping of retrieval intents to article paths diff --git a/utilities/akb-generate-dispatch.py b/utilities/akb-generate-dispatch.py index b1847f0e..743b4edc 100644 --- a/utilities/akb-generate-dispatch.py +++ b/utilities/akb-generate-dispatch.py @@ -126,9 +126,9 @@ ## Related Concepts -- [Assistant Knowledge Base Overview](index.md) -- [Article Schema](schema.md) -- [Intents](intents.md) +- [Assistant Knowledge Base Index](index.md) — Overview of this retrieval-oriented TCAT knowledge base +- [Assistant Knowledge Base Schema](schema.md) — Authoring contract for Assistant Knowledge Base articles +- [Assistant Knowledge Base Intents](intents.md) — Mapping of retrieval intents to article paths ## Status Legend From e0a2affd540f39a6a547c8f6b53b696c30d36f05 Mon Sep 17 00:00:00 2001 From: Amy Kate Bordenave Date: Wed, 8 Jul 2026 18:35:41 -0700 Subject: [PATCH 04/24] fix: compact table and update formatting --- docs/assistant/dispatch.md | 10 +++++----- utilities/akb-generate-dispatch.py | 13 +++++++------ 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/docs/assistant/dispatch.md b/docs/assistant/dispatch.md index c195b820..10493ec8 100644 --- a/docs/assistant/dispatch.md +++ b/docs/assistant/dispatch.md @@ -87,11 +87,11 @@ This page should be fetched fresh rather than cached aggressively; its registry ## Status Legend -| Status | Meaning | -| :--------- | :-------------------------------------------------------- | -| `stub` | Frontmatter and heading scaffold exist; body is `TODO` | -| `draft` | Content authored; awaiting TCAT editorial review | -| `reviewed` | Reviewed and approved by TCAT staff | +| Status | Meaning | +| :--------- | :------ | +| `stub` | Frontmatter and heading scaffold exist; body is `TODO` | +| `draft` | Content authored; awaiting TCAT editorial review | +| `reviewed` | Reviewed and approved by TCAT staff | ## Registry diff --git a/utilities/akb-generate-dispatch.py b/utilities/akb-generate-dispatch.py index 743b4edc..658f237e 100644 --- a/utilities/akb-generate-dispatch.py +++ b/utilities/akb-generate-dispatch.py @@ -132,11 +132,11 @@ ## Status Legend -| Status | Meaning | -| :--------- | :-------------------------------------------------------- | -| `stub` | Frontmatter and heading scaffold exist; body is `TODO` | -| `draft` | Content authored; awaiting TCAT editorial review | -| `reviewed` | Reviewed and approved by TCAT staff | +| Status | Meaning | +| :--------- | :------ | +| `stub` | Frontmatter and heading scaffold exist; body is `TODO` | +| `draft` | Content authored; awaiting TCAT editorial review | +| `reviewed` | Reviewed and approved by TCAT staff | ## Registry @@ -286,7 +286,8 @@ def main(argv=None): assistant_dir = args.assistant_dir.resolve() if not assistant_dir.is_dir(): - print(f"error: assistant directory not found: {assistant_dir}", file=sys.stderr) + print( + f"error: assistant directory not found: {assistant_dir}", file=sys.stderr) return 1 if args.print_only: From 93e0718951eec83b3f0044a4864d83126992db19 Mon Sep 17 00:00:00 2001 From: Amy Kate Bordenave Date: Wed, 8 Jul 2026 18:36:25 -0700 Subject: [PATCH 05/24] feat: update akb dispatch products list --- docs/assistant/dispatch.md | 13 +++++++++++-- utilities/akb-generate-dispatch.py | 13 +++++++++++-- 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/docs/assistant/dispatch.md b/docs/assistant/dispatch.md index 10493ec8..a2191a40 100644 --- a/docs/assistant/dispatch.md +++ b/docs/assistant/dispatch.md @@ -5,10 +5,19 @@ tags: slug: dispatch doc_type: workflow products: - - OS-CONNECT - AccessMap - - Walksheds + - AVIV ScoutRoute + - Cross-Platform + - FleXR + - iOSPointMapper + - LivAbility + - OpenSidewalks + - OS-CONNECT + - QA-QC Reports + - Rapid - TDEI + - Walksheds + - WayKeeper - Workspaces audiences: - developer diff --git a/utilities/akb-generate-dispatch.py b/utilities/akb-generate-dispatch.py index 658f237e..b83507fb 100644 --- a/utilities/akb-generate-dispatch.py +++ b/utilities/akb-generate-dispatch.py @@ -46,10 +46,19 @@ slug: dispatch doc_type: workflow products: - - OS-CONNECT - AccessMap - - Walksheds + - AVIV ScoutRoute + - Cross-Platform + - FleXR + - iOSPointMapper + - LivAbility + - OpenSidewalks + - OS-CONNECT + - QA-QC Reports + - Rapid - TDEI + - Walksheds + - WayKeeper - Workspaces audiences: - developer From 3cc5972ef1e11d1fd6ec68fbcf24437622428788 Mon Sep 17 00:00:00 2001 From: Amy Kate Bordenave Date: Wed, 8 Jul 2026 18:54:55 -0700 Subject: [PATCH 06/24] feat: update changelog and main instructions --- .github/instructions/main.instructions.md | 2 ++ CHANGELOG.md | 16 ++++++++++++++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.github/instructions/main.instructions.md b/.github/instructions/main.instructions.md index 1def3d1a..fb7889aa 100644 --- a/.github/instructions/main.instructions.md +++ b/.github/instructions/main.instructions.md @@ -8,3 +8,5 @@ applyTo: "**" IMPORTANT: This project uses a Python virtual environment (`.venv/`). ALWAYS run `.\.venv\Scripts\Activate.ps1` before ANY terminal command (zensical, pip, python, utility scripts, etc.). Never assume the venv is already activated. When editing Markdown content under `docs/`, also follow `.github/instructions/content-style.instructions.md`. + +Every completed development change must update `CHANGELOG.md` in the same changeset. diff --git a/CHANGELOG.md b/CHANGELOG.md index 765d1c02..aed8ebe0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,21 @@ # Changelog -Changes to the TCAT Wiki are documented here. +All notable changes to this project will be documented in this file. -This project adheres to [Semantic Versioning](https://semver.org/) and [Conventional Commits](https://www.conventionalcommits.org/). +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/) and [Conventional Commits](https://www.conventionalcommits.org/). + +## Unreleased + +### Features + +- **Docs**: Expand the AKB schema's product tags table to list all 14 first-class products, and align the generated dispatch registry's `products` frontmatter to match +- **Docs**: Restructure the AKB schema's controlled `topics` vocabulary into themed tables covering every product area +- **Docs**: Standardize the "Related Concepts" section across `assistant/index.md`, `assistant/schema.md`, `assistant/intents.md`, and the generated `assistant/dispatch.md` to link to each other with shared, consistent text; update `utilities/akb-generate-dispatch.py` accordingly + +### Fixes + +- **Docs**: Compact the dispatch registry's status legend table formatting ## v13.0.0 (2026-07-06) From b41c02d2a41b922ee4b7e1250fac65f32d1efa2f Mon Sep 17 00:00:00 2001 From: Amy Kate Bordenave Date: Wed, 8 Jul 2026 19:34:17 -0700 Subject: [PATCH 07/24] feat: add testing for akb products and topics frontmatter --- CHANGELOG.md | 1 + utilities/test_akb_content.py | 90 +++++++++++++++++++++++++++++++++++ 2 files changed, 91 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aed8ebe0..a29b657c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), - **Docs**: Expand the AKB schema's product tags table to list all 14 first-class products, and align the generated dispatch registry's `products` frontmatter to match - **Docs**: Restructure the AKB schema's controlled `topics` vocabulary into themed tables covering every product area - **Docs**: Standardize the "Related Concepts" section across `assistant/index.md`, `assistant/schema.md`, `assistant/intents.md`, and the generated `assistant/dispatch.md` to link to each other with shared, consistent text; update `utilities/akb-generate-dispatch.py` accordingly +- **Core**: Add `test_akb_content.py` tests validating that every AKB article's `products` and `topics` frontmatter values exactly match the controlled vocabularies in `assistant/schema.md` ### Fixes diff --git a/utilities/test_akb_content.py b/utilities/test_akb_content.py index 4b09f2fc..6c210683 100644 --- a/utilities/test_akb_content.py +++ b/utilities/test_akb_content.py @@ -16,6 +16,7 @@ REPO_ROOT = Path(__file__).parent.parent ASSISTANT_DIR = REPO_ROOT / "docs" / "assistant" DISPATCH_PATH = ASSISTANT_DIR / "dispatch.md" +SCHEMA_PATH = ASSISTANT_DIR / "schema.md" # Top-level files that live directly in the assistant root and are never # treated as topic directories (mirrors akb-generate-dispatch.py). @@ -70,6 +71,53 @@ def parse_frontmatter(text): return props +LIST_ITEM_RE = re.compile(r"^\s*-\s*(.+)$") + + +def parse_frontmatter_list(text, key): + """Parse a top-level ``key:``-introduced YAML block list into a list of strings. + + Only handles the simple block-list style used throughout docs/assistant/ + (``key:`` on its own line, followed by indented ``- value`` lines), which + mirrors how ``products``/``topics`` are actually authored. An inline + ``key: []`` (empty list) or missing key both yield ``[]``. + """ + match = FRONTMATTER_RE.match(text) + if not match: + return [] + lines = match.group(1).split("\n") + items = [] + in_list = False + for line in lines: + stripped = line.strip() + if not in_list: + if stripped == f"{key}:": + in_list = True + continue + if line and line[0] in " \t": + m = LIST_ITEM_RE.match(line) + if not m: + break + value = m.group(1).strip() + if len(value) >= 2 and value[0] in "'\"" and value[-1] == value[0]: + value = value[1:-1] + items.append(value) + else: + break + return items + + +CODE_TABLE_CELL_RE = re.compile(r"^\|\s*`([^`]+)`\s*\|", re.MULTILINE) + + +def extract_schema_vocab(schema_text, start_heading, end_heading): + """Return the set of backtick-quoted values in table rows between two headings.""" + start_idx = schema_text.index(start_heading) + len(start_heading) + end_idx = schema_text.index(end_heading, start_idx) + section = schema_text[start_idx:end_idx] + return set(CODE_TABLE_CELL_RE.findall(section)) + + def topic_dirs(): """Every subdirectory of docs/assistant/ (each is a topic).""" if not ASSISTANT_DIR.is_dir(): @@ -208,6 +256,48 @@ def test_title_is_present(topic, doc_type, path): assert fm.get("title"), f"{rel(path)}: missing or empty title" +# ============================================================================= +# products/topics controlled vocabulary (docs/assistant/schema.md) +# ============================================================================= + +@pytest.fixture(scope="module") +def schema_products(): + schema_text = SCHEMA_PATH.read_text(encoding="utf-8") + return extract_schema_vocab(schema_text, "## Product tags", "## Controlled vocabulary") + + +@pytest.fixture(scope="module") +def schema_topics(): + schema_text = SCHEMA_PATH.read_text(encoding="utf-8") + return extract_schema_vocab( + schema_text, "## Controlled vocabulary (`topics`)", "## Related Concepts" + ) + + +@pytest.mark.parametrize("topic,doc_type,path", ARTICLES, ids=ARTICLE_IDS) +def test_products_match_schema_vocabulary(topic, doc_type, path, schema_products): + text = path.read_text(encoding="utf-8") + products = parse_frontmatter_list(text, "products") + assert products, f"{rel(path)}: missing or empty products list" + unknown = [p for p in products if p not in schema_products] + assert not unknown, ( + f"{rel(path)}: products {unknown} not in docs/assistant/schema.md's " + "Product tags table" + ) + + +@pytest.mark.parametrize("topic,doc_type,path", ARTICLES, ids=ARTICLE_IDS) +def test_topics_match_schema_vocabulary(topic, doc_type, path, schema_topics): + text = path.read_text(encoding="utf-8") + topics = parse_frontmatter_list(text, "topics") + assert topics, f"{rel(path)}: missing or empty topics list" + unknown = [t for t in topics if t not in schema_topics] + assert not unknown, ( + f"{rel(path)}: topics {unknown} not in docs/assistant/schema.md's " + "controlled vocabulary tables" + ) + + # ============================================================================= # Slug collisions # ============================================================================= From 45ba23dbae1a80fab40c075e3d8a435e5dcd019f Mon Sep 17 00:00:00 2001 From: Amy Kate Bordenave Date: Wed, 8 Jul 2026 19:35:55 -0700 Subject: [PATCH 08/24] fix: update akb products frontmatter entry format --- CHANGELOG.md | 1 + docs/assistant/cross-platform/index.md | 4 ++-- docs/assistant/flexr/workflow/get-involved-with-flexr.md | 2 +- docs/assistant/livability/concept/poi-source.md | 2 +- docs/assistant/livability/workflow/select-mobility-profile.md | 2 +- docs/assistant/qa-qc/index.md | 2 +- .../qa-qc/workflow/identify-accessibility-islands.md | 2 +- docs/assistant/waykeeper/concept/waykeeper.md | 2 +- docs/assistant/waykeeper/index.md | 2 +- docs/assistant/waykeeper/workflow/use-waykeeper.md | 2 +- 10 files changed, 11 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a29b657c..f71f0d01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), ### Fixes - **Docs**: Compact the dispatch registry's status legend table formatting +- **Docs**: Fix AKB article `products` frontmatter values that did not match the schema's canonical casing (`Waykeeper` → `WayKeeper`, `Livability` → `LivAbility`, `Flexr` → `FleXR`, `QA/QC`/`QA/QC Reports` → `QA-QC Reports`) ## v13.0.0 (2026-07-06) diff --git a/docs/assistant/cross-platform/index.md b/docs/assistant/cross-platform/index.md index 1f01143a..a95be381 100644 --- a/docs/assistant/cross-platform/index.md +++ b/docs/assistant/cross-platform/index.md @@ -12,11 +12,11 @@ products: - LivAbility - OpenSidewalks - OS-CONNECT - - QA/QC Reports + - QA-QC Reports - Rapid - TDEI - Walksheds - - Waykeeper + - WayKeeper - Workspaces audiences: - planner diff --git a/docs/assistant/flexr/workflow/get-involved-with-flexr.md b/docs/assistant/flexr/workflow/get-involved-with-flexr.md index 4fc2885c..fa56f127 100644 --- a/docs/assistant/flexr/workflow/get-involved-with-flexr.md +++ b/docs/assistant/flexr/workflow/get-involved-with-flexr.md @@ -8,7 +8,7 @@ questions: - How do I participate in the FleXR user study? - How do I integrate FleXR into my A-Frame application? products: - - Flexr + - FleXR audiences: - developer - advocate diff --git a/docs/assistant/livability/concept/poi-source.md b/docs/assistant/livability/concept/poi-source.md index 08746dff..7e9a1735 100644 --- a/docs/assistant/livability/concept/poi-source.md +++ b/docs/assistant/livability/concept/poi-source.md @@ -5,7 +5,7 @@ tags: slug: poi-source doc_type: concept products: - - Livability + - LivAbility audiences: - planner - jurisdiction diff --git a/docs/assistant/livability/workflow/select-mobility-profile.md b/docs/assistant/livability/workflow/select-mobility-profile.md index ef692d54..bdf7b0ca 100644 --- a/docs/assistant/livability/workflow/select-mobility-profile.md +++ b/docs/assistant/livability/workflow/select-mobility-profile.md @@ -5,7 +5,7 @@ tags: slug: select-mobility-profile doc_type: workflow products: - - Livability + - LivAbility audiences: - planner - jurisdiction diff --git a/docs/assistant/qa-qc/index.md b/docs/assistant/qa-qc/index.md index eab1ce6a..3dff07ff 100644 --- a/docs/assistant/qa-qc/index.md +++ b/docs/assistant/qa-qc/index.md @@ -5,7 +5,7 @@ tags: slug: qa-qc-index doc_type: policy products: - - QA/QC Reports + - QA-QC Reports - OS-CONNECT - TDEI audiences: diff --git a/docs/assistant/qa-qc/workflow/identify-accessibility-islands.md b/docs/assistant/qa-qc/workflow/identify-accessibility-islands.md index 60700906..609aa041 100644 --- a/docs/assistant/qa-qc/workflow/identify-accessibility-islands.md +++ b/docs/assistant/qa-qc/workflow/identify-accessibility-islands.md @@ -5,7 +5,7 @@ tags: slug: identify-accessibility-islands doc_type: workflow products: - - QA/QC + - QA-QC Reports - OS-CONNECT audiences: - planner diff --git a/docs/assistant/waykeeper/concept/waykeeper.md b/docs/assistant/waykeeper/concept/waykeeper.md index 8df90b28..a3b11be6 100644 --- a/docs/assistant/waykeeper/concept/waykeeper.md +++ b/docs/assistant/waykeeper/concept/waykeeper.md @@ -5,7 +5,7 @@ tags: slug: waykeeper doc_type: concept products: - - Waykeeper + - WayKeeper audiences: - planner - jurisdiction diff --git a/docs/assistant/waykeeper/index.md b/docs/assistant/waykeeper/index.md index 3f9a6abe..44028b1d 100644 --- a/docs/assistant/waykeeper/index.md +++ b/docs/assistant/waykeeper/index.md @@ -5,7 +5,7 @@ tags: slug: waykeeper-index doc_type: policy products: - - Waykeeper + - WayKeeper audiences: - planner - jurisdiction diff --git a/docs/assistant/waykeeper/workflow/use-waykeeper.md b/docs/assistant/waykeeper/workflow/use-waykeeper.md index 30e29215..915ef046 100644 --- a/docs/assistant/waykeeper/workflow/use-waykeeper.md +++ b/docs/assistant/waykeeper/workflow/use-waykeeper.md @@ -5,7 +5,7 @@ tags: slug: use-waykeeper doc_type: workflow products: - - Waykeeper + - WayKeeper audiences: - planner - jurisdiction From 2735c2daa4b7643113a05c42a76ee5732eff8ec5 Mon Sep 17 00:00:00 2001 From: Amy Kate Bordenave Date: Wed, 8 Jul 2026 19:51:46 -0700 Subject: [PATCH 09/24] fix: update akb article product tag lists --- docs/assistant/cross-platform/index.md | 1 + docs/assistant/index.md | 15 ++++++++++++--- docs/assistant/intents.md | 14 ++++++++++++-- docs/assistant/schema.md | 15 +++++++++++++++ 4 files changed, 40 insertions(+), 5 deletions(-) diff --git a/docs/assistant/cross-platform/index.md b/docs/assistant/cross-platform/index.md index a95be381..dd998b27 100644 --- a/docs/assistant/cross-platform/index.md +++ b/docs/assistant/cross-platform/index.md @@ -7,6 +7,7 @@ doc_type: policy products: - AccessMap - AVIV ScoutRoute + - Cross-Platform - FleXR - iOSPointMapper - LivAbility diff --git a/docs/assistant/index.md b/docs/assistant/index.md index c2b2b1a5..6b6eda75 100644 --- a/docs/assistant/index.md +++ b/docs/assistant/index.md @@ -5,10 +5,19 @@ tags: slug: assistant-index doc_type: concept products: - - OS-CONNECT - AccessMap - - Walksheds + - AVIV ScoutRoute + - Cross-Platform + - FleXR + - iOSPointMapper + - LivAbility + - OpenSidewalks + - OS-CONNECT + - QA-QC Reports + - Rapid - TDEI + - Walksheds + - WayKeeper - Workspaces audiences: - planner @@ -22,7 +31,7 @@ topics: risk_level: low authority_level: explanatory review_status: draft -last_reviewed: 2026-06-04 +last_reviewed: 2026-07-08 retrieval_priority: high assistant_behavior: allow_inference: false diff --git a/docs/assistant/intents.md b/docs/assistant/intents.md index 4866770e..06f31275 100644 --- a/docs/assistant/intents.md +++ b/docs/assistant/intents.md @@ -5,10 +5,20 @@ tags: slug: intents doc_type: workflow products: - - OS-CONNECT - AccessMap - - Walksheds + - AVIV ScoutRoute + - Cross-Platform + - FleXR + - iOSPointMapper + - LivAbility + - OpenSidewalks + - OS-CONNECT + - QA-QC Reports + - Rapid - TDEI + - Walksheds + - WayKeeper + - Workspaces audiences: - planner - jurisdiction diff --git a/docs/assistant/schema.md b/docs/assistant/schema.md index b2d06272..e7f29fb1 100644 --- a/docs/assistant/schema.md +++ b/docs/assistant/schema.md @@ -2,6 +2,21 @@ title: Assistant Knowledge Base article schema tags: - Assistant +products: + - AccessMap + - AVIV ScoutRoute + - Cross-Platform + - FleXR + - iOSPointMapper + - LivAbility + - OpenSidewalks + - OS-CONNECT + - QA-QC Reports + - Rapid + - TDEI + - Walksheds + - WayKeeper + - Workspaces related_pages: - assistant/index.md - assistant/dispatch.md From c5401effd84760ab7431350318b6be7312b4d0e1 Mon Sep 17 00:00:00 2001 From: Amy Kate Bordenave Date: Wed, 8 Jul 2026 19:59:06 -0700 Subject: [PATCH 10/24] fix: add full frontmatter to akb schema --- CHANGELOG.md | 2 ++ docs/assistant/schema.md | 21 +++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f71f0d01..ab0f8666 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,11 +14,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), - **Docs**: Restructure the AKB schema's controlled `topics` vocabulary into themed tables covering every product area - **Docs**: Standardize the "Related Concepts" section across `assistant/index.md`, `assistant/schema.md`, `assistant/intents.md`, and the generated `assistant/dispatch.md` to link to each other with shared, consistent text; update `utilities/akb-generate-dispatch.py` accordingly - **Core**: Add `test_akb_content.py` tests validating that every AKB article's `products` and `topics` frontmatter values exactly match the controlled vocabularies in `assistant/schema.md` +- **Docs**: Add full frontmatter to AKB schema doc ### Fixes - **Docs**: Compact the dispatch registry's status legend table formatting - **Docs**: Fix AKB article `products` frontmatter values that did not match the schema's canonical casing (`Waykeeper` → `WayKeeper`, `Livability` → `LivAbility`, `Flexr` → `FleXR`, `QA/QC`/`QA/QC Reports` → `QA-QC Reports`) +- **Docs**: Update AKB article `products` frontmatter values for AKB root docs ## v13.0.0 (2026-07-06) diff --git a/docs/assistant/schema.md b/docs/assistant/schema.md index e7f29fb1..6286a09d 100644 --- a/docs/assistant/schema.md +++ b/docs/assistant/schema.md @@ -2,6 +2,10 @@ title: Assistant Knowledge Base article schema tags: - Assistant +slug: schema +doc_type: concept +questions: + - What is the schema for the TCAT Wiki Assistant Knowledge Base articles? products: - AccessMap - AVIV ScoutRoute @@ -17,6 +21,23 @@ products: - Walksheds - WayKeeper - Workspaces +audiences: + - developer +topics: + - support + - governance + - assistant-behavior +risk_level: high +authority_level: official +review_status: reviewed +last_reviewed: 2026-07-08 +retrieval_priority: high +assistant_behavior: + allow_inference: false + requires_citation: false + abstain_if_missing_context: true + do_not_claim: + - related_pages: - assistant/index.md - assistant/dispatch.md From 1d6bb34ebe7593b005826e509fdeb7972a9cea72 Mon Sep 17 00:00:00 2001 From: Amy Kate Bordenave Date: Wed, 8 Jul 2026 21:20:07 -0700 Subject: [PATCH 11/24] chore: update main agent instructions to prevent failed search tool calls --- .github/instructions/main.instructions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/instructions/main.instructions.md b/.github/instructions/main.instructions.md index fb7889aa..76083f62 100644 --- a/.github/instructions/main.instructions.md +++ b/.github/instructions/main.instructions.md @@ -10,3 +10,5 @@ IMPORTANT: This project uses a Python virtual environment (`.venv/`). ALWAYS run When editing Markdown content under `docs/`, also follow `.github/instructions/content-style.instructions.md`. Every completed development change must update `CHANGELOG.md` in the same changeset. + +When using the search tool, consider setting `includeIgnoredFiles` to `true` because `site/`, `human-docs/`, and `agent-docs/` are listed in `files.exclude` and `search.exclude`. From 1a4cce2f1965acc5d705cb268724a0c8eda6c4fe Mon Sep 17 00:00:00 2001 From: Amy Kate Bordenave Date: Wed, 8 Jul 2026 21:21:23 -0700 Subject: [PATCH 12/24] feat: add slug column to akb products list and add list of products as topics --- docs/assistant/schema.md | 67 +++++++++++++++++++++++++++------------- 1 file changed, 46 insertions(+), 21 deletions(-) diff --git a/docs/assistant/schema.md b/docs/assistant/schema.md index 6286a09d..2a350b5e 100644 --- a/docs/assistant/schema.md +++ b/docs/assistant/schema.md @@ -169,33 +169,58 @@ Body content after frontmatter MUST use this heading scaffold so chunks stay str Optional subheadings under these sections are allowed if they do not duplicate or replace the canonical nine headings. -## Product tags +## Product tags (`products`) First-class `products` values for assistant-layer pages: -| Product | Notes | -| :---------------- | :----------------------------------------- | -| `AccessMap` | Accessibility-aware routing | -| `AVIV ScoutRoute` | Mobile survey application | -| `Cross-Platform` | Multi-platform shared functionality | -| `FleXR` | WebXR plugin for custom input methods | -| `iOSPointMapper` | Semi-automated data collection on iOS | -| `LivAbility` | Community livability assessment platform | -| `OpenSidewalks` | Pedestrian network schema and standards | -| `OS-CONNECT` | WA pedestrian network data and viewer | -| `QA-QC Reports` | QA/QC reports for OS-CONNECT datasets | -| `Rapid` | Fast web-based OSM editor | -| `TDEI` | Portal, APIs, dataset storage and releases | -| `Walksheds` | Reachability analysis platform | -| `WayKeeper` | Navigation layer for TCAT's resources | -| `Workspaces` | Collaborative editing and sandboxing | - -## Controlled vocabulary (`topics`) - -This is the **prescribed vocabulary going forward** — the set of kebab-case slugs authors should draw from when tagging `topics`, regardless of how many pages currently use a given term. It intentionally covers every product in [Product tags](#product-tags), including thin sections (LivAbility, FleXR, iOSPointMapper, WayKeeper) so that early pages in those areas are tagged consistently with where each product is headed, not just where it is today. +| Product | Slug | Notes | +| :---------------- | :---------------- | :----------------------------------------- | +| `AccessMap` | `accessmap` | Accessibility-aware routing | +| `AVIV ScoutRoute` | `aviv-scoutroute` | Mobile survey application | +| `Cross-Platform` | `cross-platform` | Multi-platform shared functionality | +| `FleXR` | `flexr` | WebXR plugin for custom input methods | +| `iOSPointMapper` | `iospointmapper` | Semi-automated data collection on iOS | +| `LivAbility` | `livability` | Community livability assessment platform | +| `OpenSidewalks` | `opensidewalks` | Pedestrian network schema and standards | +| `OS-CONNECT` | `os-connect` | WA pedestrian network data and viewer | +| `QA-QC Reports` | `qa-qc` | QA/QC reports for OS-CONNECT datasets | +| `Rapid` | `rapid` | Fast web-based OSM editor | +| `TDEI` | `tdei` | Portal, APIs, dataset storage and releases | +| `Walksheds` | `walksheds` | Reachability analysis platform | +| `WayKeeper` | `waykeeper` | Navigation layer for TCAT's resources | +| `Workspaces` | `workspaces` | Collaborative editing and sandboxing | + +`Slug` is the matching kebab-case `docs/assistant/{topic}/` directory name for that product, also usable as its corresponding `topics` entry (see [Topic tags](#topic-tags)). + +## Topic tags (`topics`) + +This is the **prescribed vocabulary going forward** — the set of kebab-case slugs authors should draw from when tagging `topics`, regardless of how many pages currently use a given term. It intentionally covers every product in [Product tags](#product-tags-products), including thin sections (LivAbility, FleXR, iOSPointMapper, WayKeeper) so that early pages in those areas are tagged consistently with where each product is headed, not just where it is today. Strongly prefer a term from this list. Only add a new slug if none of these fit; and if you do, add it to the relevant theme table below in the same pull request. Themes are cross-cutting — any topic may be combined with any product's pages when relevant. +### Product slugs + +Every value from the [Product tags](#product-tags-products) table's `Slug` column is also a valid `topics` entry, used to tag a page with its owning product/section for retrieval: + +| Topic | +| :---------------- | +| `accessmap` | +| `aviv-scoutroute` | +| `cross-platform` | +| `flexr` | +| `iospointmapper` | +| `livability` | +| `opensidewalks` | +| `os-connect` | +| `qa-qc` | +| `rapid` | +| `tdei` | +| `walksheds` | +| `waykeeper` | +| `workspaces` | + +This duplicates the `products` list in slug form so a page's owning section is filterable from `topics` alone (e.g. by a retrieval pipeline that only indexes `topics`), without requiring a `products`-to-slug lookup elsewhere. + ### Ecosystem & data lifecycle | Topic | Use for | From bba562e961a9d3fc605d1c773699acf7eb2cb956 Mon Sep 17 00:00:00 2001 From: Amy Kate Bordenave Date: Wed, 8 Jul 2026 21:21:53 -0700 Subject: [PATCH 13/24] feat: add additional tests for products and topics fields --- utilities/test_akb_content.py | 111 +++++++++++++++++++++++++++++++++- 1 file changed, 109 insertions(+), 2 deletions(-) diff --git a/utilities/test_akb_content.py b/utilities/test_akb_content.py index 6c210683..e4aa0813 100644 --- a/utilities/test_akb_content.py +++ b/utilities/test_akb_content.py @@ -24,6 +24,12 @@ DOC_TYPE_SUBDIRS = ("concept", "workflow") +# Cross-cutting topic directories whose pages legitimately span multiple +# products with no single "owning" product/topic-folder match. Exempt from +# the products/topics first-entry-matches-parent-topic-folder checks below +# (but still subject to test_all_products_have_matching_topic_slug). +EXEMPT_TOPIC_DIRS = {"cross-platform", "support"} + REQUIRED_SECTIONS = [ "## Short Answer", "## Significance", @@ -263,17 +269,33 @@ def test_title_is_present(topic, doc_type, path): @pytest.fixture(scope="module") def schema_products(): schema_text = SCHEMA_PATH.read_text(encoding="utf-8") - return extract_schema_vocab(schema_text, "## Product tags", "## Controlled vocabulary") + return extract_schema_vocab(schema_text, "## Product tags", "## Topic tags") @pytest.fixture(scope="module") def schema_topics(): schema_text = SCHEMA_PATH.read_text(encoding="utf-8") return extract_schema_vocab( - schema_text, "## Controlled vocabulary (`topics`)", "## Related Concepts" + schema_text, "## Topic tags (`topics`)", "## Related Concepts" ) +@pytest.fixture(scope="module") +def schema_product_slugs(): + """Return a dict mapping each schema Product name to its Slug column value. + + Parses the ``## Product tags`` table's ``Product`` and ``Slug`` columns + directly (rather than reusing ``extract_schema_vocab``, which only + captures a single backtick-quoted column per row). + """ + schema_text = SCHEMA_PATH.read_text(encoding="utf-8") + start_idx = schema_text.index("## Product tags") + end_idx = schema_text.index("## Topic tags", start_idx) + section = schema_text[start_idx:end_idx] + row_re = re.compile(r"^\|\s*`([^`]+)`\s*\|\s*`([^`]+)`\s*\|", re.MULTILINE) + return dict(row_re.findall(section)) + + @pytest.mark.parametrize("topic,doc_type,path", ARTICLES, ids=ARTICLE_IDS) def test_products_match_schema_vocabulary(topic, doc_type, path, schema_products): text = path.read_text(encoding="utf-8") @@ -298,6 +320,91 @@ def test_topics_match_schema_vocabulary(topic, doc_type, path, schema_topics): ) +@pytest.mark.parametrize( + "topic,doc_type,path", + [(t, d, p) for t, d, p in ARTICLES if t not in EXEMPT_TOPIC_DIRS], + ids=[i for (t, _, _), i in zip(ARTICLES, ARTICLE_IDS) if t not in EXEMPT_TOPIC_DIRS], +) +def test_first_product_matches_parent_topic_folder(topic, doc_type, path, schema_product_slugs): + """The first ``products`` entry must be the product owning this topic folder. + + Every article lives under ``docs/assistant/{topic}/``, and every + single-product topic folder corresponds 1:1 with a `Product` row in the + schema's Product tags table (matched via that row's `Slug` column). The + first entry in `products` must be that product, though the list is not + limited to it (a page may also cite other related products further down + the list). ``cross-platform`` and ``support`` are cross-cutting sections + with no single owning product and are exempt (see EXEMPT_TOPIC_DIRS). + """ + expected_product = next( + (product for product, slug in schema_product_slugs.items() if slug == topic), None + ) + assert expected_product, ( + f"{rel(path)}: topic folder '{topic}' has no matching Slug in " + "docs/assistant/schema.md's Product tags table" + ) + text = path.read_text(encoding="utf-8") + products = parse_frontmatter_list(text, "products") + assert products, f"{rel(path)}: missing or empty products list" + assert products[0] == expected_product, ( + f"{rel(path)}: first products entry '{products[0]}' != expected " + f"'{expected_product}' (based on parent topic folder '{topic}')" + ) + + +@pytest.mark.parametrize( + "topic,doc_type,path", + [(t, d, p) for t, d, p in ARTICLES if t not in EXEMPT_TOPIC_DIRS], + ids=[i for (t, _, _), i in zip(ARTICLES, ARTICLE_IDS) if t not in EXEMPT_TOPIC_DIRS], +) +def test_first_topic_matches_parent_topic_folder(topic, doc_type, path): + """The first ``topics`` entry must be the parent topic folder's own slug. + + Checked purely against in-file frontmatter (no schema lookup needed): + since test_first_product_matches_parent_topic_folder already guarantees + the first `products` entry is correct for this topic folder, the first + `topics` entry just needs to equal the topic folder name itself, which is + also that product's slug. ``cross-platform`` and ``support`` are exempt + (see EXEMPT_TOPIC_DIRS). + """ + text = path.read_text(encoding="utf-8") + topics = parse_frontmatter_list(text, "topics") + assert topics, f"{rel(path)}: missing or empty topics list" + assert topics[0] == topic, ( + f"{rel(path)}: first topics entry '{topics[0]}' != expected " + f"'{topic}' (parent topic folder name)" + ) + + +@pytest.mark.parametrize("topic,doc_type,path", ARTICLES, ids=ARTICLE_IDS) +def test_all_products_have_matching_topic_slug(topic, doc_type, path, schema_product_slugs): + """Every ``products`` entry must have its slug equivalent present in ``topics``. + + Applies to all articles, including cross-platform/ and support/: for each + product listed, that product's schema `Slug` (docs/assistant/schema.md's + Product tags table) must also appear somewhere in the page's `topics` + list, so a page's full set of owning products is discoverable from + `topics` alone. + """ + text = path.read_text(encoding="utf-8") + products = parse_frontmatter_list(text, "products") + topics = parse_frontmatter_list(text, "topics") + assert products, f"{rel(path)}: missing or empty products list" + assert topics, f"{rel(path)}: missing or empty topics list" + missing = [] + for product in products: + slug = schema_product_slugs.get(product) + if slug is None: + # Already reported by test_products_match_schema_vocabulary. + continue + if slug not in topics: + missing.append((product, slug)) + assert not missing, ( + f"{rel(path)}: products missing their slug in topics (product, expected_slug): " + f"{missing}" + ) + + # ============================================================================= # Slug collisions # ============================================================================= From 5499aec66b00face547c33a3d006bcc3bf94ac09 Mon Sep 17 00:00:00 2001 From: Amy Kate Bordenave Date: Wed, 8 Jul 2026 21:22:34 -0700 Subject: [PATCH 14/24] chore: update changelog --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab0f8666..d37c7852 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), ### Features -- **Docs**: Expand the AKB schema's product tags table to list all 14 first-class products, and align the generated dispatch registry's `products` frontmatter to match +- **Docs**: Add a `Slug` column to the AKB schema's Product tags table (matching each product's `docs/assistant/{topic}/` directory name), rename the `topics` section to "Topic tags", and add a "Product slugs" table duplicating those slugs as first-class `topics` values, with a short rationale for the intentional duplication +- **Core**: Add `test_akb_content.py` tests, enforcing that (1) the first `products` entry for single-product topic folders matches that folder's owning product, (2) the first `topics` entry matches the parent topic folder's own slug, and (3) every `products` entry has its schema slug present somewhere in `topics`; `cross-platform/` and `support/` are exempt from checks 1-2 as cross-cutting, multi-product sections +- **Docs**: Expand the AKB schema's product tags table to list all first-class products, and align the generated dispatch registry's `products` frontmatter to match - **Docs**: Restructure the AKB schema's controlled `topics` vocabulary into themed tables covering every product area - **Docs**: Standardize the "Related Concepts" section across `assistant/index.md`, `assistant/schema.md`, `assistant/intents.md`, and the generated `assistant/dispatch.md` to link to each other with shared, consistent text; update `utilities/akb-generate-dispatch.py` accordingly - **Core**: Add `test_akb_content.py` tests validating that every AKB article's `products` and `topics` frontmatter values exactly match the controlled vocabularies in `assistant/schema.md` @@ -19,7 +21,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), ### Fixes - **Docs**: Compact the dispatch registry's status legend table formatting -- **Docs**: Fix AKB article `products` frontmatter values that did not match the schema's canonical casing (`Waykeeper` → `WayKeeper`, `Livability` → `LivAbility`, `Flexr` → `FleXR`, `QA/QC`/`QA/QC Reports` → `QA-QC Reports`) +- **Docs**: Fix AKB article `products` frontmatter values that did not match the schema's canonical casing - **Docs**: Update AKB article `products` frontmatter values for AKB root docs ## v13.0.0 (2026-07-06) From 948334ed7390b3e550baa532e9e9ac74ca6ad1c6 Mon Sep 17 00:00:00 2001 From: Amy Kate Bordenave Date: Wed, 8 Jul 2026 21:45:38 -0700 Subject: [PATCH 15/24] fix: update akb article products and topics frontmatter properties --- CHANGELOG.md | 2 ++ .../accessmap/concept/accessibility-assumptions.md | 1 + .../concept/accessibility-mobility-metrics.md | 1 + .../accessmap/concept/accessibility-needs.md | 1 + .../concept/accessible-routes-appear-longer.md | 1 + docs/assistant/accessmap/concept/accessmap.md | 1 + .../accessmap/concept/ada-compliance-support.md | 1 + .../concept/agency-routing-customization.md | 1 + .../accessmap/concept/avoid-missing-curb-ramps.md | 1 + .../accessmap/concept/avoid-steep-slopes.md | 1 + .../accessmap/concept/blind-low-vision-support.md | 1 + .../accessmap/concept/campus-accessibility.md | 1 + .../concept/community-accessibility-priorities.md | 1 + .../accessmap/concept/comparison-apple-maps.md | 1 + .../concept/construction-routing-effect.md | 1 + .../concept/critical-pedestrian-corridors.md | 1 + .../accessmap/concept/curb-ramp-routing.md | 1 + docs/assistant/accessmap/concept/data-sources.md | 1 + .../accessmap/concept/disconnected-sidewalks.md | 1 + .../accessmap/concept/emergency-planning.md | 1 + .../concept/explaining-metrics-publicly.md | 1 + .../accessmap/concept/field-validation.md | 1 + .../accessmap/concept/google-maps-comparison.md | 1 + .../concept/google-maps-design-rationale.md | 1 + .../accessmap/concept/gtfs-integration.md | 1 + docs/assistant/accessmap/concept/gtfs-pathways.md | 1 + .../accessmap/concept/here-routing-comparison.md | 1 + .../accessmap/concept/hospital-campus-support.md | 1 + .../concept/inaccessible-transit-stations.md | 1 + .../concept/local-datasets-routing-quality.md | 1 + .../accessmap/concept/longer-route-selection.md | 1 + .../accessmap/concept/manual-wheelchair-support.md | 1 + .../concept/missing-accessibility-data.md | 1 + .../accessmap/concept/missing-curb-ramps-effect.md | 1 + .../accessmap/concept/mobility-profiles.md | 1 + .../accessmap/concept/network-redundancy.md | 1 + .../assistant/accessmap/concept/operational-use.md | 1 + .../concept/paratransit-planning-support.md | 1 + .../accessmap/concept/pedestrian-resilience.md | 1 + .../accessmap/concept/planned-capabilities.md | 1 + .../concept/powered-wheelchair-support.md | 1 + .../accessmap/concept/prioritization-metrics.md | 1 + .../accessmap/concept/public-engagement.md | 1 + .../accessmap/concept/route-calculation.md | 1 + .../accessmap/concept/route-reliability.md | 1 + .../accessmap/concept/routing-limitations.md | 1 + .../accessmap/concept/routing-profiles.md | 1 + .../accessmap/concept/routing-system-comparison.md | 1 + .../accessmap/concept/routing-tradeoffs.md | 1 + docs/assistant/accessmap/concept/school-use.md | 1 + docs/assistant/accessmap/concept/slope-routing.md | 1 + .../accessmap/concept/steep-slopes-effect.md | 1 + .../accessmap/concept/temporary-barriers.md | 1 + .../accessmap/concept/tourism-accessibility.md | 1 + .../transit-pedestrian-routing-integration.md | 1 + .../accessmap/concept/transit-wayfinding.md | 1 + docs/assistant/accessmap/concept/update-cadence.md | 1 + docs/assistant/accessmap/index.md | 1 + .../workflow/prioritize-pedestrian-investments.md | 1 + .../accessmap/workflow/report-routing-problems.md | 1 + .../accessmap/workflow/validate-routing-results.md | 1 + docs/assistant/aviv-scoutroute/concept/quest.md | 1 + docs/assistant/aviv-scoutroute/index.md | 1 + .../aviv-scoutroute/workflow/answer-quest.md | 1 + .../cross-platform/concept/abbreviations.md | 2 +- .../concept/accessibility-islands.md | 3 +++ .../cross-platform/concept/accessmap-routing.md | 1 + .../concept/ada-compliance-boundaries.md | 3 +++ .../concept/ada-safety-legal-boundaries.md | 4 ++++ .../cross-platform/concept/assistant-abstention.md | 4 ++++ .../cross-platform/concept/completeness.md | 1 + .../concept/connected-pedestrian-graph.md | 3 +++ .../cross-platform/concept/data-freshness.md | 4 ++++ .../concept/how-should-ai-outputs-be-validated.md | 4 ++++ .../concept/public-vs-internal-content.md | 4 ++++ ...he-risks-of-automated-accessibility-analysis.md | 4 ++++ docs/assistant/cross-platform/index.md | 14 ++++++++++++++ .../workflow/review-community-feedback.md | 4 ++++ .../workflow/support-answer-patterns.md | 4 ++++ .../workflow/update-jurisdiction-data.md | 2 ++ .../use-accessmap-for-public-engagement.md | 1 + .../use-os-connect-for-ada-transition-planning.md | 1 + docs/assistant/flexr/concept/flexr.md | 1 + docs/assistant/flexr/index.md | 1 + .../flexr/workflow/get-involved-with-flexr.md | 1 + .../iospointmapper/concept/device-compatibility.md | 1 + docs/assistant/iospointmapper/index.md | 1 + .../workflow/start-collecting-data.md | 1 + docs/assistant/livability/index.md | 1 + .../livability/workflow/select-mobility-profile.md | 1 + .../opensidewalks/concept/opensidewalks-schema.md | 1 + docs/assistant/opensidewalks/index.md | 1 + .../opensidewalks/workflow/find-latest-version.md | 1 + .../os-connect/concept/accessibility-attribute.md | 1 + .../os-connect/concept/accessibility-data-gaps.md | 1 + .../os-connect/concept/accessibility-equity.md | 1 + .../concept/accessibility-improvement.md | 1 + .../accessibility-tradeoff-communication.md | 1 + .../concept/ada-title-ii-requirements.md | 1 + .../concept/ada-transition-data-requirements.md | 1 + .../os-connect/concept/ada-transition-planning.md | 1 + .../os-connect/concept/adoption-barriers.md | 1 + .../os-connect/concept/advocacy-group-role.md | 1 + .../os-connect/concept/advocacy-group-use.md | 1 + .../os-connect/concept/advocacy-participation.md | 1 + .../os-connect/concept/advocate-contribution.md | 1 + .../concept/agency-correction-reporting.md | 1 + .../os-connect/concept/agency-data-integration.md | 1 + .../concept/ai-barrier-identification.md | 1 + .../os-connect/concept/ai-curb-ramp-detection.md | 1 + docs/assistant/os-connect/concept/ai-data-risks.md | 1 + .../concept/ai-inequity-identification.md | 1 + .../concept/ai-infrastructure-prioritization.md | 1 + .../concept/ai-sidewalk-quality-estimation.md | 1 + .../concept/ai-stewardship-assistance.md | 1 + .../concept/attribute-documentation-location.md | 1 + .../os-connect/concept/automated-data-risks.md | 1 + .../concept/automated-system-limitations.md | 1 + .../concept/batch-correction-alternatives.md | 1 + .../concept/bulk-correction-submission.md | 1 + .../os-connect/concept/bus-stop-planning.md | 1 + .../os-connect/concept/campus-handling.md | 1 + .../os-connect/concept/capital-planning.md | 1 + docs/assistant/os-connect/concept/common-errors.md | 1 + .../os-connect/concept/community-comment-review.md | 1 + .../concept/community-correction-contribution.md | 1 + .../concept/community-data-quality-checks.md | 1 + .../os-connect/concept/community-data-usability.md | 1 + .../concept/community-engagement-pathways.md | 1 + .../os-connect/concept/community-feedback-use.md | 1 + .../concept/community-gap-identification.md | 1 + .../concept/community-participation-pathways.md | 1 + .../concept/community-validation-role.md | 1 + .../concept/completeness-score-interpretation.md | 1 + .../concept/completeness-vs-ada-compliance.md | 1 + .../concept/complex-intersection-handling.md | 1 + .../os-connect/concept/confidence-measures.md | 1 + .../os-connect/concept/conflicting-data-sources.md | 1 + .../os-connect/concept/construction-changes.md | 1 + .../os-connect/concept/context-aware-routing.md | 1 + .../os-connect/concept/coordinate-system.md | 1 + .../os-connect/concept/correction-confirmation.md | 1 + .../os-connect/concept/correction-propagation.md | 1 + .../os-connect/concept/correction-release-lag.md | 1 + .../os-connect/concept/correction-tracking.md | 1 + .../os-connect/concept/correction-validation.md | 1 + .../concept/county-update-coordination.md | 1 + .../os-connect/concept/cross-state-lessons.md | 1 + .../os-connect/concept/crossing-attributes.md | 1 + docs/assistant/os-connect/concept/crossing-edge.md | 1 + .../os-connect/concept/crossing-inference.md | 1 + .../os-connect/concept/crowdsourcing-role.md | 1 + .../os-connect/concept/curb-ramp-attributes.md | 1 + .../os-connect/concept/curb-ramp-identification.md | 1 + .../os-connect/concept/curb-ramp-inventories.md | 1 + docs/assistant/os-connect/concept/data-accuracy.md | 1 + .../os-connect/concept/data-collection-history.md | 1 + .../concept/data-issue-reporting-requirements.md | 1 + .../assistant/os-connect/concept/data-licensing.md | 1 + .../concept/data-maintenance-challenges.md | 1 + .../assistant/os-connect/concept/data-ownership.md | 1 + .../concept/destination-access-analysis.md | 2 ++ .../concept/disability-community-contribution.md | 1 + .../concept/disconnected-dataset-problem.md | 1 + .../disconnected-sidewalk-identification.md | 1 + .../concept/elevation-routing-effects.md | 1 + .../concept/excluded-infrastructure-types.md | 1 + .../concept/feature-selection-display.md | 1 + .../os-connect/concept/field-validation-role.md | 1 + .../os-connect/concept/field-validation.md | 1 + .../os-connect/concept/geographic-coverage.md | 1 + .../concept/gis-software-compatibility.md | 1 + .../os-connect/concept/governance-models.md | 1 + .../os-connect/concept/gtfs-pathways-generation.md | 1 + docs/assistant/os-connect/concept/human-review.md | 1 + docs/assistant/os-connect/concept/imagery-role.md | 1 + .../concept/inaccessible-area-reporting.md | 1 + .../concept/included-infrastructure-types.md | 1 + .../os-connect/concept/incomplete-coverage.md | 1 + .../interoperable-accessibility-ecosystem.md | 1 + .../os-connect/concept/intersection-attributes.md | 1 + .../os-connect/concept/issue-report-auto-update.md | 1 + .../os-connect/concept/issue-report-follow-up.md | 1 + .../os-connect/concept/issue-report-reviewers.md | 1 + .../concept/jurisdiction-data-disputes.md | 1 + .../concept/jurisdiction-engagement-pathways.md | 1 + .../concept/jurisdiction-participation-pathways.md | 1 + .../os-connect/concept/jurisdiction-stewardship.md | 1 + .../concept/jurisdiction-update-maintenance.md | 1 + .../concept/lived-experience-importance.md | 1 + .../os-connect/concept/local-data-validation.md | 1 + .../concept/local-vs-statewide-coordination.md | 1 + .../concept/long-term-maintenance-workflows.md | 1 + .../concept/long-term-stewardship-requirements.md | 1 + .../long-term-stewardship-responsibility.md | 1 + .../os-connect/concept/machine-learning-role.md | 1 + .../concept/major-event-accessibility-planning.md | 1 + .../concept/manual-wheelchair-profile.md | 1 + .../os-connect/concept/map-color-legend.md | 1 + docs/assistant/os-connect/concept/map-layers.md | 1 + .../concept/mapper-training-materials.md | 1 + .../os-connect/concept/mapping-prioritization.md | 1 + .../concept/mapwithai-workflow-history.md | 1 + .../os-connect/concept/maximum-travel-cost.md | 1 + .../concept/missing-accessibility-information.md | 1 + .../os-connect/concept/missing-attribute-values.md | 1 + .../missing-infrastructure-identification.md | 1 + .../concept/missing-street-names-for-vendors.md | 1 + .../os-connect/concept/mobility-equity.md | 1 + .../os-connect/concept/mobility-justice.md | 1 + .../os-connect/concept/mpo-contribution.md | 1 + docs/assistant/os-connect/concept/mpo-role.md | 1 + .../concept/multimodal-accessibility-analysis.md | 1 + .../concept/national-data-standards-evolution.md | 1 + .../concept/nationwide-system-requirements.md | 1 + docs/assistant/os-connect/concept/node-vs-edge.md | 1 + .../os-connect/concept/nondriver-mobility.md | 1 + .../os-connect/concept/older-adult-contribution.md | 1 + .../concept/open-source-community-role.md | 1 + .../opensidewalks-community-mapping-groups.md | 1 + .../concept/opensidewalks-schema-usage.md | 1 + .../os-connect/concept/opensidewalks-schema.md | 1 + docs/assistant/os-connect/concept/opensidewalks.md | 1 + .../os-connect/concept/operational-agency-use.md | 1 + .../concept/os-connect-local-gis-relationship.md | 1 + .../os-connect/concept/os-connect-maintenance.md | 1 + .../os-connect/concept/os-connect-origin.md | 1 + .../concept/os-connect-problem-statement.md | 1 + .../concept/os-connect-tdei-relationship.md | 1 + .../concept/os-connect-vs-openstreetmap.md | 1 + .../os-connect-vs-traditional-inventories.md | 1 + docs/assistant/os-connect/concept/os-connect.md | 1 + .../os-connect/concept/outdated-data-handling.md | 1 + .../os-connect/concept/outdated-imagery.md | 1 + .../concept/participatory-accessibility-mapping.md | 1 + .../os-connect/concept/participatory-mapping.md | 1 + .../os-connect/concept/partnership-needs.md | 1 + .../concept/pedestrian-data-complexity.md | 1 + .../os-connect/concept/pedestrian-equity.md | 1 + .../concept/pedestrian-feature-attributes.md | 1 + .../concept/pedestrian-only-facilities.md | 1 + .../os-connect/concept/planned-capabilities.md | 1 + .../os-connect/concept/planner-data-validation.md | 1 + .../concept/planning-with-known-errors.md | 1 + .../os-connect/concept/poi-grouping-rationale.md | 1 + .../concept/post-collection-next-steps.md | 1 + .../os-connect/concept/private-facilities.md | 1 + .../os-connect/concept/public-data-value.md | 1 + docs/assistant/os-connect/concept/qa-qc-report.md | 1 + .../recommended-sidewalk-tagging-pattern.md | 1 + .../os-connect/concept/reportable-errors.md | 1 + .../concept/required-vs-recommended-attributes.md | 1 + .../os-connect/concept/resident-participation.md | 1 + .../assistant/os-connect/concept/routable-graph.md | 1 + .../os-connect/concept/routing-assumptions.md | 1 + .../os-connect/concept/routing-personalization.md | 1 + .../os-connect/concept/rural-area-handling.md | 1 + .../concept/rural-community-participation.md | 1 + .../os-connect/concept/safe-routes-to-school.md | 1 + .../os-connect/concept/safety-improvement.md | 1 + .../os-connect/concept/school-participation.md | 1 + .../concept/separated-sidewalk-mapping.md | 1 + .../os-connect/concept/service-planning.md | 1 + .../os-connect/concept/sidewalk-attributes.md | 1 + .../concept/sidewalk-disconnection-causes.md | 3 +++ .../concept/sidewalk-street-name-association.md | 1 + .../os-connect/concept/state-stewardship-role.md | 1 + .../concept/statewide-data-importance.md | 1 + .../os-connect/concept/statewide-inventory.md | 1 + .../os-connect/concept/stewardship-roles.md | 1 + .../concept/stewardship-sustainability.md | 1 + .../concept/street-name-routing-importance.md | 1 + .../concept/street-name-tags-for-routing.md | 1 + .../concept/street-name-vs-sidepath-name.md | 1 + .../os-connect/concept/surface-attribute.md | 1 + .../concept/tcat-mapping-project-support.md | 1 + .../assistant/os-connect/concept/trail-handling.md | 1 + .../concept/transit-accessibility-analysis.md | 1 + .../concept/transit-agency-contribution.md | 1 + .../concept/transit-pedestrian-integration.md | 1 + .../os-connect/concept/university-role.md | 1 + .../os-connect/concept/unreachable-destinations.md | 1 + .../assistant/os-connect/concept/update-cadence.md | 1 + .../os-connect/concept/update-responsibility.md | 1 + .../os-connect/concept/urban-map-density.md | 1 + .../concept/urgent-correction-process.md | 1 + .../os-connect/concept/viewer-overview.md | 1 + .../os-connect/concept/viewer-vs-tdei-portal.md | 1 + docs/assistant/os-connect/concept/vision-zero.md | 1 + .../concept/volunteer-data-contribution.md | 1 + .../os-connect/concept/walkshed-advocacy.md | 1 + .../os-connect/concept/walkshed-metrics.md | 1 + .../os-connect/concept/washington-lessons.md | 1 + .../os-connect/concept/width-attribute.md | 1 + .../concept/workflow-improvement-areas.md | 1 + docs/assistant/os-connect/concept/z-score-usage.md | 1 + docs/assistant/os-connect/index.md | 1 + .../os-connect/workflow/connect-to-gis.md | 1 + .../assistant/os-connect/workflow/download-data.md | 1 + .../os-connect/workflow/import-into-arcgis.md | 1 + .../os-connect/workflow/report-data-error.md | 1 + .../os-connect/workflow/search-for-jurisdiction.md | 1 + .../qa-qc/concept/accessibility-island.md | 3 +++ docs/assistant/qa-qc/concept/centrality.md | 3 +++ .../concept/completeness-vs-accessibility-gaps.md | 3 +++ docs/assistant/qa-qc/concept/completeness.md | 3 +++ .../qa-qc/concept/connected-pedestrian-graph.md | 3 +++ docs/assistant/qa-qc/concept/crossing-count.md | 3 +++ .../concept/edge-betweenness-operational-use.md | 3 +++ docs/assistant/qa-qc/concept/edge-betweenness.md | 3 +++ .../qa-qc/concept/eigenvector-centrality.md | 3 +++ .../concept/node-centrality-operational-use.md | 3 +++ docs/assistant/qa-qc/concept/path-count.md | 3 +++ docs/assistant/qa-qc/concept/qa-qc-limitations.md | 3 +++ docs/assistant/qa-qc/index.md | 3 +++ .../workflow/identify-accessibility-islands.md | 1 + docs/assistant/rapid/concept/rapid.md | 1 + docs/assistant/rapid/index.md | 1 + .../rapid/workflow/add-sidewalk-using-rapid.md | 1 + .../support/concept/accessmap-vs-walksheds.md | 2 ++ .../concept/cross-team-followup-ownership.md | 4 ++++ docs/assistant/support/concept/data-citation.md | 4 ++++ .../assistant/support/concept/dataset-authority.md | 4 ++++ .../support/concept/ecosystem-overview.md | 4 ++++ .../concept/fallback-when-gtfs-pathways-missing.md | 4 ++++ .../concept/gtfs-pathways-agency-adoption.md | 4 ++++ .../support/concept/gtfs-pathways-vs-os-connect.md | 3 +++ .../support/concept/mappy-hours-eligibility.md | 4 ++++ .../support/concept/opensidewalks-contact.md | 4 ++++ .../support/concept/os-connect-contact.md | 3 +++ .../support/concept/os-connect-vs-gtfs-pathways.md | 3 +++ .../os-connect-walksheds-bus-stop-planning.md | 3 +++ .../osm-pedestrian-paths-vs-gtfs-pathways.md | 4 ++++ .../support/concept/partner-response-time.md | 4 ++++ .../support/concept/staff-email-antipatterns.md | 4 ++++ docs/assistant/support/concept/tdei-contact.md | 3 +++ .../concept/tdei-os-connect-osm-differences.md | 4 ++++ docs/assistant/support/index.md | 5 +++++ .../support/workflow/check-gtfs-feed-pathways.md | 4 ++++ .../support/workflow/choose-dataset-for-arcgis.md | 4 ++++ .../workflow/choose-dataset-for-planning.md | 4 ++++ .../choose-dataset-for-transit-stations.md | 4 ++++ .../support/workflow/communicate-uncertainty.md | 4 ++++ .../support/workflow/frame-future-plans.md | 4 ++++ .../support/workflow/handle-unknown-questions.md | 4 ++++ .../workflow/internal-verification-language.md | 4 ++++ .../support/workflow/introduce-related-tools.md | 4 ++++ .../workflow/mappy-hours-referral-decision.md | 4 ++++ docs/assistant/tdei/concept/dataset-identifier.md | 1 + docs/assistant/tdei/concept/file-formats.md | 1 + docs/assistant/tdei/concept/interoperability.md | 1 + .../tdei/concept/osw-download-contents.md | 1 + docs/assistant/tdei/concept/osw-edges-and-nodes.md | 1 + docs/assistant/tdei/concept/osw-vs-osm-format.md | 1 + docs/assistant/tdei/concept/release-versioning.md | 1 + docs/assistant/tdei/concept/released-dataset.md | 2 +- docs/assistant/tdei/concept/tdei.md | 1 + docs/assistant/tdei/index.md | 1 + docs/assistant/tdei/workflow/access-tdei-api.md | 1 + .../tdei/workflow/check-dataset-currency.md | 1 + docs/assistant/tdei/workflow/download-data.md | 1 + .../tdei/workflow/download-os-connect-data.md | 4 +++- docs/assistant/tdei/workflow/use-tdei-portal.md | 1 + .../walksheds/concept/accessibility-islands.md | 1 + .../accessibility-profile-inequity-analysis.md | 1 + .../walksheds/concept/accessibility-profiles.md | 1 + .../walksheds/concept/accuracy-vs-straight-line.md | 1 + docs/assistant/walksheds/concept/ada-planning.md | 1 + .../walksheds/concept/barrier-incorporation.md | 1 + .../walksheds/concept/before-after-comparison.md | 1 + .../walksheds/concept/complete-streets-planning.md | 1 + .../walksheds/concept/crossing-effects.md | 1 + .../concept/crossing-gap-identification.md | 1 + .../walksheds/concept/destination-exclusion.md | 1 + .../concept/disconnected-network-handling.md | 1 + .../walksheds/concept/downtown-revitalization.md | 1 + .../walksheds/concept/economic-development.md | 1 + .../walksheds/concept/elevation-effects.md | 1 + .../concept/emergency-resilience-planning.md | 1 + .../assistant/walksheds/concept/equity-analysis.md | 1 + .../walksheds/concept/grant-applications.md | 1 + .../walksheds/concept/hospital-access-analysis.md | 1 + .../concept/infrastructure-scenario-comparison.md | 1 + docs/assistant/walksheds/concept/max-cost.md | 1 + .../walksheds/concept/neighborhood-comparison.md | 1 + .../walksheds/concept/network-assumptions.md | 1 + .../walksheds/concept/park-access-analysis.md | 1 + .../pedestrian-bottleneck-identification.md | 1 + .../walksheds/concept/pedestrian-walkshed.md | 1 + .../walksheds/concept/planned-capabilities.md | 1 + .../walksheds/concept/planner-assumptions.md | 1 + .../walksheds/concept/prioritization-workflows.md | 1 + .../walksheds/concept/profile-variation.md | 2 ++ .../walksheds/concept/public-explanation.md | 1 + docs/assistant/walksheds/concept/reachable-area.md | 1 + .../concept/rural-transportation-planning.md | 1 + .../concept/school-accessibility-analysis.md | 1 + .../walksheds/concept/senior-mobility-analysis.md | 1 + .../walksheds/concept/transit-planning.md | 1 + docs/assistant/walksheds/concept/travel-limits.md | 1 + .../walksheds/concept/uncertainty-communication.md | 1 + .../concept/underserved-area-identification.md | 1 + docs/assistant/walksheds/concept/vision-zero.md | 1 + .../walksheds/concept/walkshed-calculation.md | 1 + .../walksheds/concept/walkshed-limitations.md | 1 + .../walksheds/concept/walkshed-quality.md | 1 + .../walksheds/concept/walkshed-vs-buffer.md | 1 + docs/assistant/walksheds/concept/walksheds-tool.md | 1 + .../walksheds/concept/wheelchair-walkshed.md | 1 + docs/assistant/walksheds/index.md | 1 + .../walksheds/workflow/generate-walkshed.md | 1 + docs/assistant/waykeeper/index.md | 1 + .../workflow/create-a-workspace-from-tdei.md | 1 + 413 files changed, 571 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d37c7852..8ef01904 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), ### Fixes +- **Docs**: Reorder AKB article `products`/`topics` frontmatter so the first `products` entry matches the owning product for the article's parent topic folder, the first `topics` entry matches that folder's slug, and every listed product's slug is present in `topics`, per the new `test_akb_content.py` checks; regenerate `assistant/dispatch.md` afterward +- **Docs**: Fix a stray `QA/QC Reports` `products` value (should be `QA-QC Reports`) and its missing `qa-qc` `topics` slug in `assistant/cross-platform/concept/abbreviations.md` - **Docs**: Compact the dispatch registry's status legend table formatting - **Docs**: Fix AKB article `products` frontmatter values that did not match the schema's canonical casing - **Docs**: Update AKB article `products` frontmatter values for AKB root docs diff --git a/docs/assistant/accessmap/concept/accessibility-assumptions.md b/docs/assistant/accessmap/concept/accessibility-assumptions.md index a7f5c222..6f954439 100644 --- a/docs/assistant/accessmap/concept/accessibility-assumptions.md +++ b/docs/assistant/accessmap/concept/accessibility-assumptions.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - accessmap - routing risk_level: medium authority_level: draft diff --git a/docs/assistant/accessmap/concept/accessibility-mobility-metrics.md b/docs/assistant/accessmap/concept/accessibility-mobility-metrics.md index b88f2194..61e93ca3 100644 --- a/docs/assistant/accessmap/concept/accessibility-mobility-metrics.md +++ b/docs/assistant/accessmap/concept/accessibility-mobility-metrics.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - accessmap - metrics risk_level: medium authority_level: draft diff --git a/docs/assistant/accessmap/concept/accessibility-needs.md b/docs/assistant/accessmap/concept/accessibility-needs.md index c16bb4f8..fa17b600 100644 --- a/docs/assistant/accessmap/concept/accessibility-needs.md +++ b/docs/assistant/accessmap/concept/accessibility-needs.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - accessmap - accessibility risk_level: medium authority_level: draft diff --git a/docs/assistant/accessmap/concept/accessible-routes-appear-longer.md b/docs/assistant/accessmap/concept/accessible-routes-appear-longer.md index 3d9ac9d3..6706f6d8 100644 --- a/docs/assistant/accessmap/concept/accessible-routes-appear-longer.md +++ b/docs/assistant/accessmap/concept/accessible-routes-appear-longer.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - accessmap - routing risk_level: medium authority_level: draft diff --git a/docs/assistant/accessmap/concept/accessmap.md b/docs/assistant/accessmap/concept/accessmap.md index 35e8298d..50d792e0 100644 --- a/docs/assistant/accessmap/concept/accessmap.md +++ b/docs/assistant/accessmap/concept/accessmap.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - accessmap - overview risk_level: medium authority_level: draft diff --git a/docs/assistant/accessmap/concept/ada-compliance-support.md b/docs/assistant/accessmap/concept/ada-compliance-support.md index d8aaab10..4c739b81 100644 --- a/docs/assistant/accessmap/concept/ada-compliance-support.md +++ b/docs/assistant/accessmap/concept/ada-compliance-support.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - accessmap - ada - compliance risk_level: high diff --git a/docs/assistant/accessmap/concept/agency-routing-customization.md b/docs/assistant/accessmap/concept/agency-routing-customization.md index ab7dced0..640d371c 100644 --- a/docs/assistant/accessmap/concept/agency-routing-customization.md +++ b/docs/assistant/accessmap/concept/agency-routing-customization.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - accessmap - profiles risk_level: medium authority_level: draft diff --git a/docs/assistant/accessmap/concept/avoid-missing-curb-ramps.md b/docs/assistant/accessmap/concept/avoid-missing-curb-ramps.md index e1c0e45f..60cafb38 100644 --- a/docs/assistant/accessmap/concept/avoid-missing-curb-ramps.md +++ b/docs/assistant/accessmap/concept/avoid-missing-curb-ramps.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - accessmap - routing-preferences risk_level: medium authority_level: draft diff --git a/docs/assistant/accessmap/concept/avoid-steep-slopes.md b/docs/assistant/accessmap/concept/avoid-steep-slopes.md index d89a5f0a..91965fe1 100644 --- a/docs/assistant/accessmap/concept/avoid-steep-slopes.md +++ b/docs/assistant/accessmap/concept/avoid-steep-slopes.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - accessmap - routing-preferences risk_level: medium authority_level: draft diff --git a/docs/assistant/accessmap/concept/blind-low-vision-support.md b/docs/assistant/accessmap/concept/blind-low-vision-support.md index 2af7861d..6935bcf1 100644 --- a/docs/assistant/accessmap/concept/blind-low-vision-support.md +++ b/docs/assistant/accessmap/concept/blind-low-vision-support.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - accessmap - blind-low-vision risk_level: medium authority_level: draft diff --git a/docs/assistant/accessmap/concept/campus-accessibility.md b/docs/assistant/accessmap/concept/campus-accessibility.md index f908072b..8ad8a829 100644 --- a/docs/assistant/accessmap/concept/campus-accessibility.md +++ b/docs/assistant/accessmap/concept/campus-accessibility.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - accessmap - campus risk_level: medium authority_level: explanatory diff --git a/docs/assistant/accessmap/concept/community-accessibility-priorities.md b/docs/assistant/accessmap/concept/community-accessibility-priorities.md index b1903915..e46fad3a 100644 --- a/docs/assistant/accessmap/concept/community-accessibility-priorities.md +++ b/docs/assistant/accessmap/concept/community-accessibility-priorities.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - accessmap - governance risk_level: medium authority_level: explanatory diff --git a/docs/assistant/accessmap/concept/comparison-apple-maps.md b/docs/assistant/accessmap/concept/comparison-apple-maps.md index b39c8b15..89777d71 100644 --- a/docs/assistant/accessmap/concept/comparison-apple-maps.md +++ b/docs/assistant/accessmap/concept/comparison-apple-maps.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - accessmap - comparison risk_level: medium authority_level: explanatory diff --git a/docs/assistant/accessmap/concept/construction-routing-effect.md b/docs/assistant/accessmap/concept/construction-routing-effect.md index d3c0d321..c4b604c9 100644 --- a/docs/assistant/accessmap/concept/construction-routing-effect.md +++ b/docs/assistant/accessmap/concept/construction-routing-effect.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - accessmap - construction - routing risk_level: medium diff --git a/docs/assistant/accessmap/concept/critical-pedestrian-corridors.md b/docs/assistant/accessmap/concept/critical-pedestrian-corridors.md index 91d82b80..59559e57 100644 --- a/docs/assistant/accessmap/concept/critical-pedestrian-corridors.md +++ b/docs/assistant/accessmap/concept/critical-pedestrian-corridors.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - accessmap - planning risk_level: medium authority_level: explanatory diff --git a/docs/assistant/accessmap/concept/curb-ramp-routing.md b/docs/assistant/accessmap/concept/curb-ramp-routing.md index e428e2cb..656c2d67 100644 --- a/docs/assistant/accessmap/concept/curb-ramp-routing.md +++ b/docs/assistant/accessmap/concept/curb-ramp-routing.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - accessmap - curb-ramps - routing risk_level: medium diff --git a/docs/assistant/accessmap/concept/data-sources.md b/docs/assistant/accessmap/concept/data-sources.md index 42e19237..7846b1dc 100644 --- a/docs/assistant/accessmap/concept/data-sources.md +++ b/docs/assistant/accessmap/concept/data-sources.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - accessmap - data-sources risk_level: medium authority_level: explanatory diff --git a/docs/assistant/accessmap/concept/disconnected-sidewalks.md b/docs/assistant/accessmap/concept/disconnected-sidewalks.md index 6f7378dd..823e54e9 100644 --- a/docs/assistant/accessmap/concept/disconnected-sidewalks.md +++ b/docs/assistant/accessmap/concept/disconnected-sidewalks.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - accessmap - connectivity risk_level: medium authority_level: explanatory diff --git a/docs/assistant/accessmap/concept/emergency-planning.md b/docs/assistant/accessmap/concept/emergency-planning.md index cd899eef..9cc911ad 100644 --- a/docs/assistant/accessmap/concept/emergency-planning.md +++ b/docs/assistant/accessmap/concept/emergency-planning.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - accessmap - emergency risk_level: medium authority_level: explanatory diff --git a/docs/assistant/accessmap/concept/explaining-metrics-publicly.md b/docs/assistant/accessmap/concept/explaining-metrics-publicly.md index 40ab99f1..553d8267 100644 --- a/docs/assistant/accessmap/concept/explaining-metrics-publicly.md +++ b/docs/assistant/accessmap/concept/explaining-metrics-publicly.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - accessmap - communication risk_level: medium authority_level: explanatory diff --git a/docs/assistant/accessmap/concept/field-validation.md b/docs/assistant/accessmap/concept/field-validation.md index 6a8a690d..ab696536 100644 --- a/docs/assistant/accessmap/concept/field-validation.md +++ b/docs/assistant/accessmap/concept/field-validation.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - accessmap - validation risk_level: medium authority_level: explanatory diff --git a/docs/assistant/accessmap/concept/google-maps-comparison.md b/docs/assistant/accessmap/concept/google-maps-comparison.md index 0ce8be90..0e75fe42 100644 --- a/docs/assistant/accessmap/concept/google-maps-comparison.md +++ b/docs/assistant/accessmap/concept/google-maps-comparison.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - accessmap - comparison risk_level: medium authority_level: explanatory diff --git a/docs/assistant/accessmap/concept/google-maps-design-rationale.md b/docs/assistant/accessmap/concept/google-maps-design-rationale.md index 2a1fa804..e48db6cf 100644 --- a/docs/assistant/accessmap/concept/google-maps-design-rationale.md +++ b/docs/assistant/accessmap/concept/google-maps-design-rationale.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - accessmap - comparison risk_level: medium authority_level: explanatory diff --git a/docs/assistant/accessmap/concept/gtfs-integration.md b/docs/assistant/accessmap/concept/gtfs-integration.md index b652d857..05d30cc2 100644 --- a/docs/assistant/accessmap/concept/gtfs-integration.md +++ b/docs/assistant/accessmap/concept/gtfs-integration.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - accessmap - gtfs risk_level: medium authority_level: explanatory diff --git a/docs/assistant/accessmap/concept/gtfs-pathways.md b/docs/assistant/accessmap/concept/gtfs-pathways.md index 65eea0f2..2a3fcc2f 100644 --- a/docs/assistant/accessmap/concept/gtfs-pathways.md +++ b/docs/assistant/accessmap/concept/gtfs-pathways.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - accessmap - gtfs risk_level: medium authority_level: explanatory diff --git a/docs/assistant/accessmap/concept/here-routing-comparison.md b/docs/assistant/accessmap/concept/here-routing-comparison.md index 6a561c96..e29d15df 100644 --- a/docs/assistant/accessmap/concept/here-routing-comparison.md +++ b/docs/assistant/accessmap/concept/here-routing-comparison.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - accessmap - comparison risk_level: medium authority_level: explanatory diff --git a/docs/assistant/accessmap/concept/hospital-campus-support.md b/docs/assistant/accessmap/concept/hospital-campus-support.md index dbe857b9..f9e90564 100644 --- a/docs/assistant/accessmap/concept/hospital-campus-support.md +++ b/docs/assistant/accessmap/concept/hospital-campus-support.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - accessmap - health risk_level: medium authority_level: explanatory diff --git a/docs/assistant/accessmap/concept/inaccessible-transit-stations.md b/docs/assistant/accessmap/concept/inaccessible-transit-stations.md index 0fa5b70f..7063c4da 100644 --- a/docs/assistant/accessmap/concept/inaccessible-transit-stations.md +++ b/docs/assistant/accessmap/concept/inaccessible-transit-stations.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - accessmap - transit risk_level: medium authority_level: explanatory diff --git a/docs/assistant/accessmap/concept/local-datasets-routing-quality.md b/docs/assistant/accessmap/concept/local-datasets-routing-quality.md index 1e78ed11..7aa822ad 100644 --- a/docs/assistant/accessmap/concept/local-datasets-routing-quality.md +++ b/docs/assistant/accessmap/concept/local-datasets-routing-quality.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - accessmap - data-quality risk_level: medium authority_level: explanatory diff --git a/docs/assistant/accessmap/concept/longer-route-selection.md b/docs/assistant/accessmap/concept/longer-route-selection.md index 4c0613de..1ada1c1f 100644 --- a/docs/assistant/accessmap/concept/longer-route-selection.md +++ b/docs/assistant/accessmap/concept/longer-route-selection.md @@ -10,6 +10,7 @@ audiences: - public - advocate topics: + - accessmap - routing risk_level: low authority_level: explanatory diff --git a/docs/assistant/accessmap/concept/manual-wheelchair-support.md b/docs/assistant/accessmap/concept/manual-wheelchair-support.md index a4809ebb..2176dfe5 100644 --- a/docs/assistant/accessmap/concept/manual-wheelchair-support.md +++ b/docs/assistant/accessmap/concept/manual-wheelchair-support.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - accessmap - profiles - wheelchair risk_level: high diff --git a/docs/assistant/accessmap/concept/missing-accessibility-data.md b/docs/assistant/accessmap/concept/missing-accessibility-data.md index c404dc15..49aff109 100644 --- a/docs/assistant/accessmap/concept/missing-accessibility-data.md +++ b/docs/assistant/accessmap/concept/missing-accessibility-data.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - accessmap - data-gaps risk_level: medium authority_level: explanatory diff --git a/docs/assistant/accessmap/concept/missing-curb-ramps-effect.md b/docs/assistant/accessmap/concept/missing-curb-ramps-effect.md index 378ad148..805b5e44 100644 --- a/docs/assistant/accessmap/concept/missing-curb-ramps-effect.md +++ b/docs/assistant/accessmap/concept/missing-curb-ramps-effect.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - accessmap - curb-ramps - routing risk_level: medium diff --git a/docs/assistant/accessmap/concept/mobility-profiles.md b/docs/assistant/accessmap/concept/mobility-profiles.md index 20fe7fd4..5347618a 100644 --- a/docs/assistant/accessmap/concept/mobility-profiles.md +++ b/docs/assistant/accessmap/concept/mobility-profiles.md @@ -10,6 +10,7 @@ audiences: - public - advocate topics: + - accessmap - mobility-profiles risk_level: medium authority_level: explanatory diff --git a/docs/assistant/accessmap/concept/network-redundancy.md b/docs/assistant/accessmap/concept/network-redundancy.md index 5882ee68..26a3fdfa 100644 --- a/docs/assistant/accessmap/concept/network-redundancy.md +++ b/docs/assistant/accessmap/concept/network-redundancy.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - accessmap - network risk_level: medium authority_level: explanatory diff --git a/docs/assistant/accessmap/concept/operational-use.md b/docs/assistant/accessmap/concept/operational-use.md index 8228b249..2dc8ddbc 100644 --- a/docs/assistant/accessmap/concept/operational-use.md +++ b/docs/assistant/accessmap/concept/operational-use.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - accessmap - operations risk_level: medium authority_level: explanatory diff --git a/docs/assistant/accessmap/concept/paratransit-planning-support.md b/docs/assistant/accessmap/concept/paratransit-planning-support.md index b3fde612..a19b15ca 100644 --- a/docs/assistant/accessmap/concept/paratransit-planning-support.md +++ b/docs/assistant/accessmap/concept/paratransit-planning-support.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - accessmap - paratransit risk_level: medium authority_level: explanatory diff --git a/docs/assistant/accessmap/concept/pedestrian-resilience.md b/docs/assistant/accessmap/concept/pedestrian-resilience.md index 4eba3a58..e0b58422 100644 --- a/docs/assistant/accessmap/concept/pedestrian-resilience.md +++ b/docs/assistant/accessmap/concept/pedestrian-resilience.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - accessmap - resilience risk_level: medium authority_level: explanatory diff --git a/docs/assistant/accessmap/concept/planned-capabilities.md b/docs/assistant/accessmap/concept/planned-capabilities.md index b3ebb486..8133cba3 100644 --- a/docs/assistant/accessmap/concept/planned-capabilities.md +++ b/docs/assistant/accessmap/concept/planned-capabilities.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - accessmap - roadmap risk_level: medium authority_level: explanatory diff --git a/docs/assistant/accessmap/concept/powered-wheelchair-support.md b/docs/assistant/accessmap/concept/powered-wheelchair-support.md index 51ae2ae5..e3157ccd 100644 --- a/docs/assistant/accessmap/concept/powered-wheelchair-support.md +++ b/docs/assistant/accessmap/concept/powered-wheelchair-support.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - accessmap - profiles - wheelchair risk_level: high diff --git a/docs/assistant/accessmap/concept/prioritization-metrics.md b/docs/assistant/accessmap/concept/prioritization-metrics.md index 340e1293..613d06d1 100644 --- a/docs/assistant/accessmap/concept/prioritization-metrics.md +++ b/docs/assistant/accessmap/concept/prioritization-metrics.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - accessmap - metrics - accessibility risk_level: medium diff --git a/docs/assistant/accessmap/concept/public-engagement.md b/docs/assistant/accessmap/concept/public-engagement.md index 05a0f51e..e86daed5 100644 --- a/docs/assistant/accessmap/concept/public-engagement.md +++ b/docs/assistant/accessmap/concept/public-engagement.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - accessmap - engagement risk_level: medium authority_level: explanatory diff --git a/docs/assistant/accessmap/concept/route-calculation.md b/docs/assistant/accessmap/concept/route-calculation.md index ccb0d4a0..31eca9eb 100644 --- a/docs/assistant/accessmap/concept/route-calculation.md +++ b/docs/assistant/accessmap/concept/route-calculation.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - accessmap - routing risk_level: medium authority_level: explanatory diff --git a/docs/assistant/accessmap/concept/route-reliability.md b/docs/assistant/accessmap/concept/route-reliability.md index b71cbaa3..83570753 100644 --- a/docs/assistant/accessmap/concept/route-reliability.md +++ b/docs/assistant/accessmap/concept/route-reliability.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - accessmap - reliability risk_level: medium authority_level: explanatory diff --git a/docs/assistant/accessmap/concept/routing-limitations.md b/docs/assistant/accessmap/concept/routing-limitations.md index f9fff2f2..6671da86 100644 --- a/docs/assistant/accessmap/concept/routing-limitations.md +++ b/docs/assistant/accessmap/concept/routing-limitations.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - accessmap - routing - limitations risk_level: medium diff --git a/docs/assistant/accessmap/concept/routing-profiles.md b/docs/assistant/accessmap/concept/routing-profiles.md index 26c0ce4a..aaf3adb0 100644 --- a/docs/assistant/accessmap/concept/routing-profiles.md +++ b/docs/assistant/accessmap/concept/routing-profiles.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - accessmap - profiles risk_level: medium authority_level: explanatory diff --git a/docs/assistant/accessmap/concept/routing-system-comparison.md b/docs/assistant/accessmap/concept/routing-system-comparison.md index 6beb3400..8afe6d9b 100644 --- a/docs/assistant/accessmap/concept/routing-system-comparison.md +++ b/docs/assistant/accessmap/concept/routing-system-comparison.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - accessmap - operations risk_level: medium authority_level: explanatory diff --git a/docs/assistant/accessmap/concept/routing-tradeoffs.md b/docs/assistant/accessmap/concept/routing-tradeoffs.md index 7b0832e7..7a095d5f 100644 --- a/docs/assistant/accessmap/concept/routing-tradeoffs.md +++ b/docs/assistant/accessmap/concept/routing-tradeoffs.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - accessmap - routing risk_level: medium authority_level: explanatory diff --git a/docs/assistant/accessmap/concept/school-use.md b/docs/assistant/accessmap/concept/school-use.md index ab4b14a4..eba8438c 100644 --- a/docs/assistant/accessmap/concept/school-use.md +++ b/docs/assistant/accessmap/concept/school-use.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - accessmap - schools risk_level: medium authority_level: explanatory diff --git a/docs/assistant/accessmap/concept/slope-routing.md b/docs/assistant/accessmap/concept/slope-routing.md index 9666a7f3..77340efc 100644 --- a/docs/assistant/accessmap/concept/slope-routing.md +++ b/docs/assistant/accessmap/concept/slope-routing.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - accessmap - slope - routing risk_level: medium diff --git a/docs/assistant/accessmap/concept/steep-slopes-effect.md b/docs/assistant/accessmap/concept/steep-slopes-effect.md index 1b7b82a9..912c76ba 100644 --- a/docs/assistant/accessmap/concept/steep-slopes-effect.md +++ b/docs/assistant/accessmap/concept/steep-slopes-effect.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - accessmap - slope - routing risk_level: medium diff --git a/docs/assistant/accessmap/concept/temporary-barriers.md b/docs/assistant/accessmap/concept/temporary-barriers.md index 6d58604f..c3ddcdf0 100644 --- a/docs/assistant/accessmap/concept/temporary-barriers.md +++ b/docs/assistant/accessmap/concept/temporary-barriers.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - accessmap - construction risk_level: medium authority_level: explanatory diff --git a/docs/assistant/accessmap/concept/tourism-accessibility.md b/docs/assistant/accessmap/concept/tourism-accessibility.md index ef3d5942..ab70d667 100644 --- a/docs/assistant/accessmap/concept/tourism-accessibility.md +++ b/docs/assistant/accessmap/concept/tourism-accessibility.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - accessmap - tourism risk_level: medium authority_level: explanatory diff --git a/docs/assistant/accessmap/concept/transit-pedestrian-routing-integration.md b/docs/assistant/accessmap/concept/transit-pedestrian-routing-integration.md index 123d8d12..96647e08 100644 --- a/docs/assistant/accessmap/concept/transit-pedestrian-routing-integration.md +++ b/docs/assistant/accessmap/concept/transit-pedestrian-routing-integration.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - accessmap - transit - accessibility risk_level: medium diff --git a/docs/assistant/accessmap/concept/transit-wayfinding.md b/docs/assistant/accessmap/concept/transit-wayfinding.md index 36735d98..0316f02c 100644 --- a/docs/assistant/accessmap/concept/transit-wayfinding.md +++ b/docs/assistant/accessmap/concept/transit-wayfinding.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - accessmap - transit risk_level: medium authority_level: explanatory diff --git a/docs/assistant/accessmap/concept/update-cadence.md b/docs/assistant/accessmap/concept/update-cadence.md index 5f52faeb..7d3923c3 100644 --- a/docs/assistant/accessmap/concept/update-cadence.md +++ b/docs/assistant/accessmap/concept/update-cadence.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - accessmap - data-freshness risk_level: medium authority_level: explanatory diff --git a/docs/assistant/accessmap/index.md b/docs/assistant/accessmap/index.md index 576e9172..75f158f1 100644 --- a/docs/assistant/accessmap/index.md +++ b/docs/assistant/accessmap/index.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - accessmap - accessibility-data - editing-tools - tdei-ecosystem diff --git a/docs/assistant/accessmap/workflow/prioritize-pedestrian-investments.md b/docs/assistant/accessmap/workflow/prioritize-pedestrian-investments.md index d0391335..a308b74a 100644 --- a/docs/assistant/accessmap/workflow/prioritize-pedestrian-investments.md +++ b/docs/assistant/accessmap/workflow/prioritize-pedestrian-investments.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - accessmap - prioritization risk_level: medium authority_level: explanatory diff --git a/docs/assistant/accessmap/workflow/report-routing-problems.md b/docs/assistant/accessmap/workflow/report-routing-problems.md index 2deae5a9..fbd0a134 100644 --- a/docs/assistant/accessmap/workflow/report-routing-problems.md +++ b/docs/assistant/accessmap/workflow/report-routing-problems.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - accessmap - feedback risk_level: medium authority_level: explanatory diff --git a/docs/assistant/accessmap/workflow/validate-routing-results.md b/docs/assistant/accessmap/workflow/validate-routing-results.md index c3cac653..9427113c 100644 --- a/docs/assistant/accessmap/workflow/validate-routing-results.md +++ b/docs/assistant/accessmap/workflow/validate-routing-results.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - accessmap - validation risk_level: medium authority_level: explanatory diff --git a/docs/assistant/aviv-scoutroute/concept/quest.md b/docs/assistant/aviv-scoutroute/concept/quest.md index 11e3e365..a1b3b175 100644 --- a/docs/assistant/aviv-scoutroute/concept/quest.md +++ b/docs/assistant/aviv-scoutroute/concept/quest.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - aviv-scoutroute - quests - field-data-collection risk_level: low diff --git a/docs/assistant/aviv-scoutroute/index.md b/docs/assistant/aviv-scoutroute/index.md index 027b8fcb..3590557b 100644 --- a/docs/assistant/aviv-scoutroute/index.md +++ b/docs/assistant/aviv-scoutroute/index.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - aviv-scoutroute - tdei-ecosystem - field-data-collection risk_level: high diff --git a/docs/assistant/aviv-scoutroute/workflow/answer-quest.md b/docs/assistant/aviv-scoutroute/workflow/answer-quest.md index 09c35be2..d3b46335 100644 --- a/docs/assistant/aviv-scoutroute/workflow/answer-quest.md +++ b/docs/assistant/aviv-scoutroute/workflow/answer-quest.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - aviv-scoutroute - field-data-collection risk_level: low authority_level: draft diff --git a/docs/assistant/cross-platform/concept/abbreviations.md b/docs/assistant/cross-platform/concept/abbreviations.md index 903397d8..770c8498 100644 --- a/docs/assistant/cross-platform/concept/abbreviations.md +++ b/docs/assistant/cross-platform/concept/abbreviations.md @@ -35,7 +35,7 @@ topics: risk_level: low authority_level: official review_status: reviewed -last_reviewed: 2026-07-06 +last_reviewed: 2026-07-08 retrieval_priority: high assistant_behavior: allow_inference: false diff --git a/docs/assistant/cross-platform/concept/accessibility-islands.md b/docs/assistant/cross-platform/concept/accessibility-islands.md index d21aaccc..3ecf4bba 100644 --- a/docs/assistant/cross-platform/concept/accessibility-islands.md +++ b/docs/assistant/cross-platform/concept/accessibility-islands.md @@ -16,6 +16,9 @@ audiences: topics: - network-topology - pedestrian-graph + - os-connect + - accessmap + - walksheds risk_level: medium authority_level: explanatory review_status: draft diff --git a/docs/assistant/cross-platform/concept/accessmap-routing.md b/docs/assistant/cross-platform/concept/accessmap-routing.md index ad68ae64..de60b4d6 100644 --- a/docs/assistant/cross-platform/concept/accessmap-routing.md +++ b/docs/assistant/cross-platform/concept/accessmap-routing.md @@ -13,6 +13,7 @@ audiences: topics: - routing - mobility-profiles + - accessmap risk_level: medium authority_level: explanatory review_status: draft diff --git a/docs/assistant/cross-platform/concept/ada-compliance-boundaries.md b/docs/assistant/cross-platform/concept/ada-compliance-boundaries.md index be73983c..9219994b 100644 --- a/docs/assistant/cross-platform/concept/ada-compliance-boundaries.md +++ b/docs/assistant/cross-platform/concept/ada-compliance-boundaries.md @@ -16,6 +16,9 @@ audiences: topics: - legal-boundaries - accessibility + - os-connect + - accessmap + - walksheds risk_level: high authority_level: explanatory review_status: draft diff --git a/docs/assistant/cross-platform/concept/ada-safety-legal-boundaries.md b/docs/assistant/cross-platform/concept/ada-safety-legal-boundaries.md index fa403f37..79119a19 100644 --- a/docs/assistant/cross-platform/concept/ada-safety-legal-boundaries.md +++ b/docs/assistant/cross-platform/concept/ada-safety-legal-boundaries.md @@ -16,6 +16,10 @@ audiences: - public topics: - legal-boundaries + - os-connect + - accessmap + - walksheds + - tdei risk_level: high authority_level: draft review_status: draft diff --git a/docs/assistant/cross-platform/concept/assistant-abstention.md b/docs/assistant/cross-platform/concept/assistant-abstention.md index b69cd7c3..a6e9991e 100644 --- a/docs/assistant/cross-platform/concept/assistant-abstention.md +++ b/docs/assistant/cross-platform/concept/assistant-abstention.md @@ -17,6 +17,10 @@ audiences: topics: - governance - assistant-behavior + - os-connect + - accessmap + - walksheds + - tdei risk_level: high authority_level: draft review_status: draft diff --git a/docs/assistant/cross-platform/concept/completeness.md b/docs/assistant/cross-platform/concept/completeness.md index d69d5518..4ac25407 100644 --- a/docs/assistant/cross-platform/concept/completeness.md +++ b/docs/assistant/cross-platform/concept/completeness.md @@ -13,6 +13,7 @@ audiences: topics: - data-quality - OS-CONNECT + - os-connect risk_level: medium authority_level: explanatory review_status: draft diff --git a/docs/assistant/cross-platform/concept/connected-pedestrian-graph.md b/docs/assistant/cross-platform/concept/connected-pedestrian-graph.md index c645483f..71157b51 100644 --- a/docs/assistant/cross-platform/concept/connected-pedestrian-graph.md +++ b/docs/assistant/cross-platform/concept/connected-pedestrian-graph.md @@ -14,6 +14,9 @@ audiences: - advocate topics: - network-topology + - os-connect + - accessmap + - walksheds risk_level: low authority_level: explanatory review_status: draft diff --git a/docs/assistant/cross-platform/concept/data-freshness.md b/docs/assistant/cross-platform/concept/data-freshness.md index 59bf1774..9f923537 100644 --- a/docs/assistant/cross-platform/concept/data-freshness.md +++ b/docs/assistant/cross-platform/concept/data-freshness.md @@ -15,6 +15,10 @@ audiences: - advocate topics: - data-quality + - os-connect + - accessmap + - walksheds + - tdei risk_level: medium authority_level: explanatory review_status: draft diff --git a/docs/assistant/cross-platform/concept/how-should-ai-outputs-be-validated.md b/docs/assistant/cross-platform/concept/how-should-ai-outputs-be-validated.md index 7b53f1e0..bed30a21 100644 --- a/docs/assistant/cross-platform/concept/how-should-ai-outputs-be-validated.md +++ b/docs/assistant/cross-platform/concept/how-should-ai-outputs-be-validated.md @@ -17,6 +17,10 @@ audiences: topics: - ai - validation + - os-connect + - accessmap + - walksheds + - tdei risk_level: high authority_level: explanatory review_status: stub diff --git a/docs/assistant/cross-platform/concept/public-vs-internal-content.md b/docs/assistant/cross-platform/concept/public-vs-internal-content.md index 85e9c15c..56cfbd81 100644 --- a/docs/assistant/cross-platform/concept/public-vs-internal-content.md +++ b/docs/assistant/cross-platform/concept/public-vs-internal-content.md @@ -14,6 +14,10 @@ audiences: - planner topics: - governance + - os-connect + - accessmap + - walksheds + - tdei risk_level: medium authority_level: draft review_status: draft diff --git a/docs/assistant/cross-platform/concept/what-are-the-risks-of-automated-accessibility-analysis.md b/docs/assistant/cross-platform/concept/what-are-the-risks-of-automated-accessibility-analysis.md index 9450c04c..612ac48d 100644 --- a/docs/assistant/cross-platform/concept/what-are-the-risks-of-automated-accessibility-analysis.md +++ b/docs/assistant/cross-platform/concept/what-are-the-risks-of-automated-accessibility-analysis.md @@ -17,6 +17,10 @@ audiences: topics: - ai - risk + - os-connect + - accessmap + - walksheds + - tdei risk_level: high authority_level: explanatory review_status: stub diff --git a/docs/assistant/cross-platform/index.md b/docs/assistant/cross-platform/index.md index dd998b27..9f474bd9 100644 --- a/docs/assistant/cross-platform/index.md +++ b/docs/assistant/cross-platform/index.md @@ -27,6 +27,20 @@ audiences: topics: - assistant-layer - governance + - accessmap + - aviv-scoutroute + - cross-platform + - flexr + - iospointmapper + - livability + - opensidewalks + - os-connect + - qa-qc + - rapid + - tdei + - walksheds + - waykeeper + - workspaces risk_level: high authority_level: explanatory review_status: draft diff --git a/docs/assistant/cross-platform/workflow/review-community-feedback.md b/docs/assistant/cross-platform/workflow/review-community-feedback.md index 05b93830..6f6a8214 100644 --- a/docs/assistant/cross-platform/workflow/review-community-feedback.md +++ b/docs/assistant/cross-platform/workflow/review-community-feedback.md @@ -15,6 +15,10 @@ audiences: topics: - feedback - governance + - os-connect + - accessmap + - walksheds + - tdei risk_level: medium authority_level: explanatory review_status: draft diff --git a/docs/assistant/cross-platform/workflow/support-answer-patterns.md b/docs/assistant/cross-platform/workflow/support-answer-patterns.md index ce057d80..1f4012d9 100644 --- a/docs/assistant/cross-platform/workflow/support-answer-patterns.md +++ b/docs/assistant/cross-platform/workflow/support-answer-patterns.md @@ -16,6 +16,10 @@ topics: - support - helpline - communication + - os-connect + - accessmap + - walksheds + - tdei risk_level: medium authority_level: draft review_status: draft diff --git a/docs/assistant/cross-platform/workflow/update-jurisdiction-data.md b/docs/assistant/cross-platform/workflow/update-jurisdiction-data.md index ae4c1195..908409d1 100644 --- a/docs/assistant/cross-platform/workflow/update-jurisdiction-data.md +++ b/docs/assistant/cross-platform/workflow/update-jurisdiction-data.md @@ -12,6 +12,8 @@ audiences: - planner topics: - data-stewardship + - os-connect + - tdei risk_level: medium authority_level: explanatory review_status: draft diff --git a/docs/assistant/cross-platform/workflow/use-accessmap-for-public-engagement.md b/docs/assistant/cross-platform/workflow/use-accessmap-for-public-engagement.md index 8239bde0..f6c6998d 100644 --- a/docs/assistant/cross-platform/workflow/use-accessmap-for-public-engagement.md +++ b/docs/assistant/cross-platform/workflow/use-accessmap-for-public-engagement.md @@ -13,6 +13,7 @@ audiences: topics: - engagement - routing + - accessmap risk_level: low authority_level: explanatory review_status: draft diff --git a/docs/assistant/cross-platform/workflow/use-os-connect-for-ada-transition-planning.md b/docs/assistant/cross-platform/workflow/use-os-connect-for-ada-transition-planning.md index 8151500f..3445df41 100644 --- a/docs/assistant/cross-platform/workflow/use-os-connect-for-ada-transition-planning.md +++ b/docs/assistant/cross-platform/workflow/use-os-connect-for-ada-transition-planning.md @@ -12,6 +12,7 @@ audiences: topics: - ADA - planning + - os-connect risk_level: high authority_level: explanatory review_status: draft diff --git a/docs/assistant/flexr/concept/flexr.md b/docs/assistant/flexr/concept/flexr.md index 390e3f6d..e86781da 100644 --- a/docs/assistant/flexr/concept/flexr.md +++ b/docs/assistant/flexr/concept/flexr.md @@ -14,6 +14,7 @@ audiences: - advocate - public topics: + - flexr - xr-accessibility - assistive-input - webxr diff --git a/docs/assistant/flexr/index.md b/docs/assistant/flexr/index.md index f2cad02a..0b0c6d98 100644 --- a/docs/assistant/flexr/index.md +++ b/docs/assistant/flexr/index.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - flexr - xr-accessibility - assistive-input - webxr diff --git a/docs/assistant/flexr/workflow/get-involved-with-flexr.md b/docs/assistant/flexr/workflow/get-involved-with-flexr.md index fa56f127..db2fa4fd 100644 --- a/docs/assistant/flexr/workflow/get-involved-with-flexr.md +++ b/docs/assistant/flexr/workflow/get-involved-with-flexr.md @@ -14,6 +14,7 @@ audiences: - advocate - public topics: + - flexr - xr-accessibility - assistive-input - webxr diff --git a/docs/assistant/iospointmapper/concept/device-compatibility.md b/docs/assistant/iospointmapper/concept/device-compatibility.md index a77c5736..eda46e46 100644 --- a/docs/assistant/iospointmapper/concept/device-compatibility.md +++ b/docs/assistant/iospointmapper/concept/device-compatibility.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - iospointmapper - device-compatibility risk_level: low authority_level: draft diff --git a/docs/assistant/iospointmapper/index.md b/docs/assistant/iospointmapper/index.md index 4e904c34..6e3c0345 100644 --- a/docs/assistant/iospointmapper/index.md +++ b/docs/assistant/iospointmapper/index.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - iospointmapper - tdei-ecosystem - data-collection - field-data-collection diff --git a/docs/assistant/iospointmapper/workflow/start-collecting-data.md b/docs/assistant/iospointmapper/workflow/start-collecting-data.md index 03bd18e1..6d7129dd 100644 --- a/docs/assistant/iospointmapper/workflow/start-collecting-data.md +++ b/docs/assistant/iospointmapper/workflow/start-collecting-data.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - iospointmapper - data-collection - field-data-collection risk_level: low diff --git a/docs/assistant/livability/index.md b/docs/assistant/livability/index.md index 9a0c79ed..0afc3893 100644 --- a/docs/assistant/livability/index.md +++ b/docs/assistant/livability/index.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - livability - tdei-ecosystem - accessibility-analysis risk_level: high diff --git a/docs/assistant/livability/workflow/select-mobility-profile.md b/docs/assistant/livability/workflow/select-mobility-profile.md index bdf7b0ca..ebdabde0 100644 --- a/docs/assistant/livability/workflow/select-mobility-profile.md +++ b/docs/assistant/livability/workflow/select-mobility-profile.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - livability - mobility-profiles risk_level: medium authority_level: draft diff --git a/docs/assistant/opensidewalks/concept/opensidewalks-schema.md b/docs/assistant/opensidewalks/concept/opensidewalks-schema.md index 4a4af78f..9758d82c 100644 --- a/docs/assistant/opensidewalks/concept/opensidewalks-schema.md +++ b/docs/assistant/opensidewalks/concept/opensidewalks-schema.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - opensidewalks - data-schema - accessibility-data risk_level: medium diff --git a/docs/assistant/opensidewalks/index.md b/docs/assistant/opensidewalks/index.md index 0c9b7910..42ced639 100644 --- a/docs/assistant/opensidewalks/index.md +++ b/docs/assistant/opensidewalks/index.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - opensidewalks - tdei-ecosystem - accessibility-data risk_level: high diff --git a/docs/assistant/opensidewalks/workflow/find-latest-version.md b/docs/assistant/opensidewalks/workflow/find-latest-version.md index 8c217edd..4e6d2656 100644 --- a/docs/assistant/opensidewalks/workflow/find-latest-version.md +++ b/docs/assistant/opensidewalks/workflow/find-latest-version.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - opensidewalks - accessibility-data risk_level: medium authority_level: draft diff --git a/docs/assistant/os-connect/concept/accessibility-attribute.md b/docs/assistant/os-connect/concept/accessibility-attribute.md index d6a25e15..20974961 100644 --- a/docs/assistant/os-connect/concept/accessibility-attribute.md +++ b/docs/assistant/os-connect/concept/accessibility-attribute.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - accessibility risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/accessibility-data-gaps.md b/docs/assistant/os-connect/concept/accessibility-data-gaps.md index 8fd888d8..b6c69e25 100644 --- a/docs/assistant/os-connect/concept/accessibility-data-gaps.md +++ b/docs/assistant/os-connect/concept/accessibility-data-gaps.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - data-gaps risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/accessibility-equity.md b/docs/assistant/os-connect/concept/accessibility-equity.md index 5ddf5a5b..6f746697 100644 --- a/docs/assistant/os-connect/concept/accessibility-equity.md +++ b/docs/assistant/os-connect/concept/accessibility-equity.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - equity risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/accessibility-improvement.md b/docs/assistant/os-connect/concept/accessibility-improvement.md index 067de4e8..3158922f 100644 --- a/docs/assistant/os-connect/concept/accessibility-improvement.md +++ b/docs/assistant/os-connect/concept/accessibility-improvement.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - accessibility risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/accessibility-tradeoff-communication.md b/docs/assistant/os-connect/concept/accessibility-tradeoff-communication.md index a2a1c471..ab8bb828 100644 --- a/docs/assistant/os-connect/concept/accessibility-tradeoff-communication.md +++ b/docs/assistant/os-connect/concept/accessibility-tradeoff-communication.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - communication risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/ada-title-ii-requirements.md b/docs/assistant/os-connect/concept/ada-title-ii-requirements.md index 3015b6da..81101a06 100644 --- a/docs/assistant/os-connect/concept/ada-title-ii-requirements.md +++ b/docs/assistant/os-connect/concept/ada-title-ii-requirements.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - ada - legal risk_level: high diff --git a/docs/assistant/os-connect/concept/ada-transition-data-requirements.md b/docs/assistant/os-connect/concept/ada-transition-data-requirements.md index 78342165..284b2d7f 100644 --- a/docs/assistant/os-connect/concept/ada-transition-data-requirements.md +++ b/docs/assistant/os-connect/concept/ada-transition-data-requirements.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - ada - planning risk_level: high diff --git a/docs/assistant/os-connect/concept/ada-transition-planning.md b/docs/assistant/os-connect/concept/ada-transition-planning.md index 584fb4d9..fa56ee86 100644 --- a/docs/assistant/os-connect/concept/ada-transition-planning.md +++ b/docs/assistant/os-connect/concept/ada-transition-planning.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - ada - planning risk_level: high diff --git a/docs/assistant/os-connect/concept/adoption-barriers.md b/docs/assistant/os-connect/concept/adoption-barriers.md index 188b3f85..2bc28ba0 100644 --- a/docs/assistant/os-connect/concept/adoption-barriers.md +++ b/docs/assistant/os-connect/concept/adoption-barriers.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - adoption risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/advocacy-group-role.md b/docs/assistant/os-connect/concept/advocacy-group-role.md index 561541b9..0b74bc0e 100644 --- a/docs/assistant/os-connect/concept/advocacy-group-role.md +++ b/docs/assistant/os-connect/concept/advocacy-group-role.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - advocacy risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/advocacy-group-use.md b/docs/assistant/os-connect/concept/advocacy-group-use.md index 00aee210..ccd507b0 100644 --- a/docs/assistant/os-connect/concept/advocacy-group-use.md +++ b/docs/assistant/os-connect/concept/advocacy-group-use.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - advocacy risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/advocacy-participation.md b/docs/assistant/os-connect/concept/advocacy-participation.md index 6ac60588..5d097173 100644 --- a/docs/assistant/os-connect/concept/advocacy-participation.md +++ b/docs/assistant/os-connect/concept/advocacy-participation.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - advocacy risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/advocate-contribution.md b/docs/assistant/os-connect/concept/advocate-contribution.md index c3b7bf1a..cb41cff8 100644 --- a/docs/assistant/os-connect/concept/advocate-contribution.md +++ b/docs/assistant/os-connect/concept/advocate-contribution.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - advocacy risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/agency-correction-reporting.md b/docs/assistant/os-connect/concept/agency-correction-reporting.md index 466e3a9a..e28dca22 100644 --- a/docs/assistant/os-connect/concept/agency-correction-reporting.md +++ b/docs/assistant/os-connect/concept/agency-correction-reporting.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - feedback risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/agency-data-integration.md b/docs/assistant/os-connect/concept/agency-data-integration.md index bacd1fa0..4412d607 100644 --- a/docs/assistant/os-connect/concept/agency-data-integration.md +++ b/docs/assistant/os-connect/concept/agency-data-integration.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - stewardship - agencies risk_level: medium diff --git a/docs/assistant/os-connect/concept/ai-barrier-identification.md b/docs/assistant/os-connect/concept/ai-barrier-identification.md index d8d7ebdb..c1db1ea7 100644 --- a/docs/assistant/os-connect/concept/ai-barrier-identification.md +++ b/docs/assistant/os-connect/concept/ai-barrier-identification.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - ai risk_level: high authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/ai-curb-ramp-detection.md b/docs/assistant/os-connect/concept/ai-curb-ramp-detection.md index dbac163a..7fb36160 100644 --- a/docs/assistant/os-connect/concept/ai-curb-ramp-detection.md +++ b/docs/assistant/os-connect/concept/ai-curb-ramp-detection.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - ai - curb-ramps risk_level: high diff --git a/docs/assistant/os-connect/concept/ai-data-risks.md b/docs/assistant/os-connect/concept/ai-data-risks.md index 5540e810..9c65e2e7 100644 --- a/docs/assistant/os-connect/concept/ai-data-risks.md +++ b/docs/assistant/os-connect/concept/ai-data-risks.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - ai - risk risk_level: high diff --git a/docs/assistant/os-connect/concept/ai-inequity-identification.md b/docs/assistant/os-connect/concept/ai-inequity-identification.md index fc254d9f..f0d33060 100644 --- a/docs/assistant/os-connect/concept/ai-inequity-identification.md +++ b/docs/assistant/os-connect/concept/ai-inequity-identification.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - ai - equity risk_level: high diff --git a/docs/assistant/os-connect/concept/ai-infrastructure-prioritization.md b/docs/assistant/os-connect/concept/ai-infrastructure-prioritization.md index cdea7ba0..8b3e9407 100644 --- a/docs/assistant/os-connect/concept/ai-infrastructure-prioritization.md +++ b/docs/assistant/os-connect/concept/ai-infrastructure-prioritization.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - ai - planning risk_level: high diff --git a/docs/assistant/os-connect/concept/ai-sidewalk-quality-estimation.md b/docs/assistant/os-connect/concept/ai-sidewalk-quality-estimation.md index 71ffcdc5..58f74562 100644 --- a/docs/assistant/os-connect/concept/ai-sidewalk-quality-estimation.md +++ b/docs/assistant/os-connect/concept/ai-sidewalk-quality-estimation.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - ai risk_level: high authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/ai-stewardship-assistance.md b/docs/assistant/os-connect/concept/ai-stewardship-assistance.md index b551c370..aeaad565 100644 --- a/docs/assistant/os-connect/concept/ai-stewardship-assistance.md +++ b/docs/assistant/os-connect/concept/ai-stewardship-assistance.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - ai risk_level: high authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/attribute-documentation-location.md b/docs/assistant/os-connect/concept/attribute-documentation-location.md index 7fad1b17..2b91b08d 100644 --- a/docs/assistant/os-connect/concept/attribute-documentation-location.md +++ b/docs/assistant/os-connect/concept/attribute-documentation-location.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - opensidewalks - schema - documentation diff --git a/docs/assistant/os-connect/concept/automated-data-risks.md b/docs/assistant/os-connect/concept/automated-data-risks.md index 79b08a12..40e893d3 100644 --- a/docs/assistant/os-connect/concept/automated-data-risks.md +++ b/docs/assistant/os-connect/concept/automated-data-risks.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - risk - data-quality risk_level: high diff --git a/docs/assistant/os-connect/concept/automated-system-limitations.md b/docs/assistant/os-connect/concept/automated-system-limitations.md index 6d615144..00a7346f 100644 --- a/docs/assistant/os-connect/concept/automated-system-limitations.md +++ b/docs/assistant/os-connect/concept/automated-system-limitations.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - automation - limitations risk_level: medium diff --git a/docs/assistant/os-connect/concept/batch-correction-alternatives.md b/docs/assistant/os-connect/concept/batch-correction-alternatives.md index 6b528a29..0e5a4ae8 100644 --- a/docs/assistant/os-connect/concept/batch-correction-alternatives.md +++ b/docs/assistant/os-connect/concept/batch-correction-alternatives.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - feedback - agencies risk_level: medium diff --git a/docs/assistant/os-connect/concept/bulk-correction-submission.md b/docs/assistant/os-connect/concept/bulk-correction-submission.md index e4a5dfda..422ed4de 100644 --- a/docs/assistant/os-connect/concept/bulk-correction-submission.md +++ b/docs/assistant/os-connect/concept/bulk-correction-submission.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - feedback - agencies risk_level: medium diff --git a/docs/assistant/os-connect/concept/bus-stop-planning.md b/docs/assistant/os-connect/concept/bus-stop-planning.md index 323304ff..e2462978 100644 --- a/docs/assistant/os-connect/concept/bus-stop-planning.md +++ b/docs/assistant/os-connect/concept/bus-stop-planning.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - planning - transit - bus-stops diff --git a/docs/assistant/os-connect/concept/campus-handling.md b/docs/assistant/os-connect/concept/campus-handling.md index 3f14ae47..c42b708f 100644 --- a/docs/assistant/os-connect/concept/campus-handling.md +++ b/docs/assistant/os-connect/concept/campus-handling.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - campus risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/capital-planning.md b/docs/assistant/os-connect/concept/capital-planning.md index 89694148..6378a0d7 100644 --- a/docs/assistant/os-connect/concept/capital-planning.md +++ b/docs/assistant/os-connect/concept/capital-planning.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - planning - capital risk_level: medium diff --git a/docs/assistant/os-connect/concept/common-errors.md b/docs/assistant/os-connect/concept/common-errors.md index 825f5cd0..50ff3e8c 100644 --- a/docs/assistant/os-connect/concept/common-errors.md +++ b/docs/assistant/os-connect/concept/common-errors.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - errors risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/community-comment-review.md b/docs/assistant/os-connect/concept/community-comment-review.md index 0815c4c1..13bba202 100644 --- a/docs/assistant/os-connect/concept/community-comment-review.md +++ b/docs/assistant/os-connect/concept/community-comment-review.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - feedback risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/community-correction-contribution.md b/docs/assistant/os-connect/concept/community-correction-contribution.md index bcc7c18f..8974ac09 100644 --- a/docs/assistant/os-connect/concept/community-correction-contribution.md +++ b/docs/assistant/os-connect/concept/community-correction-contribution.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - community risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/community-data-quality-checks.md b/docs/assistant/os-connect/concept/community-data-quality-checks.md index 8f340cba..46a075c9 100644 --- a/docs/assistant/os-connect/concept/community-data-quality-checks.md +++ b/docs/assistant/os-connect/concept/community-data-quality-checks.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - community - validation risk_level: medium diff --git a/docs/assistant/os-connect/concept/community-data-usability.md b/docs/assistant/os-connect/concept/community-data-usability.md index 15a61bb0..b30ef7b5 100644 --- a/docs/assistant/os-connect/concept/community-data-usability.md +++ b/docs/assistant/os-connect/concept/community-data-usability.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - community - data-quality risk_level: medium diff --git a/docs/assistant/os-connect/concept/community-engagement-pathways.md b/docs/assistant/os-connect/concept/community-engagement-pathways.md index 086a4167..4c6f132e 100644 --- a/docs/assistant/os-connect/concept/community-engagement-pathways.md +++ b/docs/assistant/os-connect/concept/community-engagement-pathways.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - engagement risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/community-feedback-use.md b/docs/assistant/os-connect/concept/community-feedback-use.md index 0472d3f6..336bf14c 100644 --- a/docs/assistant/os-connect/concept/community-feedback-use.md +++ b/docs/assistant/os-connect/concept/community-feedback-use.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - governance risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/community-gap-identification.md b/docs/assistant/os-connect/concept/community-gap-identification.md index a1bbf6de..720d28fa 100644 --- a/docs/assistant/os-connect/concept/community-gap-identification.md +++ b/docs/assistant/os-connect/concept/community-gap-identification.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - gaps risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/community-participation-pathways.md b/docs/assistant/os-connect/concept/community-participation-pathways.md index 45fed3aa..521a1c9d 100644 --- a/docs/assistant/os-connect/concept/community-participation-pathways.md +++ b/docs/assistant/os-connect/concept/community-participation-pathways.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - community risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/community-validation-role.md b/docs/assistant/os-connect/concept/community-validation-role.md index 1321d5ec..ecbf7922 100644 --- a/docs/assistant/os-connect/concept/community-validation-role.md +++ b/docs/assistant/os-connect/concept/community-validation-role.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - community risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/completeness-score-interpretation.md b/docs/assistant/os-connect/concept/completeness-score-interpretation.md index 266060cd..ab357d3b 100644 --- a/docs/assistant/os-connect/concept/completeness-score-interpretation.md +++ b/docs/assistant/os-connect/concept/completeness-score-interpretation.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - completeness risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/completeness-vs-ada-compliance.md b/docs/assistant/os-connect/concept/completeness-vs-ada-compliance.md index 433b56b7..74057ae6 100644 --- a/docs/assistant/os-connect/concept/completeness-vs-ada-compliance.md +++ b/docs/assistant/os-connect/concept/completeness-vs-ada-compliance.md @@ -11,6 +11,7 @@ audiences: - advocate - public topics: + - os-connect - completeness - legal-boundaries risk_level: high diff --git a/docs/assistant/os-connect/concept/complex-intersection-handling.md b/docs/assistant/os-connect/concept/complex-intersection-handling.md index 95cc1466..0d0ce418 100644 --- a/docs/assistant/os-connect/concept/complex-intersection-handling.md +++ b/docs/assistant/os-connect/concept/complex-intersection-handling.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - intersections risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/confidence-measures.md b/docs/assistant/os-connect/concept/confidence-measures.md index 23bfaa64..17a822fa 100644 --- a/docs/assistant/os-connect/concept/confidence-measures.md +++ b/docs/assistant/os-connect/concept/confidence-measures.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - confidence risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/conflicting-data-sources.md b/docs/assistant/os-connect/concept/conflicting-data-sources.md index 4c2fd658..28bd92aa 100644 --- a/docs/assistant/os-connect/concept/conflicting-data-sources.md +++ b/docs/assistant/os-connect/concept/conflicting-data-sources.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - conflicts risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/construction-changes.md b/docs/assistant/os-connect/concept/construction-changes.md index a61d29fd..c9083bde 100644 --- a/docs/assistant/os-connect/concept/construction-changes.md +++ b/docs/assistant/os-connect/concept/construction-changes.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - construction risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/context-aware-routing.md b/docs/assistant/os-connect/concept/context-aware-routing.md index cf0d44a0..85071e73 100644 --- a/docs/assistant/os-connect/concept/context-aware-routing.md +++ b/docs/assistant/os-connect/concept/context-aware-routing.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - routing risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/coordinate-system.md b/docs/assistant/os-connect/concept/coordinate-system.md index d6ce887d..80963e4f 100644 --- a/docs/assistant/os-connect/concept/coordinate-system.md +++ b/docs/assistant/os-connect/concept/coordinate-system.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - gis risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/correction-confirmation.md b/docs/assistant/os-connect/concept/correction-confirmation.md index de57b4c1..36dac07c 100644 --- a/docs/assistant/os-connect/concept/correction-confirmation.md +++ b/docs/assistant/os-connect/concept/correction-confirmation.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - feedback - agencies risk_level: medium diff --git a/docs/assistant/os-connect/concept/correction-propagation.md b/docs/assistant/os-connect/concept/correction-propagation.md index 4357282b..df995d87 100644 --- a/docs/assistant/os-connect/concept/correction-propagation.md +++ b/docs/assistant/os-connect/concept/correction-propagation.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - feedback - stewardship - openstreetmap diff --git a/docs/assistant/os-connect/concept/correction-release-lag.md b/docs/assistant/os-connect/concept/correction-release-lag.md index a004455c..817580fd 100644 --- a/docs/assistant/os-connect/concept/correction-release-lag.md +++ b/docs/assistant/os-connect/concept/correction-release-lag.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - feedback - releases risk_level: medium diff --git a/docs/assistant/os-connect/concept/correction-tracking.md b/docs/assistant/os-connect/concept/correction-tracking.md index 063ea8e1..fb6b265f 100644 --- a/docs/assistant/os-connect/concept/correction-tracking.md +++ b/docs/assistant/os-connect/concept/correction-tracking.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - feedback - releases risk_level: medium diff --git a/docs/assistant/os-connect/concept/correction-validation.md b/docs/assistant/os-connect/concept/correction-validation.md index 5507ef43..6a582495 100644 --- a/docs/assistant/os-connect/concept/correction-validation.md +++ b/docs/assistant/os-connect/concept/correction-validation.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - feedback - validation risk_level: medium diff --git a/docs/assistant/os-connect/concept/county-update-coordination.md b/docs/assistant/os-connect/concept/county-update-coordination.md index b3b213c4..36d70027 100644 --- a/docs/assistant/os-connect/concept/county-update-coordination.md +++ b/docs/assistant/os-connect/concept/county-update-coordination.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - governance risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/cross-state-lessons.md b/docs/assistant/os-connect/concept/cross-state-lessons.md index b4850b3f..521f0b34 100644 --- a/docs/assistant/os-connect/concept/cross-state-lessons.md +++ b/docs/assistant/os-connect/concept/cross-state-lessons.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - other-states risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/crossing-attributes.md b/docs/assistant/os-connect/concept/crossing-attributes.md index 6c402897..8b7f288f 100644 --- a/docs/assistant/os-connect/concept/crossing-attributes.md +++ b/docs/assistant/os-connect/concept/crossing-attributes.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - crossings - attributes risk_level: medium diff --git a/docs/assistant/os-connect/concept/crossing-edge.md b/docs/assistant/os-connect/concept/crossing-edge.md index eff0c148..e1ed3f7d 100644 --- a/docs/assistant/os-connect/concept/crossing-edge.md +++ b/docs/assistant/os-connect/concept/crossing-edge.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - routing-graph risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/crossing-inference.md b/docs/assistant/os-connect/concept/crossing-inference.md index 7348035e..d5211e57 100644 --- a/docs/assistant/os-connect/concept/crossing-inference.md +++ b/docs/assistant/os-connect/concept/crossing-inference.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - crossings risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/crowdsourcing-role.md b/docs/assistant/os-connect/concept/crowdsourcing-role.md index 90aa3646..d24b89b6 100644 --- a/docs/assistant/os-connect/concept/crowdsourcing-role.md +++ b/docs/assistant/os-connect/concept/crowdsourcing-role.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - crowdsourcing risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/curb-ramp-attributes.md b/docs/assistant/os-connect/concept/curb-ramp-attributes.md index 9ad52712..23ff3a01 100644 --- a/docs/assistant/os-connect/concept/curb-ramp-attributes.md +++ b/docs/assistant/os-connect/concept/curb-ramp-attributes.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - curb-ramps - attributes risk_level: medium diff --git a/docs/assistant/os-connect/concept/curb-ramp-identification.md b/docs/assistant/os-connect/concept/curb-ramp-identification.md index 183f3282..677871bb 100644 --- a/docs/assistant/os-connect/concept/curb-ramp-identification.md +++ b/docs/assistant/os-connect/concept/curb-ramp-identification.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - curb-ramps risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/curb-ramp-inventories.md b/docs/assistant/os-connect/concept/curb-ramp-inventories.md index 3a0a756a..e741498a 100644 --- a/docs/assistant/os-connect/concept/curb-ramp-inventories.md +++ b/docs/assistant/os-connect/concept/curb-ramp-inventories.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - curb-ramps - planning risk_level: medium diff --git a/docs/assistant/os-connect/concept/data-accuracy.md b/docs/assistant/os-connect/concept/data-accuracy.md index 40224ac0..73712179 100644 --- a/docs/assistant/os-connect/concept/data-accuracy.md +++ b/docs/assistant/os-connect/concept/data-accuracy.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - accuracy risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/data-collection-history.md b/docs/assistant/os-connect/concept/data-collection-history.md index e5d09790..4723dd21 100644 --- a/docs/assistant/os-connect/concept/data-collection-history.md +++ b/docs/assistant/os-connect/concept/data-collection-history.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - collection risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/data-issue-reporting-requirements.md b/docs/assistant/os-connect/concept/data-issue-reporting-requirements.md index 2de0045e..4b825cc4 100644 --- a/docs/assistant/os-connect/concept/data-issue-reporting-requirements.md +++ b/docs/assistant/os-connect/concept/data-issue-reporting-requirements.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - feedback - agencies risk_level: medium diff --git a/docs/assistant/os-connect/concept/data-licensing.md b/docs/assistant/os-connect/concept/data-licensing.md index 6f1cc5e1..63b2c857 100644 --- a/docs/assistant/os-connect/concept/data-licensing.md +++ b/docs/assistant/os-connect/concept/data-licensing.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - licensing risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/data-maintenance-challenges.md b/docs/assistant/os-connect/concept/data-maintenance-challenges.md index 205e3a17..25abff30 100644 --- a/docs/assistant/os-connect/concept/data-maintenance-challenges.md +++ b/docs/assistant/os-connect/concept/data-maintenance-challenges.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - maintenance risk_level: high authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/data-ownership.md b/docs/assistant/os-connect/concept/data-ownership.md index 5d479202..ea2ca3fe 100644 --- a/docs/assistant/os-connect/concept/data-ownership.md +++ b/docs/assistant/os-connect/concept/data-ownership.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - governance risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/destination-access-analysis.md b/docs/assistant/os-connect/concept/destination-access-analysis.md index 1abe720e..eec64d1e 100644 --- a/docs/assistant/os-connect/concept/destination-access-analysis.md +++ b/docs/assistant/os-connect/concept/destination-access-analysis.md @@ -14,12 +14,14 @@ audiences: - advocate - public topics: + - os-connect - planning - destinations - pedestrian-access - walksheds - accessibility-analysis - destinations + - accessmap risk_level: medium authority_level: explanatory review_status: draft diff --git a/docs/assistant/os-connect/concept/disability-community-contribution.md b/docs/assistant/os-connect/concept/disability-community-contribution.md index 1a1bfbae..80810751 100644 --- a/docs/assistant/os-connect/concept/disability-community-contribution.md +++ b/docs/assistant/os-connect/concept/disability-community-contribution.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - disability risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/disconnected-dataset-problem.md b/docs/assistant/os-connect/concept/disconnected-dataset-problem.md index c4ad94b2..23288b0d 100644 --- a/docs/assistant/os-connect/concept/disconnected-dataset-problem.md +++ b/docs/assistant/os-connect/concept/disconnected-dataset-problem.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - data-quality risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/disconnected-sidewalk-identification.md b/docs/assistant/os-connect/concept/disconnected-sidewalk-identification.md index 4eec1290..e4abf10f 100644 --- a/docs/assistant/os-connect/concept/disconnected-sidewalk-identification.md +++ b/docs/assistant/os-connect/concept/disconnected-sidewalk-identification.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - connectivity risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/elevation-routing-effects.md b/docs/assistant/os-connect/concept/elevation-routing-effects.md index 0a740863..1a66cf4b 100644 --- a/docs/assistant/os-connect/concept/elevation-routing-effects.md +++ b/docs/assistant/os-connect/concept/elevation-routing-effects.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - elevation - routing risk_level: medium diff --git a/docs/assistant/os-connect/concept/excluded-infrastructure-types.md b/docs/assistant/os-connect/concept/excluded-infrastructure-types.md index 9cfc7fdb..4f26ce8a 100644 --- a/docs/assistant/os-connect/concept/excluded-infrastructure-types.md +++ b/docs/assistant/os-connect/concept/excluded-infrastructure-types.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - data-model risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/feature-selection-display.md b/docs/assistant/os-connect/concept/feature-selection-display.md index eea0f3c3..19362d37 100644 --- a/docs/assistant/os-connect/concept/feature-selection-display.md +++ b/docs/assistant/os-connect/concept/feature-selection-display.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - data-viewer risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/field-validation-role.md b/docs/assistant/os-connect/concept/field-validation-role.md index 96886a40..fae2404b 100644 --- a/docs/assistant/os-connect/concept/field-validation-role.md +++ b/docs/assistant/os-connect/concept/field-validation-role.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - validation risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/field-validation.md b/docs/assistant/os-connect/concept/field-validation.md index 906596e3..aa5517e8 100644 --- a/docs/assistant/os-connect/concept/field-validation.md +++ b/docs/assistant/os-connect/concept/field-validation.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - validation risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/geographic-coverage.md b/docs/assistant/os-connect/concept/geographic-coverage.md index b9b73122..04edd3cd 100644 --- a/docs/assistant/os-connect/concept/geographic-coverage.md +++ b/docs/assistant/os-connect/concept/geographic-coverage.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - coverage risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/gis-software-compatibility.md b/docs/assistant/os-connect/concept/gis-software-compatibility.md index f0f84ab9..a8ab4f9f 100644 --- a/docs/assistant/os-connect/concept/gis-software-compatibility.md +++ b/docs/assistant/os-connect/concept/gis-software-compatibility.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - gis risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/governance-models.md b/docs/assistant/os-connect/concept/governance-models.md index e81d26cc..a4472f0f 100644 --- a/docs/assistant/os-connect/concept/governance-models.md +++ b/docs/assistant/os-connect/concept/governance-models.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - governance risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/gtfs-pathways-generation.md b/docs/assistant/os-connect/concept/gtfs-pathways-generation.md index 21afd04b..0ba7fb06 100644 --- a/docs/assistant/os-connect/concept/gtfs-pathways-generation.md +++ b/docs/assistant/os-connect/concept/gtfs-pathways-generation.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - gtfs-pathways - exports risk_level: medium diff --git a/docs/assistant/os-connect/concept/human-review.md b/docs/assistant/os-connect/concept/human-review.md index 304f0dcb..3f0c7b83 100644 --- a/docs/assistant/os-connect/concept/human-review.md +++ b/docs/assistant/os-connect/concept/human-review.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - validation - ai risk_level: high diff --git a/docs/assistant/os-connect/concept/imagery-role.md b/docs/assistant/os-connect/concept/imagery-role.md index cb204dd1..c43457a9 100644 --- a/docs/assistant/os-connect/concept/imagery-role.md +++ b/docs/assistant/os-connect/concept/imagery-role.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - imagery risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/inaccessible-area-reporting.md b/docs/assistant/os-connect/concept/inaccessible-area-reporting.md index ff8c39e9..67035737 100644 --- a/docs/assistant/os-connect/concept/inaccessible-area-reporting.md +++ b/docs/assistant/os-connect/concept/inaccessible-area-reporting.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - feedback risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/included-infrastructure-types.md b/docs/assistant/os-connect/concept/included-infrastructure-types.md index b2f3dcef..781cb6bc 100644 --- a/docs/assistant/os-connect/concept/included-infrastructure-types.md +++ b/docs/assistant/os-connect/concept/included-infrastructure-types.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - data-model risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/incomplete-coverage.md b/docs/assistant/os-connect/concept/incomplete-coverage.md index 97bbdd1a..42c8d2df 100644 --- a/docs/assistant/os-connect/concept/incomplete-coverage.md +++ b/docs/assistant/os-connect/concept/incomplete-coverage.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - completeness risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/interoperable-accessibility-ecosystem.md b/docs/assistant/os-connect/concept/interoperable-accessibility-ecosystem.md index 1013c5be..cb0f6c0b 100644 --- a/docs/assistant/os-connect/concept/interoperable-accessibility-ecosystem.md +++ b/docs/assistant/os-connect/concept/interoperable-accessibility-ecosystem.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - interoperability risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/intersection-attributes.md b/docs/assistant/os-connect/concept/intersection-attributes.md index 1270ff46..4979e4a5 100644 --- a/docs/assistant/os-connect/concept/intersection-attributes.md +++ b/docs/assistant/os-connect/concept/intersection-attributes.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - intersections - attributes risk_level: medium diff --git a/docs/assistant/os-connect/concept/issue-report-auto-update.md b/docs/assistant/os-connect/concept/issue-report-auto-update.md index 806988be..ed63ec4e 100644 --- a/docs/assistant/os-connect/concept/issue-report-auto-update.md +++ b/docs/assistant/os-connect/concept/issue-report-auto-update.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - feedback - releases risk_level: medium diff --git a/docs/assistant/os-connect/concept/issue-report-follow-up.md b/docs/assistant/os-connect/concept/issue-report-follow-up.md index 5093a044..80c85c7a 100644 --- a/docs/assistant/os-connect/concept/issue-report-follow-up.md +++ b/docs/assistant/os-connect/concept/issue-report-follow-up.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - feedback - issue-reporting risk_level: medium diff --git a/docs/assistant/os-connect/concept/issue-report-reviewers.md b/docs/assistant/os-connect/concept/issue-report-reviewers.md index 675a19b7..deaf5e37 100644 --- a/docs/assistant/os-connect/concept/issue-report-reviewers.md +++ b/docs/assistant/os-connect/concept/issue-report-reviewers.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - feedback - stewardship risk_level: medium diff --git a/docs/assistant/os-connect/concept/jurisdiction-data-disputes.md b/docs/assistant/os-connect/concept/jurisdiction-data-disputes.md index d8334ff6..af812941 100644 --- a/docs/assistant/os-connect/concept/jurisdiction-data-disputes.md +++ b/docs/assistant/os-connect/concept/jurisdiction-data-disputes.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - governance risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/jurisdiction-engagement-pathways.md b/docs/assistant/os-connect/concept/jurisdiction-engagement-pathways.md index ecc1e651..932121d3 100644 --- a/docs/assistant/os-connect/concept/jurisdiction-engagement-pathways.md +++ b/docs/assistant/os-connect/concept/jurisdiction-engagement-pathways.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - engagement risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/jurisdiction-participation-pathways.md b/docs/assistant/os-connect/concept/jurisdiction-participation-pathways.md index a07c2bf5..98fdb012 100644 --- a/docs/assistant/os-connect/concept/jurisdiction-participation-pathways.md +++ b/docs/assistant/os-connect/concept/jurisdiction-participation-pathways.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - governance risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/jurisdiction-stewardship.md b/docs/assistant/os-connect/concept/jurisdiction-stewardship.md index 5fe53e3c..baf0a563 100644 --- a/docs/assistant/os-connect/concept/jurisdiction-stewardship.md +++ b/docs/assistant/os-connect/concept/jurisdiction-stewardship.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - stewardship risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/jurisdiction-update-maintenance.md b/docs/assistant/os-connect/concept/jurisdiction-update-maintenance.md index 0b7b6517..b5eb6ed8 100644 --- a/docs/assistant/os-connect/concept/jurisdiction-update-maintenance.md +++ b/docs/assistant/os-connect/concept/jurisdiction-update-maintenance.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - stewardship risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/lived-experience-importance.md b/docs/assistant/os-connect/concept/lived-experience-importance.md index 719c66d1..3233dd61 100644 --- a/docs/assistant/os-connect/concept/lived-experience-importance.md +++ b/docs/assistant/os-connect/concept/lived-experience-importance.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - lived-experience risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/local-data-validation.md b/docs/assistant/os-connect/concept/local-data-validation.md index 8096c7fe..70cd1a99 100644 --- a/docs/assistant/os-connect/concept/local-data-validation.md +++ b/docs/assistant/os-connect/concept/local-data-validation.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - validation risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/local-vs-statewide-coordination.md b/docs/assistant/os-connect/concept/local-vs-statewide-coordination.md index 837a6e35..8ef7cbee 100644 --- a/docs/assistant/os-connect/concept/local-vs-statewide-coordination.md +++ b/docs/assistant/os-connect/concept/local-vs-statewide-coordination.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - governance risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/long-term-maintenance-workflows.md b/docs/assistant/os-connect/concept/long-term-maintenance-workflows.md index 893acdcc..883d3c5d 100644 --- a/docs/assistant/os-connect/concept/long-term-maintenance-workflows.md +++ b/docs/assistant/os-connect/concept/long-term-maintenance-workflows.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - workflows risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/long-term-stewardship-requirements.md b/docs/assistant/os-connect/concept/long-term-stewardship-requirements.md index 65f6f866..e36d0f38 100644 --- a/docs/assistant/os-connect/concept/long-term-stewardship-requirements.md +++ b/docs/assistant/os-connect/concept/long-term-stewardship-requirements.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - operations risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/long-term-stewardship-responsibility.md b/docs/assistant/os-connect/concept/long-term-stewardship-responsibility.md index 545c9a5e..7d723a13 100644 --- a/docs/assistant/os-connect/concept/long-term-stewardship-responsibility.md +++ b/docs/assistant/os-connect/concept/long-term-stewardship-responsibility.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - stewardship risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/machine-learning-role.md b/docs/assistant/os-connect/concept/machine-learning-role.md index 995ccb56..c275a434 100644 --- a/docs/assistant/os-connect/concept/machine-learning-role.md +++ b/docs/assistant/os-connect/concept/machine-learning-role.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - machine-learning risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/major-event-accessibility-planning.md b/docs/assistant/os-connect/concept/major-event-accessibility-planning.md index e8ef1885..da9aea62 100644 --- a/docs/assistant/os-connect/concept/major-event-accessibility-planning.md +++ b/docs/assistant/os-connect/concept/major-event-accessibility-planning.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - planning - events risk_level: medium diff --git a/docs/assistant/os-connect/concept/manual-wheelchair-profile.md b/docs/assistant/os-connect/concept/manual-wheelchair-profile.md index 51a6b5bf..820f9491 100644 --- a/docs/assistant/os-connect/concept/manual-wheelchair-profile.md +++ b/docs/assistant/os-connect/concept/manual-wheelchair-profile.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - profiles risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/map-color-legend.md b/docs/assistant/os-connect/concept/map-color-legend.md index e7295f10..cc319b24 100644 --- a/docs/assistant/os-connect/concept/map-color-legend.md +++ b/docs/assistant/os-connect/concept/map-color-legend.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - data-viewer risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/map-layers.md b/docs/assistant/os-connect/concept/map-layers.md index e7cbd375..c890cfae 100644 --- a/docs/assistant/os-connect/concept/map-layers.md +++ b/docs/assistant/os-connect/concept/map-layers.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - data-viewer risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/mapper-training-materials.md b/docs/assistant/os-connect/concept/mapper-training-materials.md index 1e3159d7..10aa81cf 100644 --- a/docs/assistant/os-connect/concept/mapper-training-materials.md +++ b/docs/assistant/os-connect/concept/mapper-training-materials.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - community - training risk_level: high diff --git a/docs/assistant/os-connect/concept/mapping-prioritization.md b/docs/assistant/os-connect/concept/mapping-prioritization.md index ee584f83..12524d64 100644 --- a/docs/assistant/os-connect/concept/mapping-prioritization.md +++ b/docs/assistant/os-connect/concept/mapping-prioritization.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - community - mapping risk_level: medium diff --git a/docs/assistant/os-connect/concept/mapwithai-workflow-history.md b/docs/assistant/os-connect/concept/mapwithai-workflow-history.md index 2054237b..493f6114 100644 --- a/docs/assistant/os-connect/concept/mapwithai-workflow-history.md +++ b/docs/assistant/os-connect/concept/mapwithai-workflow-history.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - community - tasking-manager risk_level: high diff --git a/docs/assistant/os-connect/concept/maximum-travel-cost.md b/docs/assistant/os-connect/concept/maximum-travel-cost.md index 85ef4aff..41d9e1b4 100644 --- a/docs/assistant/os-connect/concept/maximum-travel-cost.md +++ b/docs/assistant/os-connect/concept/maximum-travel-cost.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - walksheds risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/missing-accessibility-information.md b/docs/assistant/os-connect/concept/missing-accessibility-information.md index 09c59202..0eb59675 100644 --- a/docs/assistant/os-connect/concept/missing-accessibility-information.md +++ b/docs/assistant/os-connect/concept/missing-accessibility-information.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - ada - data-gaps risk_level: high diff --git a/docs/assistant/os-connect/concept/missing-attribute-values.md b/docs/assistant/os-connect/concept/missing-attribute-values.md index 73be2201..36104a33 100644 --- a/docs/assistant/os-connect/concept/missing-attribute-values.md +++ b/docs/assistant/os-connect/concept/missing-attribute-values.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - data-quality risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/missing-infrastructure-identification.md b/docs/assistant/os-connect/concept/missing-infrastructure-identification.md index b9b2f549..f5d7ce44 100644 --- a/docs/assistant/os-connect/concept/missing-infrastructure-identification.md +++ b/docs/assistant/os-connect/concept/missing-infrastructure-identification.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - community risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/missing-street-names-for-vendors.md b/docs/assistant/os-connect/concept/missing-street-names-for-vendors.md index 2691cc9d..e8139c73 100644 --- a/docs/assistant/os-connect/concept/missing-street-names-for-vendors.md +++ b/docs/assistant/os-connect/concept/missing-street-names-for-vendors.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - openstreetmap - vendors risk_level: medium diff --git a/docs/assistant/os-connect/concept/mobility-equity.md b/docs/assistant/os-connect/concept/mobility-equity.md index 85772cce..b50e6825 100644 --- a/docs/assistant/os-connect/concept/mobility-equity.md +++ b/docs/assistant/os-connect/concept/mobility-equity.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - equity risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/mobility-justice.md b/docs/assistant/os-connect/concept/mobility-justice.md index 7c183b03..ec7fe69c 100644 --- a/docs/assistant/os-connect/concept/mobility-justice.md +++ b/docs/assistant/os-connect/concept/mobility-justice.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - equity risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/mpo-contribution.md b/docs/assistant/os-connect/concept/mpo-contribution.md index 803a587c..66dea58a 100644 --- a/docs/assistant/os-connect/concept/mpo-contribution.md +++ b/docs/assistant/os-connect/concept/mpo-contribution.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - mpo risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/mpo-role.md b/docs/assistant/os-connect/concept/mpo-role.md index d380e40a..5575441e 100644 --- a/docs/assistant/os-connect/concept/mpo-role.md +++ b/docs/assistant/os-connect/concept/mpo-role.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - mpo risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/multimodal-accessibility-analysis.md b/docs/assistant/os-connect/concept/multimodal-accessibility-analysis.md index 0ff7d92e..e9e9b476 100644 --- a/docs/assistant/os-connect/concept/multimodal-accessibility-analysis.md +++ b/docs/assistant/os-connect/concept/multimodal-accessibility-analysis.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - analysis risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/national-data-standards-evolution.md b/docs/assistant/os-connect/concept/national-data-standards-evolution.md index 7a3a2d36..e4b9f035 100644 --- a/docs/assistant/os-connect/concept/national-data-standards-evolution.md +++ b/docs/assistant/os-connect/concept/national-data-standards-evolution.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - standards risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/nationwide-system-requirements.md b/docs/assistant/os-connect/concept/nationwide-system-requirements.md index cd5bf3eb..cfc825ec 100644 --- a/docs/assistant/os-connect/concept/nationwide-system-requirements.md +++ b/docs/assistant/os-connect/concept/nationwide-system-requirements.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - national risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/node-vs-edge.md b/docs/assistant/os-connect/concept/node-vs-edge.md index 589f8eb7..614bcc3c 100644 --- a/docs/assistant/os-connect/concept/node-vs-edge.md +++ b/docs/assistant/os-connect/concept/node-vs-edge.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - routing-graph risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/nondriver-mobility.md b/docs/assistant/os-connect/concept/nondriver-mobility.md index 5e4943c3..ebc5a19e 100644 --- a/docs/assistant/os-connect/concept/nondriver-mobility.md +++ b/docs/assistant/os-connect/concept/nondriver-mobility.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - mobility risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/older-adult-contribution.md b/docs/assistant/os-connect/concept/older-adult-contribution.md index b06c339a..6f35ef5a 100644 --- a/docs/assistant/os-connect/concept/older-adult-contribution.md +++ b/docs/assistant/os-connect/concept/older-adult-contribution.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - seniors risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/open-source-community-role.md b/docs/assistant/os-connect/concept/open-source-community-role.md index bbc3bac7..1237c0b6 100644 --- a/docs/assistant/os-connect/concept/open-source-community-role.md +++ b/docs/assistant/os-connect/concept/open-source-community-role.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - open-source risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/opensidewalks-community-mapping-groups.md b/docs/assistant/os-connect/concept/opensidewalks-community-mapping-groups.md index 01a68293..e72b340b 100644 --- a/docs/assistant/os-connect/concept/opensidewalks-community-mapping-groups.md +++ b/docs/assistant/os-connect/concept/opensidewalks-community-mapping-groups.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - community - mapping risk_level: medium diff --git a/docs/assistant/os-connect/concept/opensidewalks-schema-usage.md b/docs/assistant/os-connect/concept/opensidewalks-schema-usage.md index e5496f70..61c7f360 100644 --- a/docs/assistant/os-connect/concept/opensidewalks-schema-usage.md +++ b/docs/assistant/os-connect/concept/opensidewalks-schema-usage.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - opensidewalks - schema risk_level: medium diff --git a/docs/assistant/os-connect/concept/opensidewalks-schema.md b/docs/assistant/os-connect/concept/opensidewalks-schema.md index 1f3ba870..20f963ab 100644 --- a/docs/assistant/os-connect/concept/opensidewalks-schema.md +++ b/docs/assistant/os-connect/concept/opensidewalks-schema.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - opensidewalks - schema risk_level: medium diff --git a/docs/assistant/os-connect/concept/opensidewalks.md b/docs/assistant/os-connect/concept/opensidewalks.md index b8ec483e..14f15257 100644 --- a/docs/assistant/os-connect/concept/opensidewalks.md +++ b/docs/assistant/os-connect/concept/opensidewalks.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - opensidewalks-overview risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/operational-agency-use.md b/docs/assistant/os-connect/concept/operational-agency-use.md index fee04a38..e1f73650 100644 --- a/docs/assistant/os-connect/concept/operational-agency-use.md +++ b/docs/assistant/os-connect/concept/operational-agency-use.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - operations risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/os-connect-local-gis-relationship.md b/docs/assistant/os-connect/concept/os-connect-local-gis-relationship.md index 48dfb2e2..ed529d57 100644 --- a/docs/assistant/os-connect/concept/os-connect-local-gis-relationship.md +++ b/docs/assistant/os-connect/concept/os-connect-local-gis-relationship.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - gis - stewardship risk_level: medium diff --git a/docs/assistant/os-connect/concept/os-connect-maintenance.md b/docs/assistant/os-connect/concept/os-connect-maintenance.md index 75895e7e..8140c076 100644 --- a/docs/assistant/os-connect/concept/os-connect-maintenance.md +++ b/docs/assistant/os-connect/concept/os-connect-maintenance.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - os-connect-overview risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/os-connect-origin.md b/docs/assistant/os-connect/concept/os-connect-origin.md index 7edeeade..fe7a6e09 100644 --- a/docs/assistant/os-connect/concept/os-connect-origin.md +++ b/docs/assistant/os-connect/concept/os-connect-origin.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - os-connect-overview risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/os-connect-problem-statement.md b/docs/assistant/os-connect/concept/os-connect-problem-statement.md index 0a5db0da..a5dbb009 100644 --- a/docs/assistant/os-connect/concept/os-connect-problem-statement.md +++ b/docs/assistant/os-connect/concept/os-connect-problem-statement.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - strategy risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/os-connect-tdei-relationship.md b/docs/assistant/os-connect/concept/os-connect-tdei-relationship.md index 81866b5b..70727294 100644 --- a/docs/assistant/os-connect/concept/os-connect-tdei-relationship.md +++ b/docs/assistant/os-connect/concept/os-connect-tdei-relationship.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - tdei risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/os-connect-vs-openstreetmap.md b/docs/assistant/os-connect/concept/os-connect-vs-openstreetmap.md index afdd45ec..4eba6d7e 100644 --- a/docs/assistant/os-connect/concept/os-connect-vs-openstreetmap.md +++ b/docs/assistant/os-connect/concept/os-connect-vs-openstreetmap.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - openstreetmap risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/os-connect-vs-traditional-inventories.md b/docs/assistant/os-connect/concept/os-connect-vs-traditional-inventories.md index ce328fb5..7dec873d 100644 --- a/docs/assistant/os-connect/concept/os-connect-vs-traditional-inventories.md +++ b/docs/assistant/os-connect/concept/os-connect-vs-traditional-inventories.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - strategy risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/os-connect.md b/docs/assistant/os-connect/concept/os-connect.md index b857a9bf..b380b134 100644 --- a/docs/assistant/os-connect/concept/os-connect.md +++ b/docs/assistant/os-connect/concept/os-connect.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - os-connect-overview risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/outdated-data-handling.md b/docs/assistant/os-connect/concept/outdated-data-handling.md index 98ac74b5..7d3278b2 100644 --- a/docs/assistant/os-connect/concept/outdated-data-handling.md +++ b/docs/assistant/os-connect/concept/outdated-data-handling.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - data-freshness risk_level: high authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/outdated-imagery.md b/docs/assistant/os-connect/concept/outdated-imagery.md index b3827d4d..ffea8a16 100644 --- a/docs/assistant/os-connect/concept/outdated-imagery.md +++ b/docs/assistant/os-connect/concept/outdated-imagery.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - imagery - data-freshness risk_level: high diff --git a/docs/assistant/os-connect/concept/participatory-accessibility-mapping.md b/docs/assistant/os-connect/concept/participatory-accessibility-mapping.md index b23de49d..419344cc 100644 --- a/docs/assistant/os-connect/concept/participatory-accessibility-mapping.md +++ b/docs/assistant/os-connect/concept/participatory-accessibility-mapping.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - mapping risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/participatory-mapping.md b/docs/assistant/os-connect/concept/participatory-mapping.md index 93fec97c..356e27d3 100644 --- a/docs/assistant/os-connect/concept/participatory-mapping.md +++ b/docs/assistant/os-connect/concept/participatory-mapping.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - mapping risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/partnership-needs.md b/docs/assistant/os-connect/concept/partnership-needs.md index 66ce0caa..7f8fbcf5 100644 --- a/docs/assistant/os-connect/concept/partnership-needs.md +++ b/docs/assistant/os-connect/concept/partnership-needs.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - partnerships risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/pedestrian-data-complexity.md b/docs/assistant/os-connect/concept/pedestrian-data-complexity.md index 20fcf6df..ae839501 100644 --- a/docs/assistant/os-connect/concept/pedestrian-data-complexity.md +++ b/docs/assistant/os-connect/concept/pedestrian-data-complexity.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - complexity risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/pedestrian-equity.md b/docs/assistant/os-connect/concept/pedestrian-equity.md index e44886ec..29aba9e2 100644 --- a/docs/assistant/os-connect/concept/pedestrian-equity.md +++ b/docs/assistant/os-connect/concept/pedestrian-equity.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - equity risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/pedestrian-feature-attributes.md b/docs/assistant/os-connect/concept/pedestrian-feature-attributes.md index ee130eeb..4411e1aa 100644 --- a/docs/assistant/os-connect/concept/pedestrian-feature-attributes.md +++ b/docs/assistant/os-connect/concept/pedestrian-feature-attributes.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - attributes - schema risk_level: medium diff --git a/docs/assistant/os-connect/concept/pedestrian-only-facilities.md b/docs/assistant/os-connect/concept/pedestrian-only-facilities.md index 11e4a1fe..195bdd88 100644 --- a/docs/assistant/os-connect/concept/pedestrian-only-facilities.md +++ b/docs/assistant/os-connect/concept/pedestrian-only-facilities.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - pedestrian-only risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/planned-capabilities.md b/docs/assistant/os-connect/concept/planned-capabilities.md index df2630e0..5e152104 100644 --- a/docs/assistant/os-connect/concept/planned-capabilities.md +++ b/docs/assistant/os-connect/concept/planned-capabilities.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - roadmap risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/planner-data-validation.md b/docs/assistant/os-connect/concept/planner-data-validation.md index 30830e9f..eee2cfc9 100644 --- a/docs/assistant/os-connect/concept/planner-data-validation.md +++ b/docs/assistant/os-connect/concept/planner-data-validation.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - validation risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/planning-with-known-errors.md b/docs/assistant/os-connect/concept/planning-with-known-errors.md index 909d5895..db9db054 100644 --- a/docs/assistant/os-connect/concept/planning-with-known-errors.md +++ b/docs/assistant/os-connect/concept/planning-with-known-errors.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - planning - data-quality risk_level: medium diff --git a/docs/assistant/os-connect/concept/poi-grouping-rationale.md b/docs/assistant/os-connect/concept/poi-grouping-rationale.md index 6a126781..a86b1a92 100644 --- a/docs/assistant/os-connect/concept/poi-grouping-rationale.md +++ b/docs/assistant/os-connect/concept/poi-grouping-rationale.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - qaqc risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/post-collection-next-steps.md b/docs/assistant/os-connect/concept/post-collection-next-steps.md index d169f0e2..b7b93e9c 100644 --- a/docs/assistant/os-connect/concept/post-collection-next-steps.md +++ b/docs/assistant/os-connect/concept/post-collection-next-steps.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - roadmap risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/private-facilities.md b/docs/assistant/os-connect/concept/private-facilities.md index e8abdac3..b17b4152 100644 --- a/docs/assistant/os-connect/concept/private-facilities.md +++ b/docs/assistant/os-connect/concept/private-facilities.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - private-property risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/public-data-value.md b/docs/assistant/os-connect/concept/public-data-value.md index a976e150..06487d42 100644 --- a/docs/assistant/os-connect/concept/public-data-value.md +++ b/docs/assistant/os-connect/concept/public-data-value.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - public risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/qa-qc-report.md b/docs/assistant/os-connect/concept/qa-qc-report.md index ffeb3f55..91d5c736 100644 --- a/docs/assistant/os-connect/concept/qa-qc-report.md +++ b/docs/assistant/os-connect/concept/qa-qc-report.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - qaqc risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/recommended-sidewalk-tagging-pattern.md b/docs/assistant/os-connect/concept/recommended-sidewalk-tagging-pattern.md index 63aca2cd..9e670df7 100644 --- a/docs/assistant/os-connect/concept/recommended-sidewalk-tagging-pattern.md +++ b/docs/assistant/os-connect/concept/recommended-sidewalk-tagging-pattern.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - openstreetmap - tagging risk_level: medium diff --git a/docs/assistant/os-connect/concept/reportable-errors.md b/docs/assistant/os-connect/concept/reportable-errors.md index ea279aca..887be810 100644 --- a/docs/assistant/os-connect/concept/reportable-errors.md +++ b/docs/assistant/os-connect/concept/reportable-errors.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - feedback - data-viewer risk_level: medium diff --git a/docs/assistant/os-connect/concept/required-vs-recommended-attributes.md b/docs/assistant/os-connect/concept/required-vs-recommended-attributes.md index e6af76df..082ff4f3 100644 --- a/docs/assistant/os-connect/concept/required-vs-recommended-attributes.md +++ b/docs/assistant/os-connect/concept/required-vs-recommended-attributes.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - schema risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/resident-participation.md b/docs/assistant/os-connect/concept/resident-participation.md index 4462650f..507180e0 100644 --- a/docs/assistant/os-connect/concept/resident-participation.md +++ b/docs/assistant/os-connect/concept/resident-participation.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - participation risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/routable-graph.md b/docs/assistant/os-connect/concept/routable-graph.md index 0068f608..5b9aedfb 100644 --- a/docs/assistant/os-connect/concept/routable-graph.md +++ b/docs/assistant/os-connect/concept/routable-graph.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - routing-graph risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/routing-assumptions.md b/docs/assistant/os-connect/concept/routing-assumptions.md index b4c60501..17803418 100644 --- a/docs/assistant/os-connect/concept/routing-assumptions.md +++ b/docs/assistant/os-connect/concept/routing-assumptions.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - routing risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/routing-personalization.md b/docs/assistant/os-connect/concept/routing-personalization.md index 85bd5cca..1c6076d2 100644 --- a/docs/assistant/os-connect/concept/routing-personalization.md +++ b/docs/assistant/os-connect/concept/routing-personalization.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - routing risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/rural-area-handling.md b/docs/assistant/os-connect/concept/rural-area-handling.md index 0398f689..6d73e4b2 100644 --- a/docs/assistant/os-connect/concept/rural-area-handling.md +++ b/docs/assistant/os-connect/concept/rural-area-handling.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - rural risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/rural-community-participation.md b/docs/assistant/os-connect/concept/rural-community-participation.md index 17443ae1..2f9428c5 100644 --- a/docs/assistant/os-connect/concept/rural-community-participation.md +++ b/docs/assistant/os-connect/concept/rural-community-participation.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - rural risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/safe-routes-to-school.md b/docs/assistant/os-connect/concept/safe-routes-to-school.md index 27587352..810d330f 100644 --- a/docs/assistant/os-connect/concept/safe-routes-to-school.md +++ b/docs/assistant/os-connect/concept/safe-routes-to-school.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - srts - planning risk_level: medium diff --git a/docs/assistant/os-connect/concept/safety-improvement.md b/docs/assistant/os-connect/concept/safety-improvement.md index 6555a403..95f51e81 100644 --- a/docs/assistant/os-connect/concept/safety-improvement.md +++ b/docs/assistant/os-connect/concept/safety-improvement.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - safety risk_level: high authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/school-participation.md b/docs/assistant/os-connect/concept/school-participation.md index 324a5f81..cba26497 100644 --- a/docs/assistant/os-connect/concept/school-participation.md +++ b/docs/assistant/os-connect/concept/school-participation.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - schools risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/separated-sidewalk-mapping.md b/docs/assistant/os-connect/concept/separated-sidewalk-mapping.md index 2c98e282..85c739cb 100644 --- a/docs/assistant/os-connect/concept/separated-sidewalk-mapping.md +++ b/docs/assistant/os-connect/concept/separated-sidewalk-mapping.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - openstreetmap - mapping risk_level: medium diff --git a/docs/assistant/os-connect/concept/service-planning.md b/docs/assistant/os-connect/concept/service-planning.md index 2a05e09e..5e0b313c 100644 --- a/docs/assistant/os-connect/concept/service-planning.md +++ b/docs/assistant/os-connect/concept/service-planning.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - planning - transit risk_level: medium diff --git a/docs/assistant/os-connect/concept/sidewalk-attributes.md b/docs/assistant/os-connect/concept/sidewalk-attributes.md index d95b799f..a8368fa7 100644 --- a/docs/assistant/os-connect/concept/sidewalk-attributes.md +++ b/docs/assistant/os-connect/concept/sidewalk-attributes.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - sidewalks - attributes risk_level: medium diff --git a/docs/assistant/os-connect/concept/sidewalk-disconnection-causes.md b/docs/assistant/os-connect/concept/sidewalk-disconnection-causes.md index ec910d03..6df31782 100644 --- a/docs/assistant/os-connect/concept/sidewalk-disconnection-causes.md +++ b/docs/assistant/os-connect/concept/sidewalk-disconnection-causes.md @@ -12,8 +12,11 @@ audiences: - public - advocate topics: + - os-connect - network-topology - data-quality + - accessmap + - walksheds risk_level: low authority_level: explanatory review_status: draft diff --git a/docs/assistant/os-connect/concept/sidewalk-street-name-association.md b/docs/assistant/os-connect/concept/sidewalk-street-name-association.md index c386d3ce..aad8370c 100644 --- a/docs/assistant/os-connect/concept/sidewalk-street-name-association.md +++ b/docs/assistant/os-connect/concept/sidewalk-street-name-association.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - openstreetmap - mapping - street-names diff --git a/docs/assistant/os-connect/concept/state-stewardship-role.md b/docs/assistant/os-connect/concept/state-stewardship-role.md index 6fe01c71..6f9d04fc 100644 --- a/docs/assistant/os-connect/concept/state-stewardship-role.md +++ b/docs/assistant/os-connect/concept/state-stewardship-role.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - stewardship risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/statewide-data-importance.md b/docs/assistant/os-connect/concept/statewide-data-importance.md index 53ec38a1..8efc742b 100644 --- a/docs/assistant/os-connect/concept/statewide-data-importance.md +++ b/docs/assistant/os-connect/concept/statewide-data-importance.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - strategy risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/statewide-inventory.md b/docs/assistant/os-connect/concept/statewide-inventory.md index 625bab10..895f4125 100644 --- a/docs/assistant/os-connect/concept/statewide-inventory.md +++ b/docs/assistant/os-connect/concept/statewide-inventory.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - coverage risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/stewardship-roles.md b/docs/assistant/os-connect/concept/stewardship-roles.md index a7128712..6baa6e20 100644 --- a/docs/assistant/os-connect/concept/stewardship-roles.md +++ b/docs/assistant/os-connect/concept/stewardship-roles.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - operations risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/stewardship-sustainability.md b/docs/assistant/os-connect/concept/stewardship-sustainability.md index 75412cc5..2fa25eec 100644 --- a/docs/assistant/os-connect/concept/stewardship-sustainability.md +++ b/docs/assistant/os-connect/concept/stewardship-sustainability.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - sustainability risk_level: high authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/street-name-routing-importance.md b/docs/assistant/os-connect/concept/street-name-routing-importance.md index ac87e2d9..8a0cd08e 100644 --- a/docs/assistant/os-connect/concept/street-name-routing-importance.md +++ b/docs/assistant/os-connect/concept/street-name-routing-importance.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - openstreetmap - routing - navigation diff --git a/docs/assistant/os-connect/concept/street-name-tags-for-routing.md b/docs/assistant/os-connect/concept/street-name-tags-for-routing.md index 24438b70..502b48b8 100644 --- a/docs/assistant/os-connect/concept/street-name-tags-for-routing.md +++ b/docs/assistant/os-connect/concept/street-name-tags-for-routing.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - openstreetmap - routing - vendors diff --git a/docs/assistant/os-connect/concept/street-name-vs-sidepath-name.md b/docs/assistant/os-connect/concept/street-name-vs-sidepath-name.md index 2c59a060..b4c648d6 100644 --- a/docs/assistant/os-connect/concept/street-name-vs-sidepath-name.md +++ b/docs/assistant/os-connect/concept/street-name-vs-sidepath-name.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - openstreetmap - tagging risk_level: medium diff --git a/docs/assistant/os-connect/concept/surface-attribute.md b/docs/assistant/os-connect/concept/surface-attribute.md index 08e8a526..a94d8dbf 100644 --- a/docs/assistant/os-connect/concept/surface-attribute.md +++ b/docs/assistant/os-connect/concept/surface-attribute.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - attributes risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/tcat-mapping-project-support.md b/docs/assistant/os-connect/concept/tcat-mapping-project-support.md index c4ea3211..964ccbda 100644 --- a/docs/assistant/os-connect/concept/tcat-mapping-project-support.md +++ b/docs/assistant/os-connect/concept/tcat-mapping-project-support.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - community - tasking-manager risk_level: medium diff --git a/docs/assistant/os-connect/concept/trail-handling.md b/docs/assistant/os-connect/concept/trail-handling.md index ae53b480..5fe23bb6 100644 --- a/docs/assistant/os-connect/concept/trail-handling.md +++ b/docs/assistant/os-connect/concept/trail-handling.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - trails risk_level: high authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/transit-accessibility-analysis.md b/docs/assistant/os-connect/concept/transit-accessibility-analysis.md index 3c0f0537..819aa7bb 100644 --- a/docs/assistant/os-connect/concept/transit-accessibility-analysis.md +++ b/docs/assistant/os-connect/concept/transit-accessibility-analysis.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - transit - accessibility risk_level: medium diff --git a/docs/assistant/os-connect/concept/transit-agency-contribution.md b/docs/assistant/os-connect/concept/transit-agency-contribution.md index f71ba954..ca203143 100644 --- a/docs/assistant/os-connect/concept/transit-agency-contribution.md +++ b/docs/assistant/os-connect/concept/transit-agency-contribution.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - transit risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/transit-pedestrian-integration.md b/docs/assistant/os-connect/concept/transit-pedestrian-integration.md index 12a8e8bb..58f81585 100644 --- a/docs/assistant/os-connect/concept/transit-pedestrian-integration.md +++ b/docs/assistant/os-connect/concept/transit-pedestrian-integration.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - transit risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/university-role.md b/docs/assistant/os-connect/concept/university-role.md index ef4e7cd9..9d78b61e 100644 --- a/docs/assistant/os-connect/concept/university-role.md +++ b/docs/assistant/os-connect/concept/university-role.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - universities risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/unreachable-destinations.md b/docs/assistant/os-connect/concept/unreachable-destinations.md index 8d9e566a..3d283b66 100644 --- a/docs/assistant/os-connect/concept/unreachable-destinations.md +++ b/docs/assistant/os-connect/concept/unreachable-destinations.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - routing risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/update-cadence.md b/docs/assistant/os-connect/concept/update-cadence.md index 26b65678..fa88d81a 100644 --- a/docs/assistant/os-connect/concept/update-cadence.md +++ b/docs/assistant/os-connect/concept/update-cadence.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - data-freshness risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/update-responsibility.md b/docs/assistant/os-connect/concept/update-responsibility.md index b474412c..411b6718 100644 --- a/docs/assistant/os-connect/concept/update-responsibility.md +++ b/docs/assistant/os-connect/concept/update-responsibility.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - stewardship risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/urban-map-density.md b/docs/assistant/os-connect/concept/urban-map-density.md index 9eadebdf..b20c82ca 100644 --- a/docs/assistant/os-connect/concept/urban-map-density.md +++ b/docs/assistant/os-connect/concept/urban-map-density.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - data-viewer risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/urgent-correction-process.md b/docs/assistant/os-connect/concept/urgent-correction-process.md index fd6927ea..2baeb2d7 100644 --- a/docs/assistant/os-connect/concept/urgent-correction-process.md +++ b/docs/assistant/os-connect/concept/urgent-correction-process.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - feedback - releases risk_level: medium diff --git a/docs/assistant/os-connect/concept/viewer-overview.md b/docs/assistant/os-connect/concept/viewer-overview.md index 9bc4c3bd..fbbcd61d 100644 --- a/docs/assistant/os-connect/concept/viewer-overview.md +++ b/docs/assistant/os-connect/concept/viewer-overview.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - data-viewer risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/viewer-vs-tdei-portal.md b/docs/assistant/os-connect/concept/viewer-vs-tdei-portal.md index 3beaaf12..9d76c221 100644 --- a/docs/assistant/os-connect/concept/viewer-vs-tdei-portal.md +++ b/docs/assistant/os-connect/concept/viewer-vs-tdei-portal.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - tdei - data-viewer risk_level: medium diff --git a/docs/assistant/os-connect/concept/vision-zero.md b/docs/assistant/os-connect/concept/vision-zero.md index 510faafe..4356e228 100644 --- a/docs/assistant/os-connect/concept/vision-zero.md +++ b/docs/assistant/os-connect/concept/vision-zero.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - vision-zero - planning risk_level: medium diff --git a/docs/assistant/os-connect/concept/volunteer-data-contribution.md b/docs/assistant/os-connect/concept/volunteer-data-contribution.md index 63dfed51..eb5d6e7e 100644 --- a/docs/assistant/os-connect/concept/volunteer-data-contribution.md +++ b/docs/assistant/os-connect/concept/volunteer-data-contribution.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - community - stewardship risk_level: medium diff --git a/docs/assistant/os-connect/concept/walkshed-advocacy.md b/docs/assistant/os-connect/concept/walkshed-advocacy.md index c0b792bc..cc171b72 100644 --- a/docs/assistant/os-connect/concept/walkshed-advocacy.md +++ b/docs/assistant/os-connect/concept/walkshed-advocacy.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - advocacy - walksheds risk_level: medium diff --git a/docs/assistant/os-connect/concept/walkshed-metrics.md b/docs/assistant/os-connect/concept/walkshed-metrics.md index 71a25bdd..cb55ea09 100644 --- a/docs/assistant/os-connect/concept/walkshed-metrics.md +++ b/docs/assistant/os-connect/concept/walkshed-metrics.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - walksheds - metrics risk_level: medium diff --git a/docs/assistant/os-connect/concept/washington-lessons.md b/docs/assistant/os-connect/concept/washington-lessons.md index bb79f5a0..b0d33acf 100644 --- a/docs/assistant/os-connect/concept/washington-lessons.md +++ b/docs/assistant/os-connect/concept/washington-lessons.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - washington risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/width-attribute.md b/docs/assistant/os-connect/concept/width-attribute.md index 44f1fef2..65e4b662 100644 --- a/docs/assistant/os-connect/concept/width-attribute.md +++ b/docs/assistant/os-connect/concept/width-attribute.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - attributes risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/workflow-improvement-areas.md b/docs/assistant/os-connect/concept/workflow-improvement-areas.md index 3c6201a0..7f9e2caf 100644 --- a/docs/assistant/os-connect/concept/workflow-improvement-areas.md +++ b/docs/assistant/os-connect/concept/workflow-improvement-areas.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - workflows risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/z-score-usage.md b/docs/assistant/os-connect/concept/z-score-usage.md index bffb50c8..39f46b5b 100644 --- a/docs/assistant/os-connect/concept/z-score-usage.md +++ b/docs/assistant/os-connect/concept/z-score-usage.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - statistics risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/index.md b/docs/assistant/os-connect/index.md index c42f0e0d..f3365825 100644 --- a/docs/assistant/os-connect/index.md +++ b/docs/assistant/os-connect/index.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - workspaces - tdei-ecosystem - dataset-lineage diff --git a/docs/assistant/os-connect/workflow/connect-to-gis.md b/docs/assistant/os-connect/workflow/connect-to-gis.md index 5a1f23ba..5fa8e694 100644 --- a/docs/assistant/os-connect/workflow/connect-to-gis.md +++ b/docs/assistant/os-connect/workflow/connect-to-gis.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - gis risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/workflow/download-data.md b/docs/assistant/os-connect/workflow/download-data.md index 5ce42ccd..0a81b0b4 100644 --- a/docs/assistant/os-connect/workflow/download-data.md +++ b/docs/assistant/os-connect/workflow/download-data.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - downloads risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/workflow/import-into-arcgis.md b/docs/assistant/os-connect/workflow/import-into-arcgis.md index d72e9faf..025fa082 100644 --- a/docs/assistant/os-connect/workflow/import-into-arcgis.md +++ b/docs/assistant/os-connect/workflow/import-into-arcgis.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - gis - arcgis - imports diff --git a/docs/assistant/os-connect/workflow/report-data-error.md b/docs/assistant/os-connect/workflow/report-data-error.md index 835637be..1498fdbd 100644 --- a/docs/assistant/os-connect/workflow/report-data-error.md +++ b/docs/assistant/os-connect/workflow/report-data-error.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - feedback - issue-reporting risk_level: medium diff --git a/docs/assistant/os-connect/workflow/search-for-jurisdiction.md b/docs/assistant/os-connect/workflow/search-for-jurisdiction.md index ee48daf0..043f4390 100644 --- a/docs/assistant/os-connect/workflow/search-for-jurisdiction.md +++ b/docs/assistant/os-connect/workflow/search-for-jurisdiction.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - os-connect - data-viewer risk_level: medium authority_level: explanatory diff --git a/docs/assistant/qa-qc/concept/accessibility-island.md b/docs/assistant/qa-qc/concept/accessibility-island.md index 48d2c52f..6576d783 100644 --- a/docs/assistant/qa-qc/concept/accessibility-island.md +++ b/docs/assistant/qa-qc/concept/accessibility-island.md @@ -5,6 +5,7 @@ tags: slug: accessibility-island doc_type: concept products: + - QA-QC Reports - OS-CONNECT audiences: - planner @@ -12,7 +13,9 @@ audiences: - advocate - public topics: + - qa-qc - accessibility-islands + - os-connect risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/qa-qc/concept/centrality.md b/docs/assistant/qa-qc/concept/centrality.md index 03e0e29f..a82c2f61 100644 --- a/docs/assistant/qa-qc/concept/centrality.md +++ b/docs/assistant/qa-qc/concept/centrality.md @@ -5,6 +5,7 @@ tags: slug: centrality doc_type: concept products: + - QA-QC Reports - OS-CONNECT audiences: - planner @@ -12,7 +13,9 @@ audiences: - advocate - public topics: + - qa-qc - centrality + - os-connect risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/qa-qc/concept/completeness-vs-accessibility-gaps.md b/docs/assistant/qa-qc/concept/completeness-vs-accessibility-gaps.md index a01d85cc..f586d63f 100644 --- a/docs/assistant/qa-qc/concept/completeness-vs-accessibility-gaps.md +++ b/docs/assistant/qa-qc/concept/completeness-vs-accessibility-gaps.md @@ -5,6 +5,7 @@ tags: slug: completeness-vs-accessibility-gaps doc_type: concept products: + - QA-QC Reports - OS-CONNECT audiences: - planner @@ -12,8 +13,10 @@ audiences: - advocate - public topics: + - qa-qc - completeness - accessibility + - os-connect risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/qa-qc/concept/completeness.md b/docs/assistant/qa-qc/concept/completeness.md index 55649bcd..394782a3 100644 --- a/docs/assistant/qa-qc/concept/completeness.md +++ b/docs/assistant/qa-qc/concept/completeness.md @@ -5,6 +5,7 @@ tags: slug: completeness doc_type: concept products: + - QA-QC Reports - OS-CONNECT audiences: - planner @@ -12,7 +13,9 @@ audiences: - advocate - public topics: + - qa-qc - completeness + - os-connect risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/qa-qc/concept/connected-pedestrian-graph.md b/docs/assistant/qa-qc/concept/connected-pedestrian-graph.md index 20934cd3..7d1219bd 100644 --- a/docs/assistant/qa-qc/concept/connected-pedestrian-graph.md +++ b/docs/assistant/qa-qc/concept/connected-pedestrian-graph.md @@ -5,6 +5,7 @@ tags: slug: connected-pedestrian-graph doc_type: concept products: + - QA-QC Reports - OS-CONNECT audiences: - planner @@ -12,7 +13,9 @@ audiences: - advocate - public topics: + - qa-qc - network-model + - os-connect risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/qa-qc/concept/crossing-count.md b/docs/assistant/qa-qc/concept/crossing-count.md index 2ad01cd9..37dfb832 100644 --- a/docs/assistant/qa-qc/concept/crossing-count.md +++ b/docs/assistant/qa-qc/concept/crossing-count.md @@ -5,6 +5,7 @@ tags: slug: crossing-count doc_type: concept products: + - QA-QC Reports - OS-CONNECT audiences: - planner @@ -12,7 +13,9 @@ audiences: - advocate - public topics: + - qa-qc - qaqc + - os-connect risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/qa-qc/concept/edge-betweenness-operational-use.md b/docs/assistant/qa-qc/concept/edge-betweenness-operational-use.md index aebb6c14..0fb6786e 100644 --- a/docs/assistant/qa-qc/concept/edge-betweenness-operational-use.md +++ b/docs/assistant/qa-qc/concept/edge-betweenness-operational-use.md @@ -5,6 +5,7 @@ tags: slug: edge-betweenness-operational-use doc_type: concept products: + - QA-QC Reports - OS-CONNECT audiences: - planner @@ -12,7 +13,9 @@ audiences: - advocate - public topics: + - qa-qc - graph-metrics + - os-connect risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/qa-qc/concept/edge-betweenness.md b/docs/assistant/qa-qc/concept/edge-betweenness.md index b7c24dd9..940ceab3 100644 --- a/docs/assistant/qa-qc/concept/edge-betweenness.md +++ b/docs/assistant/qa-qc/concept/edge-betweenness.md @@ -5,6 +5,7 @@ tags: slug: edge-betweenness doc_type: concept products: + - QA-QC Reports - OS-CONNECT audiences: - planner @@ -12,7 +13,9 @@ audiences: - advocate - public topics: + - qa-qc - graph-metrics + - os-connect risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/qa-qc/concept/eigenvector-centrality.md b/docs/assistant/qa-qc/concept/eigenvector-centrality.md index 2e42b3e5..2535f96c 100644 --- a/docs/assistant/qa-qc/concept/eigenvector-centrality.md +++ b/docs/assistant/qa-qc/concept/eigenvector-centrality.md @@ -5,6 +5,7 @@ tags: slug: eigenvector-centrality doc_type: concept products: + - QA-QC Reports - OS-CONNECT audiences: - planner @@ -12,7 +13,9 @@ audiences: - advocate - public topics: + - qa-qc - graph-metrics + - os-connect risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/qa-qc/concept/node-centrality-operational-use.md b/docs/assistant/qa-qc/concept/node-centrality-operational-use.md index 5e291da9..23d8f670 100644 --- a/docs/assistant/qa-qc/concept/node-centrality-operational-use.md +++ b/docs/assistant/qa-qc/concept/node-centrality-operational-use.md @@ -5,6 +5,7 @@ tags: slug: node-centrality-operational-use doc_type: concept products: + - QA-QC Reports - OS-CONNECT audiences: - planner @@ -12,7 +13,9 @@ audiences: - advocate - public topics: + - qa-qc - graph-metrics + - os-connect risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/qa-qc/concept/path-count.md b/docs/assistant/qa-qc/concept/path-count.md index bc09b574..e8c180dd 100644 --- a/docs/assistant/qa-qc/concept/path-count.md +++ b/docs/assistant/qa-qc/concept/path-count.md @@ -5,6 +5,7 @@ tags: slug: path-count doc_type: concept products: + - QA-QC Reports - OS-CONNECT audiences: - planner @@ -12,7 +13,9 @@ audiences: - advocate - public topics: + - qa-qc - qaqc + - os-connect risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/qa-qc/concept/qa-qc-limitations.md b/docs/assistant/qa-qc/concept/qa-qc-limitations.md index e8402589..a65d11c5 100644 --- a/docs/assistant/qa-qc/concept/qa-qc-limitations.md +++ b/docs/assistant/qa-qc/concept/qa-qc-limitations.md @@ -5,6 +5,7 @@ tags: slug: qa-qc-limitations doc_type: concept products: + - QA-QC Reports - OS-CONNECT - Walksheds audiences: @@ -17,6 +18,8 @@ topics: - completeness - data-freshness - accessibility-data + - os-connect + - walksheds risk_level: medium authority_level: explanatory review_status: draft diff --git a/docs/assistant/qa-qc/index.md b/docs/assistant/qa-qc/index.md index 3dff07ff..754ee9b2 100644 --- a/docs/assistant/qa-qc/index.md +++ b/docs/assistant/qa-qc/index.md @@ -14,8 +14,11 @@ audiences: - advocate - public topics: + - qa-qc - tdei-ecosystem - accessibility-data + - os-connect + - tdei risk_level: high authority_level: draft review_status: stub diff --git a/docs/assistant/qa-qc/workflow/identify-accessibility-islands.md b/docs/assistant/qa-qc/workflow/identify-accessibility-islands.md index 609aa041..64ee4969 100644 --- a/docs/assistant/qa-qc/workflow/identify-accessibility-islands.md +++ b/docs/assistant/qa-qc/workflow/identify-accessibility-islands.md @@ -13,6 +13,7 @@ audiences: topics: - qa-qc - data-review + - os-connect risk_level: medium authority_level: draft review_status: stub diff --git a/docs/assistant/rapid/concept/rapid.md b/docs/assistant/rapid/concept/rapid.md index dd79c5c1..a14cda6a 100644 --- a/docs/assistant/rapid/concept/rapid.md +++ b/docs/assistant/rapid/concept/rapid.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - rapid - editing-tools risk_level: low authority_level: draft diff --git a/docs/assistant/rapid/index.md b/docs/assistant/rapid/index.md index cee09631..66d8a95a 100644 --- a/docs/assistant/rapid/index.md +++ b/docs/assistant/rapid/index.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - rapid - editing-tools - tdei-ecosystem risk_level: high diff --git a/docs/assistant/rapid/workflow/add-sidewalk-using-rapid.md b/docs/assistant/rapid/workflow/add-sidewalk-using-rapid.md index 2c609ea2..64ab1f97 100644 --- a/docs/assistant/rapid/workflow/add-sidewalk-using-rapid.md +++ b/docs/assistant/rapid/workflow/add-sidewalk-using-rapid.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - rapid - editing-tools - mapping risk_level: low diff --git a/docs/assistant/support/concept/accessmap-vs-walksheds.md b/docs/assistant/support/concept/accessmap-vs-walksheds.md index ae765cb7..22b07e07 100644 --- a/docs/assistant/support/concept/accessmap-vs-walksheds.md +++ b/docs/assistant/support/concept/accessmap-vs-walksheds.md @@ -17,6 +17,8 @@ audiences: topics: - accessmap - walksheds + - os-connect + - tdei risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/support/concept/cross-team-followup-ownership.md b/docs/assistant/support/concept/cross-team-followup-ownership.md index 4fc699c1..2b7c7ac0 100644 --- a/docs/assistant/support/concept/cross-team-followup-ownership.md +++ b/docs/assistant/support/concept/cross-team-followup-ownership.md @@ -17,6 +17,10 @@ audiences: topics: - contacts - ownership + - os-connect + - accessmap + - walksheds + - tdei risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/support/concept/data-citation.md b/docs/assistant/support/concept/data-citation.md index 48935003..3805e244 100644 --- a/docs/assistant/support/concept/data-citation.md +++ b/docs/assistant/support/concept/data-citation.md @@ -17,6 +17,10 @@ audiences: topics: - citation - governance + - os-connect + - accessmap + - walksheds + - tdei risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/support/concept/dataset-authority.md b/docs/assistant/support/concept/dataset-authority.md index e8710502..169738df 100644 --- a/docs/assistant/support/concept/dataset-authority.md +++ b/docs/assistant/support/concept/dataset-authority.md @@ -17,6 +17,10 @@ audiences: topics: - authority - governance + - os-connect + - accessmap + - walksheds + - tdei risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/support/concept/ecosystem-overview.md b/docs/assistant/support/concept/ecosystem-overview.md index 2ef74c1c..cf3977b5 100644 --- a/docs/assistant/support/concept/ecosystem-overview.md +++ b/docs/assistant/support/concept/ecosystem-overview.md @@ -17,6 +17,10 @@ audiences: topics: - ecosystem - overview + - os-connect + - accessmap + - walksheds + - tdei risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/support/concept/fallback-when-gtfs-pathways-missing.md b/docs/assistant/support/concept/fallback-when-gtfs-pathways-missing.md index 97c4adf8..22ef7404 100644 --- a/docs/assistant/support/concept/fallback-when-gtfs-pathways-missing.md +++ b/docs/assistant/support/concept/fallback-when-gtfs-pathways-missing.md @@ -17,6 +17,10 @@ audiences: topics: - gtfs-pathways - planning + - os-connect + - accessmap + - walksheds + - tdei risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/support/concept/gtfs-pathways-agency-adoption.md b/docs/assistant/support/concept/gtfs-pathways-agency-adoption.md index 0b0fdab3..a42e7cd5 100644 --- a/docs/assistant/support/concept/gtfs-pathways-agency-adoption.md +++ b/docs/assistant/support/concept/gtfs-pathways-agency-adoption.md @@ -17,6 +17,10 @@ audiences: topics: - gtfs-pathways - publishers + - os-connect + - accessmap + - walksheds + - tdei risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/support/concept/gtfs-pathways-vs-os-connect.md b/docs/assistant/support/concept/gtfs-pathways-vs-os-connect.md index 51359594..9fa9c051 100644 --- a/docs/assistant/support/concept/gtfs-pathways-vs-os-connect.md +++ b/docs/assistant/support/concept/gtfs-pathways-vs-os-connect.md @@ -17,6 +17,9 @@ audiences: topics: - gtfs-pathways - os-connect + - accessmap + - walksheds + - tdei risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/support/concept/mappy-hours-eligibility.md b/docs/assistant/support/concept/mappy-hours-eligibility.md index 941c729f..11f529b7 100644 --- a/docs/assistant/support/concept/mappy-hours-eligibility.md +++ b/docs/assistant/support/concept/mappy-hours-eligibility.md @@ -17,6 +17,10 @@ audiences: topics: - mappy-hours - community + - os-connect + - accessmap + - walksheds + - tdei risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/support/concept/opensidewalks-contact.md b/docs/assistant/support/concept/opensidewalks-contact.md index 8412674d..ef68ce47 100644 --- a/docs/assistant/support/concept/opensidewalks-contact.md +++ b/docs/assistant/support/concept/opensidewalks-contact.md @@ -17,6 +17,10 @@ audiences: topics: - contacts - opensidewalks + - os-connect + - accessmap + - walksheds + - tdei risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/support/concept/os-connect-contact.md b/docs/assistant/support/concept/os-connect-contact.md index 44942be3..5a31dd60 100644 --- a/docs/assistant/support/concept/os-connect-contact.md +++ b/docs/assistant/support/concept/os-connect-contact.md @@ -17,6 +17,9 @@ audiences: topics: - contacts - os-connect + - accessmap + - walksheds + - tdei risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/support/concept/os-connect-vs-gtfs-pathways.md b/docs/assistant/support/concept/os-connect-vs-gtfs-pathways.md index a4eb9e5c..eab5c9ef 100644 --- a/docs/assistant/support/concept/os-connect-vs-gtfs-pathways.md +++ b/docs/assistant/support/concept/os-connect-vs-gtfs-pathways.md @@ -17,6 +17,9 @@ audiences: topics: - gtfs-pathways - os-connect + - accessmap + - walksheds + - tdei risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/support/concept/os-connect-walksheds-bus-stop-planning.md b/docs/assistant/support/concept/os-connect-walksheds-bus-stop-planning.md index 7c64db15..1109cf27 100644 --- a/docs/assistant/support/concept/os-connect-walksheds-bus-stop-planning.md +++ b/docs/assistant/support/concept/os-connect-walksheds-bus-stop-planning.md @@ -18,6 +18,9 @@ topics: - planning - transit - walksheds + - os-connect + - accessmap + - tdei risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/support/concept/osm-pedestrian-paths-vs-gtfs-pathways.md b/docs/assistant/support/concept/osm-pedestrian-paths-vs-gtfs-pathways.md index e2ba2c8f..1075233f 100644 --- a/docs/assistant/support/concept/osm-pedestrian-paths-vs-gtfs-pathways.md +++ b/docs/assistant/support/concept/osm-pedestrian-paths-vs-gtfs-pathways.md @@ -17,6 +17,10 @@ audiences: topics: - gtfs-pathways - openstreetmap + - os-connect + - accessmap + - walksheds + - tdei risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/support/concept/partner-response-time.md b/docs/assistant/support/concept/partner-response-time.md index dba12bd8..0d8fd1b9 100644 --- a/docs/assistant/support/concept/partner-response-time.md +++ b/docs/assistant/support/concept/partner-response-time.md @@ -17,6 +17,10 @@ audiences: topics: - support - sla + - os-connect + - accessmap + - walksheds + - tdei risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/support/concept/staff-email-antipatterns.md b/docs/assistant/support/concept/staff-email-antipatterns.md index 9ca1b5fa..a21c487c 100644 --- a/docs/assistant/support/concept/staff-email-antipatterns.md +++ b/docs/assistant/support/concept/staff-email-antipatterns.md @@ -17,6 +17,10 @@ audiences: topics: - support - communication + - os-connect + - accessmap + - walksheds + - tdei risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/support/concept/tdei-contact.md b/docs/assistant/support/concept/tdei-contact.md index 848490e6..155fba8e 100644 --- a/docs/assistant/support/concept/tdei-contact.md +++ b/docs/assistant/support/concept/tdei-contact.md @@ -17,6 +17,9 @@ audiences: topics: - contacts - tdei + - os-connect + - accessmap + - walksheds risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/support/concept/tdei-os-connect-osm-differences.md b/docs/assistant/support/concept/tdei-os-connect-osm-differences.md index 720a7f98..2cdacf8a 100644 --- a/docs/assistant/support/concept/tdei-os-connect-osm-differences.md +++ b/docs/assistant/support/concept/tdei-os-connect-osm-differences.md @@ -17,6 +17,10 @@ audiences: topics: - ecosystem - overview + - os-connect + - accessmap + - walksheds + - tdei risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/support/index.md b/docs/assistant/support/index.md index 0fe9e221..27d042c6 100644 --- a/docs/assistant/support/index.md +++ b/docs/assistant/support/index.md @@ -18,6 +18,11 @@ audiences: topics: - assistant-layer - tdei-ecosystem + - os-connect + - accessmap + - walksheds + - tdei + - workspaces risk_level: high authority_level: explanatory review_status: draft diff --git a/docs/assistant/support/workflow/check-gtfs-feed-pathways.md b/docs/assistant/support/workflow/check-gtfs-feed-pathways.md index d9d53fee..8379309b 100644 --- a/docs/assistant/support/workflow/check-gtfs-feed-pathways.md +++ b/docs/assistant/support/workflow/check-gtfs-feed-pathways.md @@ -17,6 +17,10 @@ audiences: topics: - gtfs-pathways - validation + - os-connect + - accessmap + - walksheds + - tdei risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/support/workflow/choose-dataset-for-arcgis.md b/docs/assistant/support/workflow/choose-dataset-for-arcgis.md index 324827f4..767817d9 100644 --- a/docs/assistant/support/workflow/choose-dataset-for-arcgis.md +++ b/docs/assistant/support/workflow/choose-dataset-for-arcgis.md @@ -18,6 +18,10 @@ topics: - dataset-selection - arcgis - planning + - os-connect + - accessmap + - walksheds + - tdei risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/support/workflow/choose-dataset-for-planning.md b/docs/assistant/support/workflow/choose-dataset-for-planning.md index 8e77642c..d23d4899 100644 --- a/docs/assistant/support/workflow/choose-dataset-for-planning.md +++ b/docs/assistant/support/workflow/choose-dataset-for-planning.md @@ -17,6 +17,10 @@ audiences: topics: - dataset-selection - planning + - os-connect + - accessmap + - walksheds + - tdei risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/support/workflow/choose-dataset-for-transit-stations.md b/docs/assistant/support/workflow/choose-dataset-for-transit-stations.md index 4bec7609..c7a2b248 100644 --- a/docs/assistant/support/workflow/choose-dataset-for-transit-stations.md +++ b/docs/assistant/support/workflow/choose-dataset-for-transit-stations.md @@ -17,6 +17,10 @@ audiences: topics: - dataset-selection - gtfs-pathways + - os-connect + - accessmap + - walksheds + - tdei risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/support/workflow/communicate-uncertainty.md b/docs/assistant/support/workflow/communicate-uncertainty.md index 7af42840..9fa07b1f 100644 --- a/docs/assistant/support/workflow/communicate-uncertainty.md +++ b/docs/assistant/support/workflow/communicate-uncertainty.md @@ -17,6 +17,10 @@ audiences: topics: - support - communication + - os-connect + - accessmap + - walksheds + - tdei risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/support/workflow/frame-future-plans.md b/docs/assistant/support/workflow/frame-future-plans.md index 4f17119b..a95ea2f1 100644 --- a/docs/assistant/support/workflow/frame-future-plans.md +++ b/docs/assistant/support/workflow/frame-future-plans.md @@ -17,6 +17,10 @@ audiences: topics: - support - roadmap + - os-connect + - accessmap + - walksheds + - tdei risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/support/workflow/handle-unknown-questions.md b/docs/assistant/support/workflow/handle-unknown-questions.md index 87df2bd9..f26344a4 100644 --- a/docs/assistant/support/workflow/handle-unknown-questions.md +++ b/docs/assistant/support/workflow/handle-unknown-questions.md @@ -17,6 +17,10 @@ audiences: topics: - support - escalation + - os-connect + - accessmap + - walksheds + - tdei risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/support/workflow/internal-verification-language.md b/docs/assistant/support/workflow/internal-verification-language.md index 15a590f3..5584f759 100644 --- a/docs/assistant/support/workflow/internal-verification-language.md +++ b/docs/assistant/support/workflow/internal-verification-language.md @@ -17,6 +17,10 @@ audiences: topics: - support - communication + - os-connect + - accessmap + - walksheds + - tdei risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/support/workflow/introduce-related-tools.md b/docs/assistant/support/workflow/introduce-related-tools.md index e23906b3..fc5b8ff8 100644 --- a/docs/assistant/support/workflow/introduce-related-tools.md +++ b/docs/assistant/support/workflow/introduce-related-tools.md @@ -17,6 +17,10 @@ audiences: topics: - support - communication + - os-connect + - accessmap + - walksheds + - tdei risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/support/workflow/mappy-hours-referral-decision.md b/docs/assistant/support/workflow/mappy-hours-referral-decision.md index 811b9b68..b779a260 100644 --- a/docs/assistant/support/workflow/mappy-hours-referral-decision.md +++ b/docs/assistant/support/workflow/mappy-hours-referral-decision.md @@ -17,6 +17,10 @@ audiences: topics: - mappy-hours - support + - os-connect + - accessmap + - walksheds + - tdei risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/tdei/concept/dataset-identifier.md b/docs/assistant/tdei/concept/dataset-identifier.md index 8b56c395..415b4351 100644 --- a/docs/assistant/tdei/concept/dataset-identifier.md +++ b/docs/assistant/tdei/concept/dataset-identifier.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - tdei - datasets risk_level: medium authority_level: explanatory diff --git a/docs/assistant/tdei/concept/file-formats.md b/docs/assistant/tdei/concept/file-formats.md index 3f25fc8f..d0786f45 100644 --- a/docs/assistant/tdei/concept/file-formats.md +++ b/docs/assistant/tdei/concept/file-formats.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - tdei - formats risk_level: medium authority_level: explanatory diff --git a/docs/assistant/tdei/concept/interoperability.md b/docs/assistant/tdei/concept/interoperability.md index 2685f06a..21d1f6f8 100644 --- a/docs/assistant/tdei/concept/interoperability.md +++ b/docs/assistant/tdei/concept/interoperability.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - tdei - interoperability risk_level: medium authority_level: explanatory diff --git a/docs/assistant/tdei/concept/osw-download-contents.md b/docs/assistant/tdei/concept/osw-download-contents.md index cdb3d060..a6953b0e 100644 --- a/docs/assistant/tdei/concept/osw-download-contents.md +++ b/docs/assistant/tdei/concept/osw-download-contents.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - tdei - downloads - formats - osw diff --git a/docs/assistant/tdei/concept/osw-edges-and-nodes.md b/docs/assistant/tdei/concept/osw-edges-and-nodes.md index e8637d77..1a067cb6 100644 --- a/docs/assistant/tdei/concept/osw-edges-and-nodes.md +++ b/docs/assistant/tdei/concept/osw-edges-and-nodes.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - tdei - downloads - routing-graph - osw diff --git a/docs/assistant/tdei/concept/osw-vs-osm-format.md b/docs/assistant/tdei/concept/osw-vs-osm-format.md index 9f250416..ac3a30df 100644 --- a/docs/assistant/tdei/concept/osw-vs-osm-format.md +++ b/docs/assistant/tdei/concept/osw-vs-osm-format.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - tdei - downloads - formats risk_level: medium diff --git a/docs/assistant/tdei/concept/release-versioning.md b/docs/assistant/tdei/concept/release-versioning.md index 8c0937a1..ee994b90 100644 --- a/docs/assistant/tdei/concept/release-versioning.md +++ b/docs/assistant/tdei/concept/release-versioning.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - tdei - versioning risk_level: medium authority_level: explanatory diff --git a/docs/assistant/tdei/concept/released-dataset.md b/docs/assistant/tdei/concept/released-dataset.md index e60fd55c..954d4168 100644 --- a/docs/assistant/tdei/concept/released-dataset.md +++ b/docs/assistant/tdei/concept/released-dataset.md @@ -12,8 +12,8 @@ audiences: - advocate - public topics: - - releases - tdei + - releases risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/tdei/concept/tdei.md b/docs/assistant/tdei/concept/tdei.md index 89dad76e..41cc38e8 100644 --- a/docs/assistant/tdei/concept/tdei.md +++ b/docs/assistant/tdei/concept/tdei.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - tdei - tdei-overview risk_level: medium authority_level: draft diff --git a/docs/assistant/tdei/index.md b/docs/assistant/tdei/index.md index ad2c0920..7e8f180d 100644 --- a/docs/assistant/tdei/index.md +++ b/docs/assistant/tdei/index.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - tdei - tdei-ecosystem - dataset-lineage - publication-workflow diff --git a/docs/assistant/tdei/workflow/access-tdei-api.md b/docs/assistant/tdei/workflow/access-tdei-api.md index dfc63833..3f83e152 100644 --- a/docs/assistant/tdei/workflow/access-tdei-api.md +++ b/docs/assistant/tdei/workflow/access-tdei-api.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - tdei - api risk_level: medium authority_level: explanatory diff --git a/docs/assistant/tdei/workflow/check-dataset-currency.md b/docs/assistant/tdei/workflow/check-dataset-currency.md index 3af131a3..d0d407f6 100644 --- a/docs/assistant/tdei/workflow/check-dataset-currency.md +++ b/docs/assistant/tdei/workflow/check-dataset-currency.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - tdei - data-freshness - releases risk_level: medium diff --git a/docs/assistant/tdei/workflow/download-data.md b/docs/assistant/tdei/workflow/download-data.md index fbb526a5..595890d9 100644 --- a/docs/assistant/tdei/workflow/download-data.md +++ b/docs/assistant/tdei/workflow/download-data.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - tdei - downloads risk_level: medium authority_level: explanatory diff --git a/docs/assistant/tdei/workflow/download-os-connect-data.md b/docs/assistant/tdei/workflow/download-os-connect-data.md index 8a4e8392..f93b6c66 100644 --- a/docs/assistant/tdei/workflow/download-os-connect-data.md +++ b/docs/assistant/tdei/workflow/download-os-connect-data.md @@ -5,14 +5,16 @@ tags: slug: download-os-connect-data doc_type: workflow products: - - OS-CONNECT - TDEI + - OS-CONNECT audiences: - planner - jurisdiction topics: + - tdei - TDEI - downloads + - os-connect risk_level: low authority_level: official review_status: draft diff --git a/docs/assistant/tdei/workflow/use-tdei-portal.md b/docs/assistant/tdei/workflow/use-tdei-portal.md index 59653371..f7ee230d 100644 --- a/docs/assistant/tdei/workflow/use-tdei-portal.md +++ b/docs/assistant/tdei/workflow/use-tdei-portal.md @@ -10,6 +10,7 @@ audiences: - planner - jurisdiction topics: + - tdei - TDEI - accounts risk_level: low diff --git a/docs/assistant/walksheds/concept/accessibility-islands.md b/docs/assistant/walksheds/concept/accessibility-islands.md index 3fc40ee8..396f9871 100644 --- a/docs/assistant/walksheds/concept/accessibility-islands.md +++ b/docs/assistant/walksheds/concept/accessibility-islands.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - walksheds - accessibility-islands risk_level: medium authority_level: explanatory diff --git a/docs/assistant/walksheds/concept/accessibility-profile-inequity-analysis.md b/docs/assistant/walksheds/concept/accessibility-profile-inequity-analysis.md index 2ab8035d..01b7c6d1 100644 --- a/docs/assistant/walksheds/concept/accessibility-profile-inequity-analysis.md +++ b/docs/assistant/walksheds/concept/accessibility-profile-inequity-analysis.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - walksheds - equity - profiles risk_level: medium diff --git a/docs/assistant/walksheds/concept/accessibility-profiles.md b/docs/assistant/walksheds/concept/accessibility-profiles.md index a02db3c4..83f5f99f 100644 --- a/docs/assistant/walksheds/concept/accessibility-profiles.md +++ b/docs/assistant/walksheds/concept/accessibility-profiles.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - walksheds - profiles risk_level: medium authority_level: explanatory diff --git a/docs/assistant/walksheds/concept/accuracy-vs-straight-line.md b/docs/assistant/walksheds/concept/accuracy-vs-straight-line.md index f4900a37..1b76c7f9 100644 --- a/docs/assistant/walksheds/concept/accuracy-vs-straight-line.md +++ b/docs/assistant/walksheds/concept/accuracy-vs-straight-line.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - walksheds - accuracy risk_level: medium authority_level: explanatory diff --git a/docs/assistant/walksheds/concept/ada-planning.md b/docs/assistant/walksheds/concept/ada-planning.md index a9a056ed..978311e9 100644 --- a/docs/assistant/walksheds/concept/ada-planning.md +++ b/docs/assistant/walksheds/concept/ada-planning.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - walksheds - ada - planning risk_level: high diff --git a/docs/assistant/walksheds/concept/barrier-incorporation.md b/docs/assistant/walksheds/concept/barrier-incorporation.md index 8be604b7..fe27f3ad 100644 --- a/docs/assistant/walksheds/concept/barrier-incorporation.md +++ b/docs/assistant/walksheds/concept/barrier-incorporation.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - walksheds - barriers risk_level: medium authority_level: explanatory diff --git a/docs/assistant/walksheds/concept/before-after-comparison.md b/docs/assistant/walksheds/concept/before-after-comparison.md index 7a93e9f2..9f10bd3d 100644 --- a/docs/assistant/walksheds/concept/before-after-comparison.md +++ b/docs/assistant/walksheds/concept/before-after-comparison.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - walksheds - before-after risk_level: medium authority_level: explanatory diff --git a/docs/assistant/walksheds/concept/complete-streets-planning.md b/docs/assistant/walksheds/concept/complete-streets-planning.md index 07b7fae1..ce29e1c9 100644 --- a/docs/assistant/walksheds/concept/complete-streets-planning.md +++ b/docs/assistant/walksheds/concept/complete-streets-planning.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - walksheds - complete-streets risk_level: medium authority_level: explanatory diff --git a/docs/assistant/walksheds/concept/crossing-effects.md b/docs/assistant/walksheds/concept/crossing-effects.md index fa2f0c8d..02286930 100644 --- a/docs/assistant/walksheds/concept/crossing-effects.md +++ b/docs/assistant/walksheds/concept/crossing-effects.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - walksheds - crossings risk_level: medium authority_level: explanatory diff --git a/docs/assistant/walksheds/concept/crossing-gap-identification.md b/docs/assistant/walksheds/concept/crossing-gap-identification.md index 4a8531f0..cf8820e8 100644 --- a/docs/assistant/walksheds/concept/crossing-gap-identification.md +++ b/docs/assistant/walksheds/concept/crossing-gap-identification.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - walksheds - crossings risk_level: medium authority_level: explanatory diff --git a/docs/assistant/walksheds/concept/destination-exclusion.md b/docs/assistant/walksheds/concept/destination-exclusion.md index df29f537..23ba520d 100644 --- a/docs/assistant/walksheds/concept/destination-exclusion.md +++ b/docs/assistant/walksheds/concept/destination-exclusion.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - walksheds - routing risk_level: medium authority_level: explanatory diff --git a/docs/assistant/walksheds/concept/disconnected-network-handling.md b/docs/assistant/walksheds/concept/disconnected-network-handling.md index 895f98fa..bf61b45b 100644 --- a/docs/assistant/walksheds/concept/disconnected-network-handling.md +++ b/docs/assistant/walksheds/concept/disconnected-network-handling.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - walksheds - connectivity risk_level: medium authority_level: explanatory diff --git a/docs/assistant/walksheds/concept/downtown-revitalization.md b/docs/assistant/walksheds/concept/downtown-revitalization.md index f50e2e9b..96991124 100644 --- a/docs/assistant/walksheds/concept/downtown-revitalization.md +++ b/docs/assistant/walksheds/concept/downtown-revitalization.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - walksheds - economic-development risk_level: medium authority_level: explanatory diff --git a/docs/assistant/walksheds/concept/economic-development.md b/docs/assistant/walksheds/concept/economic-development.md index 184eb927..997466d8 100644 --- a/docs/assistant/walksheds/concept/economic-development.md +++ b/docs/assistant/walksheds/concept/economic-development.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - walksheds - economic-development risk_level: medium authority_level: explanatory diff --git a/docs/assistant/walksheds/concept/elevation-effects.md b/docs/assistant/walksheds/concept/elevation-effects.md index 0eb1f57b..9828beec 100644 --- a/docs/assistant/walksheds/concept/elevation-effects.md +++ b/docs/assistant/walksheds/concept/elevation-effects.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - walksheds - elevation risk_level: medium authority_level: explanatory diff --git a/docs/assistant/walksheds/concept/emergency-resilience-planning.md b/docs/assistant/walksheds/concept/emergency-resilience-planning.md index 142f7ecd..413f8cdb 100644 --- a/docs/assistant/walksheds/concept/emergency-resilience-planning.md +++ b/docs/assistant/walksheds/concept/emergency-resilience-planning.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - walksheds - emergency risk_level: medium authority_level: explanatory diff --git a/docs/assistant/walksheds/concept/equity-analysis.md b/docs/assistant/walksheds/concept/equity-analysis.md index d5678d9c..cbbefbd7 100644 --- a/docs/assistant/walksheds/concept/equity-analysis.md +++ b/docs/assistant/walksheds/concept/equity-analysis.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - walksheds - equity risk_level: medium authority_level: explanatory diff --git a/docs/assistant/walksheds/concept/grant-applications.md b/docs/assistant/walksheds/concept/grant-applications.md index 653c0d30..05360eef 100644 --- a/docs/assistant/walksheds/concept/grant-applications.md +++ b/docs/assistant/walksheds/concept/grant-applications.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - walksheds - grants risk_level: medium authority_level: explanatory diff --git a/docs/assistant/walksheds/concept/hospital-access-analysis.md b/docs/assistant/walksheds/concept/hospital-access-analysis.md index 899ee2a4..f79e4d15 100644 --- a/docs/assistant/walksheds/concept/hospital-access-analysis.md +++ b/docs/assistant/walksheds/concept/hospital-access-analysis.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - walksheds - health risk_level: medium authority_level: explanatory diff --git a/docs/assistant/walksheds/concept/infrastructure-scenario-comparison.md b/docs/assistant/walksheds/concept/infrastructure-scenario-comparison.md index d8955263..84be029e 100644 --- a/docs/assistant/walksheds/concept/infrastructure-scenario-comparison.md +++ b/docs/assistant/walksheds/concept/infrastructure-scenario-comparison.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - walksheds - scenarios risk_level: medium authority_level: explanatory diff --git a/docs/assistant/walksheds/concept/max-cost.md b/docs/assistant/walksheds/concept/max-cost.md index ed7c43b2..a22675a1 100644 --- a/docs/assistant/walksheds/concept/max-cost.md +++ b/docs/assistant/walksheds/concept/max-cost.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - walksheds - cost risk_level: medium authority_level: explanatory diff --git a/docs/assistant/walksheds/concept/neighborhood-comparison.md b/docs/assistant/walksheds/concept/neighborhood-comparison.md index f5643622..236e260d 100644 --- a/docs/assistant/walksheds/concept/neighborhood-comparison.md +++ b/docs/assistant/walksheds/concept/neighborhood-comparison.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - walksheds - comparison risk_level: medium authority_level: explanatory diff --git a/docs/assistant/walksheds/concept/network-assumptions.md b/docs/assistant/walksheds/concept/network-assumptions.md index ce920598..cc2af619 100644 --- a/docs/assistant/walksheds/concept/network-assumptions.md +++ b/docs/assistant/walksheds/concept/network-assumptions.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - walksheds - network risk_level: medium authority_level: explanatory diff --git a/docs/assistant/walksheds/concept/park-access-analysis.md b/docs/assistant/walksheds/concept/park-access-analysis.md index 3fb79305..c26805d0 100644 --- a/docs/assistant/walksheds/concept/park-access-analysis.md +++ b/docs/assistant/walksheds/concept/park-access-analysis.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - walksheds - parks risk_level: medium authority_level: explanatory diff --git a/docs/assistant/walksheds/concept/pedestrian-bottleneck-identification.md b/docs/assistant/walksheds/concept/pedestrian-bottleneck-identification.md index 9c451cb9..219a8191 100644 --- a/docs/assistant/walksheds/concept/pedestrian-bottleneck-identification.md +++ b/docs/assistant/walksheds/concept/pedestrian-bottleneck-identification.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - walksheds - bottlenecks risk_level: medium authority_level: explanatory diff --git a/docs/assistant/walksheds/concept/pedestrian-walkshed.md b/docs/assistant/walksheds/concept/pedestrian-walkshed.md index 83a25eb9..318668d6 100644 --- a/docs/assistant/walksheds/concept/pedestrian-walkshed.md +++ b/docs/assistant/walksheds/concept/pedestrian-walkshed.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - walksheds - pedestrian risk_level: medium authority_level: explanatory diff --git a/docs/assistant/walksheds/concept/planned-capabilities.md b/docs/assistant/walksheds/concept/planned-capabilities.md index bf6d6ee1..f270210c 100644 --- a/docs/assistant/walksheds/concept/planned-capabilities.md +++ b/docs/assistant/walksheds/concept/planned-capabilities.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - walksheds - roadmap risk_level: medium authority_level: explanatory diff --git a/docs/assistant/walksheds/concept/planner-assumptions.md b/docs/assistant/walksheds/concept/planner-assumptions.md index 8ef70eeb..8523b358 100644 --- a/docs/assistant/walksheds/concept/planner-assumptions.md +++ b/docs/assistant/walksheds/concept/planner-assumptions.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - walksheds - assumptions risk_level: medium authority_level: explanatory diff --git a/docs/assistant/walksheds/concept/prioritization-workflows.md b/docs/assistant/walksheds/concept/prioritization-workflows.md index ac4c4499..6424bb58 100644 --- a/docs/assistant/walksheds/concept/prioritization-workflows.md +++ b/docs/assistant/walksheds/concept/prioritization-workflows.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - walksheds - prioritization risk_level: medium authority_level: explanatory diff --git a/docs/assistant/walksheds/concept/profile-variation.md b/docs/assistant/walksheds/concept/profile-variation.md index cbf8fbf1..a8695f72 100644 --- a/docs/assistant/walksheds/concept/profile-variation.md +++ b/docs/assistant/walksheds/concept/profile-variation.md @@ -5,6 +5,7 @@ tags: slug: profile-variation doc_type: concept products: + - Walksheds - OS-CONNECT audiences: - planner @@ -14,6 +15,7 @@ audiences: topics: - walksheds - profiles + - os-connect risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/walksheds/concept/public-explanation.md b/docs/assistant/walksheds/concept/public-explanation.md index aa766f87..4b3dbd04 100644 --- a/docs/assistant/walksheds/concept/public-explanation.md +++ b/docs/assistant/walksheds/concept/public-explanation.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - walksheds - communication risk_level: medium authority_level: explanatory diff --git a/docs/assistant/walksheds/concept/reachable-area.md b/docs/assistant/walksheds/concept/reachable-area.md index f2bdd47d..0bb47f2c 100644 --- a/docs/assistant/walksheds/concept/reachable-area.md +++ b/docs/assistant/walksheds/concept/reachable-area.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - walksheds - reachability risk_level: medium authority_level: explanatory diff --git a/docs/assistant/walksheds/concept/rural-transportation-planning.md b/docs/assistant/walksheds/concept/rural-transportation-planning.md index 0b32ee20..aaad1439 100644 --- a/docs/assistant/walksheds/concept/rural-transportation-planning.md +++ b/docs/assistant/walksheds/concept/rural-transportation-planning.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - walksheds - rural risk_level: medium authority_level: explanatory diff --git a/docs/assistant/walksheds/concept/school-accessibility-analysis.md b/docs/assistant/walksheds/concept/school-accessibility-analysis.md index d068802b..aba73489 100644 --- a/docs/assistant/walksheds/concept/school-accessibility-analysis.md +++ b/docs/assistant/walksheds/concept/school-accessibility-analysis.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - walksheds - schools risk_level: medium authority_level: explanatory diff --git a/docs/assistant/walksheds/concept/senior-mobility-analysis.md b/docs/assistant/walksheds/concept/senior-mobility-analysis.md index 890e0df8..504904a5 100644 --- a/docs/assistant/walksheds/concept/senior-mobility-analysis.md +++ b/docs/assistant/walksheds/concept/senior-mobility-analysis.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - walksheds - seniors risk_level: medium authority_level: explanatory diff --git a/docs/assistant/walksheds/concept/transit-planning.md b/docs/assistant/walksheds/concept/transit-planning.md index 921b4084..de945183 100644 --- a/docs/assistant/walksheds/concept/transit-planning.md +++ b/docs/assistant/walksheds/concept/transit-planning.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - walksheds - transit risk_level: medium authority_level: explanatory diff --git a/docs/assistant/walksheds/concept/travel-limits.md b/docs/assistant/walksheds/concept/travel-limits.md index cbef51d0..644c22d0 100644 --- a/docs/assistant/walksheds/concept/travel-limits.md +++ b/docs/assistant/walksheds/concept/travel-limits.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - walksheds - cost risk_level: medium authority_level: explanatory diff --git a/docs/assistant/walksheds/concept/uncertainty-communication.md b/docs/assistant/walksheds/concept/uncertainty-communication.md index 9019867a..b10f7c50 100644 --- a/docs/assistant/walksheds/concept/uncertainty-communication.md +++ b/docs/assistant/walksheds/concept/uncertainty-communication.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - walksheds - uncertainty risk_level: high authority_level: explanatory diff --git a/docs/assistant/walksheds/concept/underserved-area-identification.md b/docs/assistant/walksheds/concept/underserved-area-identification.md index ebd4f636..d4febdc3 100644 --- a/docs/assistant/walksheds/concept/underserved-area-identification.md +++ b/docs/assistant/walksheds/concept/underserved-area-identification.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - walksheds - equity risk_level: medium authority_level: explanatory diff --git a/docs/assistant/walksheds/concept/vision-zero.md b/docs/assistant/walksheds/concept/vision-zero.md index 2738e767..5c84b0f8 100644 --- a/docs/assistant/walksheds/concept/vision-zero.md +++ b/docs/assistant/walksheds/concept/vision-zero.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - walksheds - vision-zero risk_level: medium authority_level: explanatory diff --git a/docs/assistant/walksheds/concept/walkshed-calculation.md b/docs/assistant/walksheds/concept/walkshed-calculation.md index 35ad2c55..47198802 100644 --- a/docs/assistant/walksheds/concept/walkshed-calculation.md +++ b/docs/assistant/walksheds/concept/walkshed-calculation.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - walksheds - calculation risk_level: medium authority_level: explanatory diff --git a/docs/assistant/walksheds/concept/walkshed-limitations.md b/docs/assistant/walksheds/concept/walkshed-limitations.md index 81b3b05f..a6278137 100644 --- a/docs/assistant/walksheds/concept/walkshed-limitations.md +++ b/docs/assistant/walksheds/concept/walkshed-limitations.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - walksheds - limitations risk_level: medium authority_level: explanatory diff --git a/docs/assistant/walksheds/concept/walkshed-quality.md b/docs/assistant/walksheds/concept/walkshed-quality.md index 4259088a..ff7ec2d5 100644 --- a/docs/assistant/walksheds/concept/walkshed-quality.md +++ b/docs/assistant/walksheds/concept/walkshed-quality.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - walksheds - interpretation risk_level: medium authority_level: explanatory diff --git a/docs/assistant/walksheds/concept/walkshed-vs-buffer.md b/docs/assistant/walksheds/concept/walkshed-vs-buffer.md index 02632514..39b65453 100644 --- a/docs/assistant/walksheds/concept/walkshed-vs-buffer.md +++ b/docs/assistant/walksheds/concept/walkshed-vs-buffer.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - walksheds - buffers risk_level: medium authority_level: explanatory diff --git a/docs/assistant/walksheds/concept/walksheds-tool.md b/docs/assistant/walksheds/concept/walksheds-tool.md index 893571d4..7f37eda8 100644 --- a/docs/assistant/walksheds/concept/walksheds-tool.md +++ b/docs/assistant/walksheds/concept/walksheds-tool.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - walksheds - overview risk_level: medium authority_level: explanatory diff --git a/docs/assistant/walksheds/concept/wheelchair-walkshed.md b/docs/assistant/walksheds/concept/wheelchair-walkshed.md index d4227f06..9ceaf859 100644 --- a/docs/assistant/walksheds/concept/wheelchair-walkshed.md +++ b/docs/assistant/walksheds/concept/wheelchair-walkshed.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - walksheds - wheelchair risk_level: high authority_level: explanatory diff --git a/docs/assistant/walksheds/index.md b/docs/assistant/walksheds/index.md index e0bc9fbe..0d89e25f 100644 --- a/docs/assistant/walksheds/index.md +++ b/docs/assistant/walksheds/index.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - walksheds - accessibility-data - tdei-ecosystem risk_level: high diff --git a/docs/assistant/walksheds/workflow/generate-walkshed.md b/docs/assistant/walksheds/workflow/generate-walkshed.md index 77822e9d..769071b0 100644 --- a/docs/assistant/walksheds/workflow/generate-walkshed.md +++ b/docs/assistant/walksheds/workflow/generate-walkshed.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - walksheds - walkshed-analysis - routing risk_level: medium diff --git a/docs/assistant/waykeeper/index.md b/docs/assistant/waykeeper/index.md index 44028b1d..5621446f 100644 --- a/docs/assistant/waykeeper/index.md +++ b/docs/assistant/waykeeper/index.md @@ -12,6 +12,7 @@ audiences: - advocate - public topics: + - waykeeper - tdei-ecosystem risk_level: high authority_level: draft diff --git a/docs/assistant/workspaces/workflow/create-a-workspace-from-tdei.md b/docs/assistant/workspaces/workflow/create-a-workspace-from-tdei.md index 7c939fbe..56c55a63 100644 --- a/docs/assistant/workspaces/workflow/create-a-workspace-from-tdei.md +++ b/docs/assistant/workspaces/workflow/create-a-workspace-from-tdei.md @@ -19,6 +19,7 @@ topics: - tdei-ecosystem - sandbox-governance - dataset-lineage + - tdei risk_level: low authority_level: draft review_status: draft From 795c91f0b25b67841732e385781b1191d84d3fa9 Mon Sep 17 00:00:00 2001 From: Amy Kate Bordenave Date: Thu, 9 Jul 2026 16:10:42 -0700 Subject: [PATCH 16/24] feat: add to abbreviations list --- CHANGELOG.md | 1 + includes/abbreviations.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ef01904..5c098cd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), ### Features +- **Docs**: Add to abbreviations list - **Docs**: Add a `Slug` column to the AKB schema's Product tags table (matching each product's `docs/assistant/{topic}/` directory name), rename the `topics` section to "Topic tags", and add a "Product slugs" table duplicating those slugs as first-class `topics` values, with a short rationale for the intentional duplication - **Core**: Add `test_akb_content.py` tests, enforcing that (1) the first `products` entry for single-product topic folders matches that folder's owning product, (2) the first `topics` entry matches the parent topic folder's own slug, and (3) every `products` entry has its schema slug present somewhere in `topics`; `cross-platform/` and `support/` are exempt from checks 1-2 as cross-cutting, multi-product sections - **Docs**: Expand the AKB schema's product tags table to list all first-class products, and align the generated dispatch registry's `products` frontmatter to match diff --git a/includes/abbreviations.md b/includes/abbreviations.md index 12f94f13..1e6f7490 100644 --- a/includes/abbreviations.md +++ b/includes/abbreviations.md @@ -102,6 +102,7 @@ *[HxGN]: Hexagon (aerial imagery provider) *[IDW]: Inverse Distance Weighting *[IIiX]: Information Interaction in Context +*[IMCL]: International Making Cities Livable *[IoU]: Intersection over Union *[IRB]: Internal Review Board *[ISB]: Industrial Service Boundary From 28bae6beec09718f1d69fd557810d2344843d988 Mon Sep 17 00:00:00 2001 From: Amy Kate Bordenave Date: Thu, 9 Jul 2026 16:15:42 -0700 Subject: [PATCH 17/24] feat: update akb topics tagging --- CHANGELOG.md | 2 + .../concept/accessibility-mobility-metrics.md | 2 +- .../accessmap/concept/accessibility-needs.md | 2 +- .../concept/ada-compliance-support.md | 1 - .../concept/agency-routing-customization.md | 2 +- .../concept/avoid-missing-curb-ramps.md | 2 +- .../accessmap/concept/avoid-steep-slopes.md | 2 +- .../concept/blind-low-vision-support.md | 2 +- .../accessmap/concept/data-sources.md | 2 +- .../accessmap/concept/field-validation.md | 2 +- .../concept/manual-wheelchair-support.md | 3 +- .../concept/missing-accessibility-data.md | 2 +- .../accessmap/concept/network-redundancy.md | 2 +- .../accessmap/concept/operational-use.md | 2 +- .../concept/paratransit-planning-support.md | 2 +- .../concept/powered-wheelchair-support.md | 3 +- .../concept/prioritization-metrics.md | 4 +- .../accessmap/concept/public-engagement.md | 2 +- .../accessmap/concept/route-reliability.md | 2 +- .../accessmap/concept/routing-profiles.md | 2 +- .../concept/routing-system-comparison.md | 2 +- .../transit-pedestrian-routing-integration.md | 2 +- .../workflow/validate-routing-results.md | 2 +- .../cross-platform/concept/abbreviations.md | 556 +++++++++--------- .../concept/accessibility-islands.md | 3 +- .../concept/ada-compliance-boundaries.md | 2 +- .../cross-platform/concept/completeness.md | 1 - .../concept/connected-pedestrian-graph.md | 2 +- .../how-should-ai-outputs-be-validated.md | 2 +- .../cross-platform/concept/walksheds.md | 2 +- docs/assistant/cross-platform/index.md | 2 +- .../workflow/update-jurisdiction-data.md | 2 +- .../use-accessmap-for-public-engagement.md | 2 +- ...-os-connect-for-ada-transition-planning.md | 2 +- ...use-walksheds-for-safe-routes-to-school.md | 2 +- docs/assistant/dispatch.md | 2 +- docs/assistant/livability/index.md | 2 +- .../concept/opensidewalks-schema.md | 2 +- .../concept/accessibility-attribute.md | 2 +- .../concept/accessibility-data-gaps.md | 2 +- .../concept/accessibility-improvement.md | 2 +- .../concept/ada-title-ii-requirements.md | 2 +- .../attribute-documentation-location.md | 2 +- .../os-connect/concept/bus-stop-planning.md | 1 - .../os-connect/concept/common-errors.md | 2 +- .../concept/community-data-quality-checks.md | 2 +- .../concept/community-engagement-pathways.md | 2 +- .../concept/community-gap-identification.md | 2 +- .../os-connect/concept/confidence-measures.md | 2 +- .../concept/correction-propagation.md | 2 +- .../concept/correction-validation.md | 2 +- .../os-connect/concept/crossing-attributes.md | 2 +- .../os-connect/concept/crossing-edge.md | 2 +- .../os-connect/concept/crowdsourcing-role.md | 2 +- .../concept/curb-ramp-attributes.md | 2 +- .../os-connect/concept/data-accuracy.md | 2 +- .../concept/data-collection-history.md | 2 +- .../concept/destination-access-analysis.md | 5 +- .../disability-community-contribution.md | 2 +- .../concept/excluded-infrastructure-types.md | 2 +- .../concept/feature-selection-display.md | 2 +- .../concept/field-validation-role.md | 2 +- .../os-connect/concept/field-validation.md | 2 +- .../os-connect/concept/geographic-coverage.md | 2 +- .../concept/gtfs-pathways-generation.md | 4 +- .../os-connect/concept/human-review.md | 2 +- .../concept/included-infrastructure-types.md | 2 +- .../concept/intersection-attributes.md | 2 +- .../jurisdiction-engagement-pathways.md | 2 +- .../concept/lived-experience-importance.md | 2 +- .../concept/local-data-validation.md | 2 +- .../long-term-maintenance-workflows.md | 2 +- .../long-term-stewardship-requirements.md | 2 +- .../concept/machine-learning-role.md | 2 +- .../concept/manual-wheelchair-profile.md | 2 +- .../os-connect/concept/map-color-legend.md | 2 +- .../os-connect/concept/map-layers.md | 2 +- .../concept/mapping-prioritization.md | 2 +- .../missing-accessibility-information.md | 2 +- .../missing-street-names-for-vendors.md | 2 +- .../multimodal-accessibility-analysis.md | 2 +- .../os-connect/concept/node-vs-edge.md | 2 +- .../os-connect/concept/nondriver-mobility.md | 2 +- .../concept/older-adult-contribution.md | 2 +- .../opensidewalks-community-mapping-groups.md | 2 +- .../concept/opensidewalks-schema-usage.md | 2 +- .../concept/opensidewalks-schema.md | 2 +- .../concept/operational-agency-use.md | 2 +- .../concept/os-connect-vs-openstreetmap.md | 2 +- .../participatory-accessibility-mapping.md | 2 +- .../concept/participatory-mapping.md | 2 +- .../concept/pedestrian-feature-attributes.md | 4 +- .../concept/pedestrian-only-facilities.md | 2 +- .../concept/planner-data-validation.md | 2 +- .../concept/poi-grouping-rationale.md | 2 +- .../os-connect/concept/public-data-value.md | 2 +- .../os-connect/concept/qa-qc-report.md | 2 +- .../recommended-sidewalk-tagging-pattern.md | 4 +- .../os-connect/concept/reportable-errors.md | 2 +- .../required-vs-recommended-attributes.md | 2 +- .../concept/resident-participation.md | 2 +- .../os-connect/concept/routable-graph.md | 2 +- .../concept/separated-sidewalk-mapping.md | 4 +- .../os-connect/concept/sidewalk-attributes.md | 2 +- .../concept/sidewalk-disconnection-causes.md | 2 +- .../sidewalk-street-name-association.md | 6 +- .../os-connect/concept/statewide-inventory.md | 2 +- .../os-connect/concept/stewardship-roles.md | 2 +- .../concept/street-name-routing-importance.md | 3 +- .../concept/street-name-tags-for-routing.md | 2 +- .../concept/street-name-vs-sidepath-name.md | 4 +- .../os-connect/concept/surface-attribute.md | 2 +- .../concept/transit-accessibility-analysis.md | 2 +- .../os-connect/concept/urban-map-density.md | 2 +- .../os-connect/concept/viewer-overview.md | 2 +- .../concept/viewer-vs-tdei-portal.md | 2 +- .../os-connect/concept/walkshed-metrics.md | 2 +- .../os-connect/concept/width-attribute.md | 2 +- .../concept/workflow-improvement-areas.md | 2 +- .../os-connect/concept/z-score-usage.md | 2 +- .../os-connect/workflow/download-data.md | 2 +- .../os-connect/workflow/import-into-arcgis.md | 2 +- .../workflow/search-for-jurisdiction.md | 2 +- .../qa-qc/concept/accessibility-island.md | 2 +- docs/assistant/qa-qc/concept/centrality.md | 2 +- .../completeness-vs-accessibility-gaps.md | 2 +- .../concept/connected-pedestrian-graph.md | 2 +- .../assistant/qa-qc/concept/crossing-count.md | 1 - docs/assistant/qa-qc/concept/path-count.md | 1 - .../identify-accessibility-islands.md | 2 +- .../workflow/add-sidewalk-using-rapid.md | 2 +- docs/assistant/schema.md | 96 ++- .../support/concept/data-citation.md | 2 +- .../support/concept/dataset-authority.md | 2 +- .../support/concept/ecosystem-overview.md | 2 +- .../fallback-when-gtfs-pathways-missing.md | 2 +- .../concept/gtfs-pathways-agency-adoption.md | 2 +- .../concept/gtfs-pathways-vs-os-connect.md | 2 +- .../concept/os-connect-vs-gtfs-pathways.md | 2 +- .../osm-pedestrian-paths-vs-gtfs-pathways.md | 4 +- .../tdei-os-connect-osm-differences.md | 2 +- docs/assistant/support/index.md | 2 +- .../workflow/check-gtfs-feed-pathways.md | 4 +- .../workflow/choose-dataset-for-arcgis.md | 2 +- .../workflow/choose-dataset-for-planning.md | 2 +- .../choose-dataset-for-transit-stations.md | 4 +- .../tdei/concept/dataset-identifier.md | 2 +- .../concept/mislabeled-dataset-handling.md | 2 +- .../tdei/concept/osw-download-contents.md | 4 +- .../tdei/concept/osw-edges-and-nodes.md | 6 +- .../tdei/concept/osw-vs-osm-format.md | 2 +- .../tdei/concept/release-versioning.md | 2 +- .../tdei/workflow/access-tdei-api.md | 2 +- docs/assistant/tdei/workflow/download-data.md | 2 +- .../tdei/workflow/download-os-connect-data.md | 3 +- .../tdei/workflow/use-tdei-portal.md | 3 +- .../concept/accessibility-islands.md | 2 +- ...accessibility-profile-inequity-analysis.md | 2 +- .../concept/accessibility-profiles.md | 2 +- .../concept/accuracy-vs-straight-line.md | 2 +- .../concept/barrier-incorporation.md | 2 +- .../concept/bus-stop-access-analysis.md | 1 - .../concept/external-dataset-joins.md | 2 +- .../walksheds/concept/network-assumptions.md | 2 +- .../pedestrian-vs-wheelchair-walkshed.md | 2 +- .../walksheds/concept/pedestrian-walkshed.md | 2 +- .../walksheds/concept/profile-variation.md | 2 +- .../walksheds/concept/reachable-area.md | 1 - .../concept/safe-routes-to-school.md | 2 +- .../concept/senior-mobility-analysis.md | 2 +- .../walksheds/concept/travel-profiles.md | 2 +- .../concept/uncertainty-communication.md | 2 +- .../walksheds/concept/walkshed-calculation.md | 2 +- .../walksheds/concept/wheelchair-walkshed.md | 2 +- .../walksheds/workflow/generate-walkshed.md | 1 - .../concept/collaborative-edit-management.md | 2 +- .../concept/collaborative-editing.md | 2 +- .../workspaces/concept/edit-attribution.md | 2 +- .../workspaces/concept/edit-reviewers.md | 2 +- .../concept/editing-coordination.md | 2 +- .../workspaces/concept/manager-edit-review.md | 2 +- .../concept/multi-source-stewardship.md | 2 +- .../workspaces/concept/qr-code-invites.md | 2 +- docs/assistant/workspaces/concept/roles.md | 2 +- .../workspaces/concept/team-invitations.md | 2 +- .../concept/teams-vs-project-groups.md | 2 +- docs/assistant/workspaces/concept/teams.md | 2 +- .../workflow/invite-a-team-to-a-workspace.md | 2 +- ...use-workspaces-for-community-validation.md | 2 +- 189 files changed, 566 insertions(+), 489 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c098cd4..37cdc476 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), ### Features - **Docs**: Add to abbreviations list +- **Docs**: Add new `topics` slugs to the AKB schema's themed vocabulary tables - **Docs**: Add a `Slug` column to the AKB schema's Product tags table (matching each product's `docs/assistant/{topic}/` directory name), rename the `topics` section to "Topic tags", and add a "Product slugs" table duplicating those slugs as first-class `topics` values, with a short rationale for the intentional duplication - **Core**: Add `test_akb_content.py` tests, enforcing that (1) the first `products` entry for single-product topic folders matches that folder's owning product, (2) the first `topics` entry matches the parent topic folder's own slug, and (3) every `products` entry has its schema slug present somewhere in `topics`; `cross-platform/` and `support/` are exempt from checks 1-2 as cross-cutting, multi-product sections - **Docs**: Expand the AKB schema's product tags table to list all first-class products, and align the generated dispatch registry's `products` frontmatter to match @@ -21,6 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), ### Fixes +- **Docs**: Rename or case-normalize non-conforming `topics` values in AKB articles to match the schema's updated controlled vocabulary - **Docs**: Reorder AKB article `products`/`topics` frontmatter so the first `products` entry matches the owning product for the article's parent topic folder, the first `topics` entry matches that folder's slug, and every listed product's slug is present in `topics`, per the new `test_akb_content.py` checks; regenerate `assistant/dispatch.md` afterward - **Docs**: Fix a stray `QA/QC Reports` `products` value (should be `QA-QC Reports`) and its missing `qa-qc` `topics` slug in `assistant/cross-platform/concept/abbreviations.md` - **Docs**: Compact the dispatch registry's status legend table formatting diff --git a/docs/assistant/accessmap/concept/accessibility-mobility-metrics.md b/docs/assistant/accessmap/concept/accessibility-mobility-metrics.md index 61e93ca3..ad2f1f51 100644 --- a/docs/assistant/accessmap/concept/accessibility-mobility-metrics.md +++ b/docs/assistant/accessmap/concept/accessibility-mobility-metrics.md @@ -13,7 +13,7 @@ audiences: - public topics: - accessmap - - metrics + - accessibility-metrics risk_level: medium authority_level: draft review_status: stub diff --git a/docs/assistant/accessmap/concept/accessibility-needs.md b/docs/assistant/accessmap/concept/accessibility-needs.md index fa17b600..86ba5951 100644 --- a/docs/assistant/accessmap/concept/accessibility-needs.md +++ b/docs/assistant/accessmap/concept/accessibility-needs.md @@ -13,7 +13,7 @@ audiences: - public topics: - accessmap - - accessibility + - accessibility-data risk_level: medium authority_level: draft review_status: stub diff --git a/docs/assistant/accessmap/concept/ada-compliance-support.md b/docs/assistant/accessmap/concept/ada-compliance-support.md index 4c739b81..3f4b53e9 100644 --- a/docs/assistant/accessmap/concept/ada-compliance-support.md +++ b/docs/assistant/accessmap/concept/ada-compliance-support.md @@ -14,7 +14,6 @@ audiences: topics: - accessmap - ada - - compliance risk_level: high authority_level: draft review_status: stub diff --git a/docs/assistant/accessmap/concept/agency-routing-customization.md b/docs/assistant/accessmap/concept/agency-routing-customization.md index 640d371c..35edc4ba 100644 --- a/docs/assistant/accessmap/concept/agency-routing-customization.md +++ b/docs/assistant/accessmap/concept/agency-routing-customization.md @@ -13,7 +13,7 @@ audiences: - public topics: - accessmap - - profiles + - mobility-profiles risk_level: medium authority_level: draft review_status: stub diff --git a/docs/assistant/accessmap/concept/avoid-missing-curb-ramps.md b/docs/assistant/accessmap/concept/avoid-missing-curb-ramps.md index 60cafb38..757a41c8 100644 --- a/docs/assistant/accessmap/concept/avoid-missing-curb-ramps.md +++ b/docs/assistant/accessmap/concept/avoid-missing-curb-ramps.md @@ -13,7 +13,7 @@ audiences: - public topics: - accessmap - - routing-preferences + - routing risk_level: medium authority_level: draft review_status: stub diff --git a/docs/assistant/accessmap/concept/avoid-steep-slopes.md b/docs/assistant/accessmap/concept/avoid-steep-slopes.md index 91965fe1..0cea810e 100644 --- a/docs/assistant/accessmap/concept/avoid-steep-slopes.md +++ b/docs/assistant/accessmap/concept/avoid-steep-slopes.md @@ -13,7 +13,7 @@ audiences: - public topics: - accessmap - - routing-preferences + - routing risk_level: medium authority_level: draft review_status: stub diff --git a/docs/assistant/accessmap/concept/blind-low-vision-support.md b/docs/assistant/accessmap/concept/blind-low-vision-support.md index 6935bcf1..7f0b2708 100644 --- a/docs/assistant/accessmap/concept/blind-low-vision-support.md +++ b/docs/assistant/accessmap/concept/blind-low-vision-support.md @@ -13,7 +13,7 @@ audiences: - public topics: - accessmap - - blind-low-vision + - mobility-profiles risk_level: medium authority_level: draft review_status: stub diff --git a/docs/assistant/accessmap/concept/data-sources.md b/docs/assistant/accessmap/concept/data-sources.md index 7846b1dc..0ee190a7 100644 --- a/docs/assistant/accessmap/concept/data-sources.md +++ b/docs/assistant/accessmap/concept/data-sources.md @@ -13,7 +13,7 @@ audiences: - public topics: - accessmap - - data-sources + - dataset-lineage risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/accessmap/concept/field-validation.md b/docs/assistant/accessmap/concept/field-validation.md index ab696536..1d5f8fd6 100644 --- a/docs/assistant/accessmap/concept/field-validation.md +++ b/docs/assistant/accessmap/concept/field-validation.md @@ -13,7 +13,7 @@ audiences: - public topics: - accessmap - - validation + - data-quality risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/accessmap/concept/manual-wheelchair-support.md b/docs/assistant/accessmap/concept/manual-wheelchair-support.md index 2176dfe5..674fa674 100644 --- a/docs/assistant/accessmap/concept/manual-wheelchair-support.md +++ b/docs/assistant/accessmap/concept/manual-wheelchair-support.md @@ -13,8 +13,7 @@ audiences: - public topics: - accessmap - - profiles - - wheelchair + - mobility-profiles risk_level: high authority_level: explanatory review_status: stub diff --git a/docs/assistant/accessmap/concept/missing-accessibility-data.md b/docs/assistant/accessmap/concept/missing-accessibility-data.md index 49aff109..088be5b4 100644 --- a/docs/assistant/accessmap/concept/missing-accessibility-data.md +++ b/docs/assistant/accessmap/concept/missing-accessibility-data.md @@ -13,7 +13,7 @@ audiences: - public topics: - accessmap - - data-gaps + - completeness risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/accessmap/concept/network-redundancy.md b/docs/assistant/accessmap/concept/network-redundancy.md index 26a3fdfa..60550e48 100644 --- a/docs/assistant/accessmap/concept/network-redundancy.md +++ b/docs/assistant/accessmap/concept/network-redundancy.md @@ -13,7 +13,7 @@ audiences: - public topics: - accessmap - - network + - graph-metrics risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/accessmap/concept/operational-use.md b/docs/assistant/accessmap/concept/operational-use.md index 2dc8ddbc..a5f17cd2 100644 --- a/docs/assistant/accessmap/concept/operational-use.md +++ b/docs/assistant/accessmap/concept/operational-use.md @@ -13,7 +13,7 @@ audiences: - public topics: - accessmap - - operations + - operational-workflows risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/accessmap/concept/paratransit-planning-support.md b/docs/assistant/accessmap/concept/paratransit-planning-support.md index a19b15ca..8221e299 100644 --- a/docs/assistant/accessmap/concept/paratransit-planning-support.md +++ b/docs/assistant/accessmap/concept/paratransit-planning-support.md @@ -13,7 +13,7 @@ audiences: - public topics: - accessmap - - paratransit + - transit risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/accessmap/concept/powered-wheelchair-support.md b/docs/assistant/accessmap/concept/powered-wheelchair-support.md index e3157ccd..73d8cf26 100644 --- a/docs/assistant/accessmap/concept/powered-wheelchair-support.md +++ b/docs/assistant/accessmap/concept/powered-wheelchair-support.md @@ -13,8 +13,7 @@ audiences: - public topics: - accessmap - - profiles - - wheelchair + - mobility-profiles risk_level: high authority_level: explanatory review_status: stub diff --git a/docs/assistant/accessmap/concept/prioritization-metrics.md b/docs/assistant/accessmap/concept/prioritization-metrics.md index 613d06d1..4c4d3e08 100644 --- a/docs/assistant/accessmap/concept/prioritization-metrics.md +++ b/docs/assistant/accessmap/concept/prioritization-metrics.md @@ -13,8 +13,8 @@ audiences: - public topics: - accessmap - - metrics - - accessibility + - accessibility-metrics + - accessibility-data risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/accessmap/concept/public-engagement.md b/docs/assistant/accessmap/concept/public-engagement.md index e86daed5..fa0cb9cb 100644 --- a/docs/assistant/accessmap/concept/public-engagement.md +++ b/docs/assistant/accessmap/concept/public-engagement.md @@ -13,7 +13,7 @@ audiences: - public topics: - accessmap - - engagement + - collaborative-editing risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/accessmap/concept/route-reliability.md b/docs/assistant/accessmap/concept/route-reliability.md index 83570753..daf385e5 100644 --- a/docs/assistant/accessmap/concept/route-reliability.md +++ b/docs/assistant/accessmap/concept/route-reliability.md @@ -13,7 +13,7 @@ audiences: - public topics: - accessmap - - reliability + - data-quality risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/accessmap/concept/routing-profiles.md b/docs/assistant/accessmap/concept/routing-profiles.md index aaf3adb0..e3327d55 100644 --- a/docs/assistant/accessmap/concept/routing-profiles.md +++ b/docs/assistant/accessmap/concept/routing-profiles.md @@ -13,7 +13,7 @@ audiences: - public topics: - accessmap - - profiles + - mobility-profiles risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/accessmap/concept/routing-system-comparison.md b/docs/assistant/accessmap/concept/routing-system-comparison.md index 8afe6d9b..4bc5e2ad 100644 --- a/docs/assistant/accessmap/concept/routing-system-comparison.md +++ b/docs/assistant/accessmap/concept/routing-system-comparison.md @@ -13,7 +13,7 @@ audiences: - public topics: - accessmap - - operations + - operational-workflows risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/accessmap/concept/transit-pedestrian-routing-integration.md b/docs/assistant/accessmap/concept/transit-pedestrian-routing-integration.md index 96647e08..0211a1aa 100644 --- a/docs/assistant/accessmap/concept/transit-pedestrian-routing-integration.md +++ b/docs/assistant/accessmap/concept/transit-pedestrian-routing-integration.md @@ -14,7 +14,7 @@ audiences: topics: - accessmap - transit - - accessibility + - accessibility-data risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/accessmap/workflow/validate-routing-results.md b/docs/assistant/accessmap/workflow/validate-routing-results.md index 9427113c..818b1d26 100644 --- a/docs/assistant/accessmap/workflow/validate-routing-results.md +++ b/docs/assistant/accessmap/workflow/validate-routing-results.md @@ -13,7 +13,7 @@ audiences: - public topics: - accessmap - - validation + - data-quality risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/cross-platform/concept/abbreviations.md b/docs/assistant/cross-platform/concept/abbreviations.md index 770c8498..f3ba310d 100644 --- a/docs/assistant/cross-platform/concept/abbreviations.md +++ b/docs/assistant/cross-platform/concept/abbreviations.md @@ -17,7 +17,7 @@ products: - AVIV ScoutRoute - OpenSidewalks - OS-CONNECT - - QA/QC Reports + - QA-QC Reports - Rapid - TDEI - Walksheds @@ -32,6 +32,16 @@ topics: - glossary - abbreviations - acronyms + - accessmap + - aviv-scoutroute + - opensidewalks + - os-connect + - qa-qc + - rapid + - tdei + - walksheds + - waykeeper + - workspaces risk_level: low authority_level: official review_status: reviewed @@ -64,278 +74,278 @@ TCAT documentation spans transportation, accessibility, geospatial, and software The table below maps each abbreviated form to its full expansion. Entries are sorted alphabetically and sourced directly from `includes/abbreviations.md`, the single source of truth for all abbreviations used site-wide. -| Abbreviation | Expansion | -| :----------- | :-------- | -| 2FA | Two-Factor Authentication | -| 3DEP | 3D Elevation Program | -| A11y | Accessibility | -| AADT | Annual Average Daily Traffic | -| AASHTO | American Association of State Highway and Transportation Officials | -| ABA | Architectural Barriers Act | -| ACM | Association for Computing Machinery | -| ADA | Americans with Disabilities Act | -| ADS | Aging and Disability Services | -| AFN | Access and Functional Needs | -| AI | Artificial Intelligence | -| AKB | Assistant Knowledge Base | -| API | Application Programming Interface | -| APS | Accessible Pedestrian Signal | -| ARIA | Accessible Rich Internet Applications | -| ARNOLD | All Road Network of Linear Referenced Data | -| ASR | AVIV ScoutRoute | -| AST | Abstract Syntax Tree | -| AT-DaWG | Active Transportation Data Working Group | -| ATP | Active Transportation Plan | -| ATSAC | Cooper Jones Active Transportation Safety Advisory Council | -| ATSC | Cooper Jones Active Transportation Safety Council | -| ATTRI | Accessible Transportation Technologies Research Initiative | -| AVIV | Accessibility Verification, Improved Validation | -| AVIV SR | AVIV ScoutRoute | -| BART | Bay Area Rapid Transit | -| BBox | Bounding Box | -| BLV | Blind and Low-Vision | -| BRT | Bus Rapid Transit | -| BSAC | Cooper Jones Bicyclist Safety Advisory Council | -| BTS | Bureau of Transportation Statistics | -| CAD | Computer-Aided Design | -| CADD | Computer-Aided Design and Drafting | -| Cal-ITP | California Integrated Travel Project | -| CALACT | California Association of Coordinated Transportation | -| CC0 | Creative Commons Zero | -| CCMS | Component Content Management System | -| CDP | Census-Designated Place | -| CHIIR | Conference on Human Information Interaction and Retrieval | -| CIEP | Coalition on Inclusive Emergency Planning | -| CMIST | Communications, Maintaining Health, Independence, Support, Safety, and Self-Determination, and Transportation | -| CMP | Congestion Management Process | -| CNG | Cloud-Native Geospatial Forum | -| COE | College of Engineering | -| COG | Cloud Optimized GeoTIFF | -| CRAB | Washington State County Road Administration Board | -| CREATE | Center for Research and Education on Accessible Technology and Experiences | -| CRS | Coordinate Reference System | -| CSE | Computer Science and Engineering | -| CSS | Cascading Style Sheets | -| CSUN | California State University, Northridge | -| CSV | Comma-Separated Values | -| CTANW | Community Transportation Association of the Northwest | -| CUGOS | Cascadia Users of Geospatial Open Source | -| DE-9IM | Dimensionally Extended Nine-Intersection Model | -| DEM | Digital Elevation Model | -| DESA | Department of Economic and Social Affairs | -| DITA | Darwin Information Typing Architecture | -| DOT | Department of Transportation | -| DSB | Department of Services for the Blind | -| DSM | Digital Surface Model | -| DTD | Document Type Definition | -| DTM | Digital Terrain Model | -| DXF | Drawing Exchange Format | -| EFA | Equity Focus Area | -| EPSG | European Petroleum Survey Group | -| ETL | Extract, Transform, Load | -| ETRS89 | European Terrestrial Reference System 1989 | -| FDE | Fundamental Data Elements | -| FGTS | Freight & Goods Transportation System | -| FHWA | Federal Highway Administration | -| FIFA | Fédération Internationale de Football Association | -| FNS | Food and Nutrition Service | -| FQHC | Federally Qualified Health Center | -| FTA | Federal Transit Administration | -| G3ict | Global Initiative for Inclusive Information and Communication Technologies | -| GAAD | Global Accessibility Awareness Day | -| GATIS | General Active Transportation Infrastructure Specification | -| GERS | Global Entity Reference System | -| GIG | GoInfoGame | -| GIS | Geographic Information System | -| GIS-T | Geospatial Information Systems for Transportation | -| GML | Geography Markup Language | -| GNSS | Global Navigation Satellite System | -| GOFS | General On-Demand Transit Feed Specification | -| GPS | Global Positioning System | -| GPX | GPS Exchange Format | -| GS | Gaussian Solutions | -| GTFS | General Transit Feed Specification | -| GTFS-Flex | General Transit Feed Specification, Flex Extension | -| GTFS-Pathways | General Transit Feed Specification, Pathways Extension | -| GWF | Geospatial World Forum | -| HAWK | High-Intensity Activated Crosswalk Beacon | -| HCI | Human-Computer Interaction | -| HCIR | Human Computer Information Retrieval | -| HCT | High-Capacity Transit | -| HIN | High Injury Network | -| HOT | Humanitarian OpenStreetMap Team | -| HOV | High Occupancy Vehicle | -| HTML | Hypertext Markup Language | -| HuskyADAPT | Accessible Design And Play Technology | -| HxGN | Hexagon (aerial imagery provider) | -| IDW | Inverse Distance Weighting | -| IIiX | Information Interaction in Context | -| IoU | Intersection over Union | -| IRB | Internal Review Board | -| ISB | Industrial Service Boundary | -| ISTEA | Intermodal Surface Transportation Efficiency Act of 1991 | -| ITS | Intelligent Transportation System | -| IXN | Intersection / Intersection Traversability Metric | -| JCDL | Joint Conference on Digital Libraries | -| JOSM | Java OpenStreetMap Editor | -| JSON | JavaScript Object Notation | -| JSX | JavaScript XML | -| KML | Keyhole Markup Language | -| KPI | Key Performance Indicator | -| lat | Latitude | -| LFQD | Long Form Quest Definition | -| LiDAR | Light Detection and Ranging | -| LoD | Level of Detail | -| lon | Longitude | -| LoS | Line of Sight | -| LRS | Linear Referencing System | -| LRTP | Long-Range Transportation Plan | -| MBTA | Massachusetts Bay Transportation Authority | -| MCP | Model Context Protocol | -| MDIP | Mobility Data Interoperability Principles | -| MDOT | Michigan Department of Transportation | -| MGRS | Military Grid Reference System | -| MIC | Manufacturing Industrial Center | -| MIRE | Model Inventory of Roadway Elements | -| ML | Machine Learning | -| MnDOT | Minnesota Department of Transportation | -| MNY26 | Mappy New Year 2026 | -| MOD | Mobility-on-Demand | -| MOU | Memorandum of Understanding | -| MP | MultiPolygon | -| MPO | Metropolitan Planning Organization | -| MUTCD | Manual on Uniform Traffic Control Devices | -| MVT | Mapbox Vector Tile | -| NACTO | National Association of City Transportation Officials | -| NAD27 | North American Datum 1927 | -| NAD83 | North American Datum 1983 | -| NC-BPAID | National Collaboration on Bicycle, Pedestrian, and Accessibility Infrastructure Data | -| NCDOT | North Carolina Department of Transportation | -| NCHRP | National Cooperative Highway Research Program | -| NDA | Nondrivers Alliance | -| NDVI | Normalized Difference Vegetation Index | -| NEMT | Non-Emergency Medical Transportation | -| NetCDF | Network Common Data Form | -| NHS | National Highway System | -| NHTSA | National Highway Traffic Safety Administration | -| NIR | Near-Infrared | -| NYPL | New York Public Library | -| OD | Origin-Destination | -| ODOT | Oregon Department of Transportation | -| OGC | Open Geospatial Consortium | -| OMF | Open Mobility Foundation | -| ORCA | One Regional Card for All | -| OS-CONNECT | OpenSidewalks COnsistent Network for accessible Navigation and Equitable Connectivity through Transit | -| OSM | OpenStreetMap | -| OSMF | OpenStreetMap Foundation | -| OSMUS | OpenStreetMap US | -| OSW | OpenSidewalks | -| OSWMH | OpenSidewalks Mappy Hours | -| OTP | OpenThePaths / OpenTripPlanner | -| OTP25 | OpenThePaths 2025 | -| OTP26 | OpenThePaths 2026 | -| PED XING | Pedestrian Crossing | -| PII | Personally Identifiable Information | -| POI | Point of Interest | -| POIs | Points of Interest | -| PROWAG | Public Right-of-Way Accessibility Guidelines | -| PSAC | Pedestrian Safety Advisory Council | -| PSRC | Puget Sound Regional Council | -| PWG | Pedestrian Working Group | -| QA | Quality Assurance | -| QC | Quality Control | -| RAG | Retrieval-Augmented Generation | -| RCTO | Regional Concept for Transportation Operations | -| RCW | Revised Code of Washington | -| RGC | Regional Growth Center | -| ROW | Right of Way | -| RRFB | Rectangular Rapid Flashing Beacon | -| RSO | Registered Student Organization | -| RTAN | Regional Transportation Accessibility Network | -| RTD | Denver Regional Transportation District | -| RTPO | Regional Transportation Planning Organization | -| SAFETEA-LU | Safe, Accountable, Flexible, Efficient Transportation Equity Act: A Legacy for Users | -| SAM | Segment Anything Model | -| SAM-Road | Segment Anything Model for Road Network Graph Extraction | -| SCLIO | Specialized Community-Led Impact Opportunity | -| SDI | Spatial Data Infrastructure | -| SDOT | Seattle Department of Transportation | -| SHSP | Strategic Highway Safety Plan | -| SIGIR | Special Interest Group on Information Retrieval | -| SLAM | Simultaneous Location and Mapping | -| SLD | Styled Layer Descriptor | -| SNAP | Supplemental Nutrition Assistance Program | -| SNG | Seattle Neighborhood Greenways | -| SOV | Single Occupancy Vehicle | -| SOW | Statement of Work | -| SPS | Seattle Public Schools | -| SRID | Spatial Reference System Identifier | -| SRTS | Safe Routes to School | -| SS4A | Safe Streets and Roads for All | -| SSA | Seattle Streets Alliance | -| STAC | SpatioTemporal Asset Catalog | -| STAR | Smart Transportation Applications and Research | -| STIP | State Transportation Improvement Program | -| SUMC | Shared User Mobility Conference / Shared Use Mobility Center | -| SVEA | Snoqualmie Valley Economic Alliance | -| SVG | Scalable Vector Graphics | -| TAM | Transportation Asset Management | -| TAMP | Transportation Asset Management Plan | -| TANF | Temporary Assistance for Needy Families | -| TCAT | Taskar Center for Accessible Technology | -| TCAT_WSP_PG | Taskar Center for Accessible Technology Washington State Proviso Project Group | -| TCRP | Transit Cooperative Research Program | -| TDEI | Transportation Data Exchange Initiative | -| TDM | Transportation Demand Management | -| TEA-21 | Transportation Equity Act for the 21st Century | -| TFTF | Transportation Funding Task Force | -| TIB | Transportation Improvement Board | -| TIN | Triangulated Irregular Network | -| TIP | Transportation Improvement Program | -| TMA | Transportation Management Areas | -| TMS | Tile Map Service | -| TOD | Time of Day | -| TRAILS | Trail Routing, Analysis, and Information Linkage System | -| TRB | Transportation Research Board | -| TSP | Transportation Service Provider / Transportation Safety Planning | -| TTS | Text-to-Speech | -| TVM | Ticket Vending Machine | -| TxDOT | Texas Department of Transportation | -| UGA | Urban Growth Area | -| UI | User Interface / Unincorporated | -| UN | United Nations | -| UNDESA | United Nations Department of Economic and Social Affairs | -| US | United States | -| USDA | United States Department of Agriculture | -| USDOT | United States Department of Transportation | -| USGS | United States Geological Survey | -| UTM | Universal Transverse Mercator | -| UW | University of Washington | -| UX | User Experience | -| V2X | Vehicle-to-Everything | -| VGI | Volunteered Geographic Information | -| VMT | Vehicle Miles Traveled | -| W3C | World Wide Web Consortium | -| WA | Washington (state) | -| WAGISA | Washington GIS Association | -| WAI | Web Accessibility Initiative | -| WAI-ARIA | Web Accessibility Initiative - Accessible Rich Internet Applications | -| WASILC | Washington Statewide Independent Living Council | -| WCAG | Web Content Accessibility Guidelines | -| WFS | Web Feature Service | -| WGS | World Geodetic System | -| WIC | Special Supplemental Nutrition Program for Women, Infants, and Children | -| WKB | Well-Known Binary | -| WKT | Well-Known Text | -| WMS | Web Map Service | -| WMTS | Web Map Tile Service | -| WSDOT | Washington State Department of Transportation | -| WSP | Washington State Proviso | -| WTSC | Washington Traffic Safety Commission | -| WWWC | World Wide Web Consortium | -| XEE | XML External Entity | -| XML | Extensible Markup Language | -| XR | Extended Reality | +| Abbreviation | Expansion | +| :------------ | :------------------------------------------------------------------------------------------------------------ | +| 2FA | Two-Factor Authentication | +| 3DEP | 3D Elevation Program | +| A11y | Accessibility | +| AADT | Annual Average Daily Traffic | +| AASHTO | American Association of State Highway and Transportation Officials | +| ABA | Architectural Barriers Act | +| ACM | Association for Computing Machinery | +| ADA | Americans with Disabilities Act | +| ADS | Aging and Disability Services | +| AFN | Access and Functional Needs | +| AI | Artificial Intelligence | +| AKB | Assistant Knowledge Base | +| API | Application Programming Interface | +| APS | Accessible Pedestrian Signal | +| ARIA | Accessible Rich Internet Applications | +| ARNOLD | All Road Network of Linear Referenced Data | +| ASR | AVIV ScoutRoute | +| AST | Abstract Syntax Tree | +| AT-DaWG | Active Transportation Data Working Group | +| ATP | Active Transportation Plan | +| ATSAC | Cooper Jones Active Transportation Safety Advisory Council | +| ATSC | Cooper Jones Active Transportation Safety Council | +| ATTRI | Accessible Transportation Technologies Research Initiative | +| AVIV | Accessibility Verification, Improved Validation | +| AVIV SR | AVIV ScoutRoute | +| BART | Bay Area Rapid Transit | +| BBox | Bounding Box | +| BLV | Blind and Low-Vision | +| BRT | Bus Rapid Transit | +| BSAC | Cooper Jones Bicyclist Safety Advisory Council | +| BTS | Bureau of Transportation Statistics | +| CAD | Computer-Aided Design | +| CADD | Computer-Aided Design and Drafting | +| Cal-ITP | California Integrated Travel Project | +| CALACT | California Association of Coordinated Transportation | +| CC0 | Creative Commons Zero | +| CCMS | Component Content Management System | +| CDP | Census-Designated Place | +| CHIIR | Conference on Human Information Interaction and Retrieval | +| CIEP | Coalition on Inclusive Emergency Planning | +| CMIST | Communications, Maintaining Health, Independence, Support, Safety, and Self-Determination, and Transportation | +| CMP | Congestion Management Process | +| CNG | Cloud-Native Geospatial Forum | +| COE | College of Engineering | +| COG | Cloud Optimized GeoTIFF | +| CRAB | Washington State County Road Administration Board | +| CREATE | Center for Research and Education on Accessible Technology and Experiences | +| CRS | Coordinate Reference System | +| CSE | Computer Science and Engineering | +| CSS | Cascading Style Sheets | +| CSUN | California State University, Northridge | +| CSV | Comma-Separated Values | +| CTANW | Community Transportation Association of the Northwest | +| CUGOS | Cascadia Users of Geospatial Open Source | +| DE-9IM | Dimensionally Extended Nine-Intersection Model | +| DEM | Digital Elevation Model | +| DESA | Department of Economic and Social Affairs | +| DITA | Darwin Information Typing Architecture | +| DOT | Department of Transportation | +| DSB | Department of Services for the Blind | +| DSM | Digital Surface Model | +| DTD | Document Type Definition | +| DTM | Digital Terrain Model | +| DXF | Drawing Exchange Format | +| EFA | Equity Focus Area | +| EPSG | European Petroleum Survey Group | +| ETL | Extract, Transform, Load | +| ETRS89 | European Terrestrial Reference System 1989 | +| FDE | Fundamental Data Elements | +| FGTS | Freight & Goods Transportation System | +| FHWA | Federal Highway Administration | +| FIFA | Fédération Internationale de Football Association | +| FNS | Food and Nutrition Service | +| FQHC | Federally Qualified Health Center | +| FTA | Federal Transit Administration | +| G3ict | Global Initiative for Inclusive Information and Communication Technologies | +| GAAD | Global Accessibility Awareness Day | +| GATIS | General Active Transportation Infrastructure Specification | +| GERS | Global Entity Reference System | +| GIG | GoInfoGame | +| GIS | Geographic Information System | +| GIS-T | Geospatial Information Systems for Transportation | +| GML | Geography Markup Language | +| GNSS | Global Navigation Satellite System | +| GOFS | General On-Demand Transit Feed Specification | +| GPS | Global Positioning System | +| GPX | GPS Exchange Format | +| GS | Gaussian Solutions | +| GTFS | General Transit Feed Specification | +| GTFS-Flex | General Transit Feed Specification, Flex Extension | +| GTFS-Pathways | General Transit Feed Specification, Pathways Extension | +| GWF | Geospatial World Forum | +| HAWK | High-Intensity Activated Crosswalk Beacon | +| HCI | Human-Computer Interaction | +| HCIR | Human Computer Information Retrieval | +| HCT | High-Capacity Transit | +| HIN | High Injury Network | +| HOT | Humanitarian OpenStreetMap Team | +| HOV | High Occupancy Vehicle | +| HTML | Hypertext Markup Language | +| HuskyADAPT | Accessible Design And Play Technology | +| HxGN | Hexagon (aerial imagery provider) | +| IDW | Inverse Distance Weighting | +| IIiX | Information Interaction in Context | +| IoU | Intersection over Union | +| IRB | Internal Review Board | +| ISB | Industrial Service Boundary | +| ISTEA | Intermodal Surface Transportation Efficiency Act of 1991 | +| ITS | Intelligent Transportation System | +| IXN | Intersection / Intersection Traversability Metric | +| JCDL | Joint Conference on Digital Libraries | +| JOSM | Java OpenStreetMap Editor | +| JSON | JavaScript Object Notation | +| JSX | JavaScript XML | +| KML | Keyhole Markup Language | +| KPI | Key Performance Indicator | +| lat | Latitude | +| LFQD | Long Form Quest Definition | +| LiDAR | Light Detection and Ranging | +| LoD | Level of Detail | +| lon | Longitude | +| LoS | Line of Sight | +| LRS | Linear Referencing System | +| LRTP | Long-Range Transportation Plan | +| MBTA | Massachusetts Bay Transportation Authority | +| MCP | Model Context Protocol | +| MDIP | Mobility Data Interoperability Principles | +| MDOT | Michigan Department of Transportation | +| MGRS | Military Grid Reference System | +| MIC | Manufacturing Industrial Center | +| MIRE | Model Inventory of Roadway Elements | +| ML | Machine Learning | +| MnDOT | Minnesota Department of Transportation | +| MNY26 | Mappy New Year 2026 | +| MOD | Mobility-on-Demand | +| MOU | Memorandum of Understanding | +| MP | MultiPolygon | +| MPO | Metropolitan Planning Organization | +| MUTCD | Manual on Uniform Traffic Control Devices | +| MVT | Mapbox Vector Tile | +| NACTO | National Association of City Transportation Officials | +| NAD27 | North American Datum 1927 | +| NAD83 | North American Datum 1983 | +| NC-BPAID | National Collaboration on Bicycle, Pedestrian, and Accessibility Infrastructure Data | +| NCDOT | North Carolina Department of Transportation | +| NCHRP | National Cooperative Highway Research Program | +| NDA | Nondrivers Alliance | +| NDVI | Normalized Difference Vegetation Index | +| NEMT | Non-Emergency Medical Transportation | +| NetCDF | Network Common Data Form | +| NHS | National Highway System | +| NHTSA | National Highway Traffic Safety Administration | +| NIR | Near-Infrared | +| NYPL | New York Public Library | +| OD | Origin-Destination | +| ODOT | Oregon Department of Transportation | +| OGC | Open Geospatial Consortium | +| OMF | Open Mobility Foundation | +| ORCA | One Regional Card for All | +| OS-CONNECT | OpenSidewalks COnsistent Network for accessible Navigation and Equitable Connectivity through Transit | +| OSM | OpenStreetMap | +| OSMF | OpenStreetMap Foundation | +| OSMUS | OpenStreetMap US | +| OSW | OpenSidewalks | +| OSWMH | OpenSidewalks Mappy Hours | +| OTP | OpenThePaths / OpenTripPlanner | +| OTP25 | OpenThePaths 2025 | +| OTP26 | OpenThePaths 2026 | +| PED XING | Pedestrian Crossing | +| PII | Personally Identifiable Information | +| POI | Point of Interest | +| POIs | Points of Interest | +| PROWAG | Public Right-of-Way Accessibility Guidelines | +| PSAC | Pedestrian Safety Advisory Council | +| PSRC | Puget Sound Regional Council | +| PWG | Pedestrian Working Group | +| QA | Quality Assurance | +| QC | Quality Control | +| RAG | Retrieval-Augmented Generation | +| RCTO | Regional Concept for Transportation Operations | +| RCW | Revised Code of Washington | +| RGC | Regional Growth Center | +| ROW | Right of Way | +| RRFB | Rectangular Rapid Flashing Beacon | +| RSO | Registered Student Organization | +| RTAN | Regional Transportation Accessibility Network | +| RTD | Denver Regional Transportation District | +| RTPO | Regional Transportation Planning Organization | +| SAFETEA-LU | Safe, Accountable, Flexible, Efficient Transportation Equity Act: A Legacy for Users | +| SAM | Segment Anything Model | +| SAM-Road | Segment Anything Model for Road Network Graph Extraction | +| SCLIO | Specialized Community-Led Impact Opportunity | +| SDI | Spatial Data Infrastructure | +| SDOT | Seattle Department of Transportation | +| SHSP | Strategic Highway Safety Plan | +| SIGIR | Special Interest Group on Information Retrieval | +| SLAM | Simultaneous Location and Mapping | +| SLD | Styled Layer Descriptor | +| SNAP | Supplemental Nutrition Assistance Program | +| SNG | Seattle Neighborhood Greenways | +| SOV | Single Occupancy Vehicle | +| SOW | Statement of Work | +| SPS | Seattle Public Schools | +| SRID | Spatial Reference System Identifier | +| SRTS | Safe Routes to School | +| SS4A | Safe Streets and Roads for All | +| SSA | Seattle Streets Alliance | +| STAC | SpatioTemporal Asset Catalog | +| STAR | Smart Transportation Applications and Research | +| STIP | State Transportation Improvement Program | +| SUMC | Shared User Mobility Conference / Shared Use Mobility Center | +| SVEA | Snoqualmie Valley Economic Alliance | +| SVG | Scalable Vector Graphics | +| TAM | Transportation Asset Management | +| TAMP | Transportation Asset Management Plan | +| TANF | Temporary Assistance for Needy Families | +| TCAT | Taskar Center for Accessible Technology | +| TCAT_WSP_PG | Taskar Center for Accessible Technology Washington State Proviso Project Group | +| TCRP | Transit Cooperative Research Program | +| TDEI | Transportation Data Exchange Initiative | +| TDM | Transportation Demand Management | +| TEA-21 | Transportation Equity Act for the 21st Century | +| TFTF | Transportation Funding Task Force | +| TIB | Transportation Improvement Board | +| TIN | Triangulated Irregular Network | +| TIP | Transportation Improvement Program | +| TMA | Transportation Management Areas | +| TMS | Tile Map Service | +| TOD | Time of Day | +| TRAILS | Trail Routing, Analysis, and Information Linkage System | +| TRB | Transportation Research Board | +| TSP | Transportation Service Provider / Transportation Safety Planning | +| TTS | Text-to-Speech | +| TVM | Ticket Vending Machine | +| TxDOT | Texas Department of Transportation | +| UGA | Urban Growth Area | +| UI | User Interface / Unincorporated | +| UN | United Nations | +| UNDESA | United Nations Department of Economic and Social Affairs | +| US | United States | +| USDA | United States Department of Agriculture | +| USDOT | United States Department of Transportation | +| USGS | United States Geological Survey | +| UTM | Universal Transverse Mercator | +| UW | University of Washington | +| UX | User Experience | +| V2X | Vehicle-to-Everything | +| VGI | Volunteered Geographic Information | +| VMT | Vehicle Miles Traveled | +| W3C | World Wide Web Consortium | +| WA | Washington (state) | +| WAGISA | Washington GIS Association | +| WAI | Web Accessibility Initiative | +| WAI-ARIA | Web Accessibility Initiative - Accessible Rich Internet Applications | +| WASILC | Washington Statewide Independent Living Council | +| WCAG | Web Content Accessibility Guidelines | +| WFS | Web Feature Service | +| WGS | World Geodetic System | +| WIC | Special Supplemental Nutrition Program for Women, Infants, and Children | +| WKB | Well-Known Binary | +| WKT | Well-Known Text | +| WMS | Web Map Service | +| WMTS | Web Map Tile Service | +| WSDOT | Washington State Department of Transportation | +| WSP | Washington State Proviso | +| WTSC | Washington Traffic Safety Commission | +| WWWC | World Wide Web Consortium | +| XEE | XML External Entity | +| XML | Extensible Markup Language | +| XR | Extended Reality | ## What This Does Not Mean diff --git a/docs/assistant/cross-platform/concept/accessibility-islands.md b/docs/assistant/cross-platform/concept/accessibility-islands.md index 3ecf4bba..2ec1a047 100644 --- a/docs/assistant/cross-platform/concept/accessibility-islands.md +++ b/docs/assistant/cross-platform/concept/accessibility-islands.md @@ -14,8 +14,7 @@ audiences: - advocate - public topics: - - network-topology - - pedestrian-graph + - graph-metrics - os-connect - accessmap - walksheds diff --git a/docs/assistant/cross-platform/concept/ada-compliance-boundaries.md b/docs/assistant/cross-platform/concept/ada-compliance-boundaries.md index 9219994b..4a7cbc2e 100644 --- a/docs/assistant/cross-platform/concept/ada-compliance-boundaries.md +++ b/docs/assistant/cross-platform/concept/ada-compliance-boundaries.md @@ -15,7 +15,7 @@ audiences: - public topics: - legal-boundaries - - accessibility + - accessibility-data - os-connect - accessmap - walksheds diff --git a/docs/assistant/cross-platform/concept/completeness.md b/docs/assistant/cross-platform/concept/completeness.md index 4ac25407..5a2a8ba5 100644 --- a/docs/assistant/cross-platform/concept/completeness.md +++ b/docs/assistant/cross-platform/concept/completeness.md @@ -12,7 +12,6 @@ audiences: - advocate topics: - data-quality - - OS-CONNECT - os-connect risk_level: medium authority_level: explanatory diff --git a/docs/assistant/cross-platform/concept/connected-pedestrian-graph.md b/docs/assistant/cross-platform/concept/connected-pedestrian-graph.md index 71157b51..5e84972c 100644 --- a/docs/assistant/cross-platform/concept/connected-pedestrian-graph.md +++ b/docs/assistant/cross-platform/concept/connected-pedestrian-graph.md @@ -13,7 +13,7 @@ audiences: - jurisdiction - advocate topics: - - network-topology + - graph-metrics - os-connect - accessmap - walksheds diff --git a/docs/assistant/cross-platform/concept/how-should-ai-outputs-be-validated.md b/docs/assistant/cross-platform/concept/how-should-ai-outputs-be-validated.md index bed30a21..f92446a4 100644 --- a/docs/assistant/cross-platform/concept/how-should-ai-outputs-be-validated.md +++ b/docs/assistant/cross-platform/concept/how-should-ai-outputs-be-validated.md @@ -16,7 +16,7 @@ audiences: - public topics: - ai - - validation + - data-quality - os-connect - accessmap - walksheds diff --git a/docs/assistant/cross-platform/concept/walksheds.md b/docs/assistant/cross-platform/concept/walksheds.md index d9f13640..bafd7476 100644 --- a/docs/assistant/cross-platform/concept/walksheds.md +++ b/docs/assistant/cross-platform/concept/walksheds.md @@ -12,7 +12,7 @@ audiences: - advocate topics: - walksheds - - accessibility + - accessibility-data risk_level: medium authority_level: explanatory review_status: draft diff --git a/docs/assistant/cross-platform/index.md b/docs/assistant/cross-platform/index.md index 9f474bd9..a6046a3b 100644 --- a/docs/assistant/cross-platform/index.md +++ b/docs/assistant/cross-platform/index.md @@ -25,7 +25,7 @@ audiences: - advocate - public topics: - - assistant-layer + - assistant-behavior - governance - accessmap - aviv-scoutroute diff --git a/docs/assistant/cross-platform/workflow/update-jurisdiction-data.md b/docs/assistant/cross-platform/workflow/update-jurisdiction-data.md index 908409d1..f75faf2c 100644 --- a/docs/assistant/cross-platform/workflow/update-jurisdiction-data.md +++ b/docs/assistant/cross-platform/workflow/update-jurisdiction-data.md @@ -11,7 +11,7 @@ audiences: - jurisdiction - planner topics: - - data-stewardship + - stewardship - os-connect - tdei risk_level: medium diff --git a/docs/assistant/cross-platform/workflow/use-accessmap-for-public-engagement.md b/docs/assistant/cross-platform/workflow/use-accessmap-for-public-engagement.md index f6c6998d..afe8756d 100644 --- a/docs/assistant/cross-platform/workflow/use-accessmap-for-public-engagement.md +++ b/docs/assistant/cross-platform/workflow/use-accessmap-for-public-engagement.md @@ -11,7 +11,7 @@ audiences: - jurisdiction - planner topics: - - engagement + - collaborative-editing - routing - accessmap risk_level: low diff --git a/docs/assistant/cross-platform/workflow/use-os-connect-for-ada-transition-planning.md b/docs/assistant/cross-platform/workflow/use-os-connect-for-ada-transition-planning.md index 3445df41..ecafc67b 100644 --- a/docs/assistant/cross-platform/workflow/use-os-connect-for-ada-transition-planning.md +++ b/docs/assistant/cross-platform/workflow/use-os-connect-for-ada-transition-planning.md @@ -10,7 +10,7 @@ audiences: - jurisdiction - planner topics: - - ADA + - ada - planning - os-connect risk_level: high diff --git a/docs/assistant/cross-platform/workflow/use-walksheds-for-safe-routes-to-school.md b/docs/assistant/cross-platform/workflow/use-walksheds-for-safe-routes-to-school.md index 52165634..b5b60974 100644 --- a/docs/assistant/cross-platform/workflow/use-walksheds-for-safe-routes-to-school.md +++ b/docs/assistant/cross-platform/workflow/use-walksheds-for-safe-routes-to-school.md @@ -12,7 +12,7 @@ audiences: - advocate topics: - walksheds - - SRTS + - srts risk_level: medium authority_level: explanatory review_status: draft diff --git a/docs/assistant/dispatch.md b/docs/assistant/dispatch.md index a2191a40..d39dd6ce 100644 --- a/docs/assistant/dispatch.md +++ b/docs/assistant/dispatch.md @@ -27,7 +27,7 @@ topics: risk_level: low authority_level: official review_status: draft -last_reviewed: 2026-07-08 +last_reviewed: 2026-07-09 retrieval_priority: high assistant_behavior: allow_inference: false diff --git a/docs/assistant/livability/index.md b/docs/assistant/livability/index.md index 0afc3893..90a5dbfc 100644 --- a/docs/assistant/livability/index.md +++ b/docs/assistant/livability/index.md @@ -14,7 +14,7 @@ audiences: topics: - livability - tdei-ecosystem - - accessibility-analysis + - accessibility-metrics risk_level: high authority_level: draft review_status: stub diff --git a/docs/assistant/opensidewalks/concept/opensidewalks-schema.md b/docs/assistant/opensidewalks/concept/opensidewalks-schema.md index 9758d82c..ab377771 100644 --- a/docs/assistant/opensidewalks/concept/opensidewalks-schema.md +++ b/docs/assistant/opensidewalks/concept/opensidewalks-schema.md @@ -13,7 +13,7 @@ audiences: - public topics: - opensidewalks - - data-schema + - formats - accessibility-data risk_level: medium authority_level: draft diff --git a/docs/assistant/os-connect/concept/accessibility-attribute.md b/docs/assistant/os-connect/concept/accessibility-attribute.md index 20974961..904383b0 100644 --- a/docs/assistant/os-connect/concept/accessibility-attribute.md +++ b/docs/assistant/os-connect/concept/accessibility-attribute.md @@ -13,7 +13,7 @@ audiences: - public topics: - os-connect - - accessibility + - accessibility-data risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/accessibility-data-gaps.md b/docs/assistant/os-connect/concept/accessibility-data-gaps.md index b6c69e25..79161633 100644 --- a/docs/assistant/os-connect/concept/accessibility-data-gaps.md +++ b/docs/assistant/os-connect/concept/accessibility-data-gaps.md @@ -13,7 +13,7 @@ audiences: - public topics: - os-connect - - data-gaps + - completeness risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/accessibility-improvement.md b/docs/assistant/os-connect/concept/accessibility-improvement.md index 3158922f..027358a8 100644 --- a/docs/assistant/os-connect/concept/accessibility-improvement.md +++ b/docs/assistant/os-connect/concept/accessibility-improvement.md @@ -13,7 +13,7 @@ audiences: - public topics: - os-connect - - accessibility + - accessibility-data risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/ada-title-ii-requirements.md b/docs/assistant/os-connect/concept/ada-title-ii-requirements.md index 81101a06..3ab4468b 100644 --- a/docs/assistant/os-connect/concept/ada-title-ii-requirements.md +++ b/docs/assistant/os-connect/concept/ada-title-ii-requirements.md @@ -14,7 +14,7 @@ audiences: topics: - os-connect - ada - - legal + - legal-boundaries risk_level: high authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/attribute-documentation-location.md b/docs/assistant/os-connect/concept/attribute-documentation-location.md index 2b91b08d..9ff869c9 100644 --- a/docs/assistant/os-connect/concept/attribute-documentation-location.md +++ b/docs/assistant/os-connect/concept/attribute-documentation-location.md @@ -14,7 +14,7 @@ audiences: topics: - os-connect - opensidewalks - - schema + - formats - documentation risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/bus-stop-planning.md b/docs/assistant/os-connect/concept/bus-stop-planning.md index e2462978..03fb0095 100644 --- a/docs/assistant/os-connect/concept/bus-stop-planning.md +++ b/docs/assistant/os-connect/concept/bus-stop-planning.md @@ -15,7 +15,6 @@ topics: - os-connect - planning - transit - - bus-stops risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/common-errors.md b/docs/assistant/os-connect/concept/common-errors.md index 50ff3e8c..795cab62 100644 --- a/docs/assistant/os-connect/concept/common-errors.md +++ b/docs/assistant/os-connect/concept/common-errors.md @@ -13,7 +13,7 @@ audiences: - public topics: - os-connect - - errors + - data-quality risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/community-data-quality-checks.md b/docs/assistant/os-connect/concept/community-data-quality-checks.md index 46a075c9..2fab3cc1 100644 --- a/docs/assistant/os-connect/concept/community-data-quality-checks.md +++ b/docs/assistant/os-connect/concept/community-data-quality-checks.md @@ -14,7 +14,7 @@ audiences: topics: - os-connect - community - - validation + - data-quality risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/community-engagement-pathways.md b/docs/assistant/os-connect/concept/community-engagement-pathways.md index 4c6f132e..c526b353 100644 --- a/docs/assistant/os-connect/concept/community-engagement-pathways.md +++ b/docs/assistant/os-connect/concept/community-engagement-pathways.md @@ -13,7 +13,7 @@ audiences: - public topics: - os-connect - - engagement + - collaborative-editing risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/community-gap-identification.md b/docs/assistant/os-connect/concept/community-gap-identification.md index 720d28fa..51657e1f 100644 --- a/docs/assistant/os-connect/concept/community-gap-identification.md +++ b/docs/assistant/os-connect/concept/community-gap-identification.md @@ -13,7 +13,7 @@ audiences: - public topics: - os-connect - - gaps + - completeness risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/confidence-measures.md b/docs/assistant/os-connect/concept/confidence-measures.md index 17a822fa..edfae338 100644 --- a/docs/assistant/os-connect/concept/confidence-measures.md +++ b/docs/assistant/os-connect/concept/confidence-measures.md @@ -13,7 +13,7 @@ audiences: - public topics: - os-connect - - confidence + - data-quality risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/correction-propagation.md b/docs/assistant/os-connect/concept/correction-propagation.md index df995d87..827fd35d 100644 --- a/docs/assistant/os-connect/concept/correction-propagation.md +++ b/docs/assistant/os-connect/concept/correction-propagation.md @@ -15,7 +15,7 @@ topics: - os-connect - feedback - stewardship - - openstreetmap + - osm-interoperability risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/correction-validation.md b/docs/assistant/os-connect/concept/correction-validation.md index 6a582495..c348c85c 100644 --- a/docs/assistant/os-connect/concept/correction-validation.md +++ b/docs/assistant/os-connect/concept/correction-validation.md @@ -14,7 +14,7 @@ audiences: topics: - os-connect - feedback - - validation + - data-quality risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/crossing-attributes.md b/docs/assistant/os-connect/concept/crossing-attributes.md index 8b7f288f..529b32a8 100644 --- a/docs/assistant/os-connect/concept/crossing-attributes.md +++ b/docs/assistant/os-connect/concept/crossing-attributes.md @@ -14,7 +14,7 @@ audiences: topics: - os-connect - crossings - - attributes + - editing risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/crossing-edge.md b/docs/assistant/os-connect/concept/crossing-edge.md index e1ed3f7d..0ff6e0ef 100644 --- a/docs/assistant/os-connect/concept/crossing-edge.md +++ b/docs/assistant/os-connect/concept/crossing-edge.md @@ -13,7 +13,7 @@ audiences: - public topics: - os-connect - - routing-graph + - graph-metrics risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/crowdsourcing-role.md b/docs/assistant/os-connect/concept/crowdsourcing-role.md index d24b89b6..5942846a 100644 --- a/docs/assistant/os-connect/concept/crowdsourcing-role.md +++ b/docs/assistant/os-connect/concept/crowdsourcing-role.md @@ -13,7 +13,7 @@ audiences: - public topics: - os-connect - - crowdsourcing + - collaborative-editing risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/curb-ramp-attributes.md b/docs/assistant/os-connect/concept/curb-ramp-attributes.md index 23ff3a01..69b75e89 100644 --- a/docs/assistant/os-connect/concept/curb-ramp-attributes.md +++ b/docs/assistant/os-connect/concept/curb-ramp-attributes.md @@ -14,7 +14,7 @@ audiences: topics: - os-connect - curb-ramps - - attributes + - editing risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/data-accuracy.md b/docs/assistant/os-connect/concept/data-accuracy.md index 73712179..e945605d 100644 --- a/docs/assistant/os-connect/concept/data-accuracy.md +++ b/docs/assistant/os-connect/concept/data-accuracy.md @@ -13,7 +13,7 @@ audiences: - public topics: - os-connect - - accuracy + - data-quality risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/data-collection-history.md b/docs/assistant/os-connect/concept/data-collection-history.md index 4723dd21..38b10c78 100644 --- a/docs/assistant/os-connect/concept/data-collection-history.md +++ b/docs/assistant/os-connect/concept/data-collection-history.md @@ -13,7 +13,7 @@ audiences: - public topics: - os-connect - - collection + - field-data-collection risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/destination-access-analysis.md b/docs/assistant/os-connect/concept/destination-access-analysis.md index eec64d1e..0328dccf 100644 --- a/docs/assistant/os-connect/concept/destination-access-analysis.md +++ b/docs/assistant/os-connect/concept/destination-access-analysis.md @@ -17,10 +17,9 @@ topics: - os-connect - planning - destinations - - pedestrian-access + - accessibility-data - walksheds - - accessibility-analysis - - destinations + - accessibility-metrics - accessmap risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/disability-community-contribution.md b/docs/assistant/os-connect/concept/disability-community-contribution.md index 80810751..aedc4dd5 100644 --- a/docs/assistant/os-connect/concept/disability-community-contribution.md +++ b/docs/assistant/os-connect/concept/disability-community-contribution.md @@ -13,7 +13,7 @@ audiences: - public topics: - os-connect - - disability + - mobility-profiles risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/excluded-infrastructure-types.md b/docs/assistant/os-connect/concept/excluded-infrastructure-types.md index 4f26ce8a..6c8210a5 100644 --- a/docs/assistant/os-connect/concept/excluded-infrastructure-types.md +++ b/docs/assistant/os-connect/concept/excluded-infrastructure-types.md @@ -13,7 +13,7 @@ audiences: - public topics: - os-connect - - data-model + - formats risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/feature-selection-display.md b/docs/assistant/os-connect/concept/feature-selection-display.md index 19362d37..18512c8e 100644 --- a/docs/assistant/os-connect/concept/feature-selection-display.md +++ b/docs/assistant/os-connect/concept/feature-selection-display.md @@ -13,7 +13,7 @@ audiences: - public topics: - os-connect - - data-viewer + - public-vs-private-data risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/field-validation-role.md b/docs/assistant/os-connect/concept/field-validation-role.md index fae2404b..d75c91e7 100644 --- a/docs/assistant/os-connect/concept/field-validation-role.md +++ b/docs/assistant/os-connect/concept/field-validation-role.md @@ -13,7 +13,7 @@ audiences: - public topics: - os-connect - - validation + - data-quality risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/field-validation.md b/docs/assistant/os-connect/concept/field-validation.md index aa5517e8..1c2fa1d7 100644 --- a/docs/assistant/os-connect/concept/field-validation.md +++ b/docs/assistant/os-connect/concept/field-validation.md @@ -13,7 +13,7 @@ audiences: - public topics: - os-connect - - validation + - data-quality risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/geographic-coverage.md b/docs/assistant/os-connect/concept/geographic-coverage.md index 04edd3cd..e272e486 100644 --- a/docs/assistant/os-connect/concept/geographic-coverage.md +++ b/docs/assistant/os-connect/concept/geographic-coverage.md @@ -13,7 +13,7 @@ audiences: - public topics: - os-connect - - coverage + - completeness risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/gtfs-pathways-generation.md b/docs/assistant/os-connect/concept/gtfs-pathways-generation.md index 0ba7fb06..cbdb8b54 100644 --- a/docs/assistant/os-connect/concept/gtfs-pathways-generation.md +++ b/docs/assistant/os-connect/concept/gtfs-pathways-generation.md @@ -13,8 +13,8 @@ audiences: - public topics: - os-connect - - gtfs-pathways - - exports + - gtfs + - export risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/human-review.md b/docs/assistant/os-connect/concept/human-review.md index 3f0c7b83..266b27fe 100644 --- a/docs/assistant/os-connect/concept/human-review.md +++ b/docs/assistant/os-connect/concept/human-review.md @@ -13,7 +13,7 @@ audiences: - public topics: - os-connect - - validation + - data-quality - ai risk_level: high authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/included-infrastructure-types.md b/docs/assistant/os-connect/concept/included-infrastructure-types.md index 781cb6bc..e54d51d1 100644 --- a/docs/assistant/os-connect/concept/included-infrastructure-types.md +++ b/docs/assistant/os-connect/concept/included-infrastructure-types.md @@ -13,7 +13,7 @@ audiences: - public topics: - os-connect - - data-model + - formats risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/intersection-attributes.md b/docs/assistant/os-connect/concept/intersection-attributes.md index 4979e4a5..cfde94bc 100644 --- a/docs/assistant/os-connect/concept/intersection-attributes.md +++ b/docs/assistant/os-connect/concept/intersection-attributes.md @@ -14,7 +14,7 @@ audiences: topics: - os-connect - intersections - - attributes + - editing risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/jurisdiction-engagement-pathways.md b/docs/assistant/os-connect/concept/jurisdiction-engagement-pathways.md index 932121d3..ecd388b4 100644 --- a/docs/assistant/os-connect/concept/jurisdiction-engagement-pathways.md +++ b/docs/assistant/os-connect/concept/jurisdiction-engagement-pathways.md @@ -13,7 +13,7 @@ audiences: - public topics: - os-connect - - engagement + - collaborative-editing risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/lived-experience-importance.md b/docs/assistant/os-connect/concept/lived-experience-importance.md index 3233dd61..adf29d7d 100644 --- a/docs/assistant/os-connect/concept/lived-experience-importance.md +++ b/docs/assistant/os-connect/concept/lived-experience-importance.md @@ -13,7 +13,7 @@ audiences: - public topics: - os-connect - - lived-experience + - equity risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/local-data-validation.md b/docs/assistant/os-connect/concept/local-data-validation.md index 70cd1a99..4c5a85e2 100644 --- a/docs/assistant/os-connect/concept/local-data-validation.md +++ b/docs/assistant/os-connect/concept/local-data-validation.md @@ -13,7 +13,7 @@ audiences: - public topics: - os-connect - - validation + - data-quality risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/long-term-maintenance-workflows.md b/docs/assistant/os-connect/concept/long-term-maintenance-workflows.md index 883d3c5d..5b96782f 100644 --- a/docs/assistant/os-connect/concept/long-term-maintenance-workflows.md +++ b/docs/assistant/os-connect/concept/long-term-maintenance-workflows.md @@ -13,7 +13,7 @@ audiences: - public topics: - os-connect - - workflows + - operational-workflows risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/long-term-stewardship-requirements.md b/docs/assistant/os-connect/concept/long-term-stewardship-requirements.md index e36d0f38..a2b4d431 100644 --- a/docs/assistant/os-connect/concept/long-term-stewardship-requirements.md +++ b/docs/assistant/os-connect/concept/long-term-stewardship-requirements.md @@ -13,7 +13,7 @@ audiences: - public topics: - os-connect - - operations + - operational-workflows risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/machine-learning-role.md b/docs/assistant/os-connect/concept/machine-learning-role.md index c275a434..10216ae2 100644 --- a/docs/assistant/os-connect/concept/machine-learning-role.md +++ b/docs/assistant/os-connect/concept/machine-learning-role.md @@ -13,7 +13,7 @@ audiences: - public topics: - os-connect - - machine-learning + - ai risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/manual-wheelchair-profile.md b/docs/assistant/os-connect/concept/manual-wheelchair-profile.md index 820f9491..0db461ce 100644 --- a/docs/assistant/os-connect/concept/manual-wheelchair-profile.md +++ b/docs/assistant/os-connect/concept/manual-wheelchair-profile.md @@ -13,7 +13,7 @@ audiences: - public topics: - os-connect - - profiles + - mobility-profiles risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/map-color-legend.md b/docs/assistant/os-connect/concept/map-color-legend.md index cc319b24..ae22cb81 100644 --- a/docs/assistant/os-connect/concept/map-color-legend.md +++ b/docs/assistant/os-connect/concept/map-color-legend.md @@ -13,7 +13,7 @@ audiences: - public topics: - os-connect - - data-viewer + - public-vs-private-data risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/map-layers.md b/docs/assistant/os-connect/concept/map-layers.md index c890cfae..ba7d11e8 100644 --- a/docs/assistant/os-connect/concept/map-layers.md +++ b/docs/assistant/os-connect/concept/map-layers.md @@ -13,7 +13,7 @@ audiences: - public topics: - os-connect - - data-viewer + - public-vs-private-data risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/mapping-prioritization.md b/docs/assistant/os-connect/concept/mapping-prioritization.md index 12524d64..d4f65426 100644 --- a/docs/assistant/os-connect/concept/mapping-prioritization.md +++ b/docs/assistant/os-connect/concept/mapping-prioritization.md @@ -14,7 +14,7 @@ audiences: topics: - os-connect - community - - mapping + - collaborative-editing risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/missing-accessibility-information.md b/docs/assistant/os-connect/concept/missing-accessibility-information.md index 0eb59675..5255a1a4 100644 --- a/docs/assistant/os-connect/concept/missing-accessibility-information.md +++ b/docs/assistant/os-connect/concept/missing-accessibility-information.md @@ -14,7 +14,7 @@ audiences: topics: - os-connect - ada - - data-gaps + - completeness risk_level: high authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/missing-street-names-for-vendors.md b/docs/assistant/os-connect/concept/missing-street-names-for-vendors.md index e8139c73..28d418d9 100644 --- a/docs/assistant/os-connect/concept/missing-street-names-for-vendors.md +++ b/docs/assistant/os-connect/concept/missing-street-names-for-vendors.md @@ -13,7 +13,7 @@ audiences: - public topics: - os-connect - - openstreetmap + - osm-interoperability - vendors risk_level: medium authority_level: explanatory diff --git a/docs/assistant/os-connect/concept/multimodal-accessibility-analysis.md b/docs/assistant/os-connect/concept/multimodal-accessibility-analysis.md index e9e9b476..c6293171 100644 --- a/docs/assistant/os-connect/concept/multimodal-accessibility-analysis.md +++ b/docs/assistant/os-connect/concept/multimodal-accessibility-analysis.md @@ -13,7 +13,7 @@ audiences: - public topics: - os-connect - - analysis + - graph-metrics risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/node-vs-edge.md b/docs/assistant/os-connect/concept/node-vs-edge.md index 614bcc3c..baf455c9 100644 --- a/docs/assistant/os-connect/concept/node-vs-edge.md +++ b/docs/assistant/os-connect/concept/node-vs-edge.md @@ -13,7 +13,7 @@ audiences: - public topics: - os-connect - - routing-graph + - graph-metrics risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/nondriver-mobility.md b/docs/assistant/os-connect/concept/nondriver-mobility.md index ebc5a19e..1570ebf7 100644 --- a/docs/assistant/os-connect/concept/nondriver-mobility.md +++ b/docs/assistant/os-connect/concept/nondriver-mobility.md @@ -13,7 +13,7 @@ audiences: - public topics: - os-connect - - mobility + - routing risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/older-adult-contribution.md b/docs/assistant/os-connect/concept/older-adult-contribution.md index 6f35ef5a..78d77156 100644 --- a/docs/assistant/os-connect/concept/older-adult-contribution.md +++ b/docs/assistant/os-connect/concept/older-adult-contribution.md @@ -13,7 +13,7 @@ audiences: - public topics: - os-connect - - seniors + - mobility-profiles risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/opensidewalks-community-mapping-groups.md b/docs/assistant/os-connect/concept/opensidewalks-community-mapping-groups.md index e72b340b..63a874f6 100644 --- a/docs/assistant/os-connect/concept/opensidewalks-community-mapping-groups.md +++ b/docs/assistant/os-connect/concept/opensidewalks-community-mapping-groups.md @@ -14,7 +14,7 @@ audiences: topics: - os-connect - community - - mapping + - collaborative-editing risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/opensidewalks-schema-usage.md b/docs/assistant/os-connect/concept/opensidewalks-schema-usage.md index 61c7f360..0539c4c8 100644 --- a/docs/assistant/os-connect/concept/opensidewalks-schema-usage.md +++ b/docs/assistant/os-connect/concept/opensidewalks-schema-usage.md @@ -14,7 +14,7 @@ audiences: topics: - os-connect - opensidewalks - - schema + - formats risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/opensidewalks-schema.md b/docs/assistant/os-connect/concept/opensidewalks-schema.md index 20f963ab..d6ec0776 100644 --- a/docs/assistant/os-connect/concept/opensidewalks-schema.md +++ b/docs/assistant/os-connect/concept/opensidewalks-schema.md @@ -14,7 +14,7 @@ audiences: topics: - os-connect - opensidewalks - - schema + - formats risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/operational-agency-use.md b/docs/assistant/os-connect/concept/operational-agency-use.md index e1f73650..975f5d4d 100644 --- a/docs/assistant/os-connect/concept/operational-agency-use.md +++ b/docs/assistant/os-connect/concept/operational-agency-use.md @@ -13,7 +13,7 @@ audiences: - public topics: - os-connect - - operations + - operational-workflows risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/os-connect-vs-openstreetmap.md b/docs/assistant/os-connect/concept/os-connect-vs-openstreetmap.md index 4eba6d7e..17c88b10 100644 --- a/docs/assistant/os-connect/concept/os-connect-vs-openstreetmap.md +++ b/docs/assistant/os-connect/concept/os-connect-vs-openstreetmap.md @@ -13,7 +13,7 @@ audiences: - public topics: - os-connect - - openstreetmap + - osm-interoperability risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/participatory-accessibility-mapping.md b/docs/assistant/os-connect/concept/participatory-accessibility-mapping.md index 419344cc..97ef5dc4 100644 --- a/docs/assistant/os-connect/concept/participatory-accessibility-mapping.md +++ b/docs/assistant/os-connect/concept/participatory-accessibility-mapping.md @@ -13,7 +13,7 @@ audiences: - public topics: - os-connect - - mapping + - collaborative-editing risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/participatory-mapping.md b/docs/assistant/os-connect/concept/participatory-mapping.md index 356e27d3..bd48fb14 100644 --- a/docs/assistant/os-connect/concept/participatory-mapping.md +++ b/docs/assistant/os-connect/concept/participatory-mapping.md @@ -13,7 +13,7 @@ audiences: - public topics: - os-connect - - mapping + - collaborative-editing risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/pedestrian-feature-attributes.md b/docs/assistant/os-connect/concept/pedestrian-feature-attributes.md index 4411e1aa..0e4036c3 100644 --- a/docs/assistant/os-connect/concept/pedestrian-feature-attributes.md +++ b/docs/assistant/os-connect/concept/pedestrian-feature-attributes.md @@ -13,8 +13,8 @@ audiences: - public topics: - os-connect - - attributes - - schema + - editing + - formats risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/pedestrian-only-facilities.md b/docs/assistant/os-connect/concept/pedestrian-only-facilities.md index 195bdd88..d7bed024 100644 --- a/docs/assistant/os-connect/concept/pedestrian-only-facilities.md +++ b/docs/assistant/os-connect/concept/pedestrian-only-facilities.md @@ -13,7 +13,7 @@ audiences: - public topics: - os-connect - - pedestrian-only + - accessibility-data risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/planner-data-validation.md b/docs/assistant/os-connect/concept/planner-data-validation.md index eee2cfc9..185df2d3 100644 --- a/docs/assistant/os-connect/concept/planner-data-validation.md +++ b/docs/assistant/os-connect/concept/planner-data-validation.md @@ -13,7 +13,7 @@ audiences: - public topics: - os-connect - - validation + - data-quality risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/poi-grouping-rationale.md b/docs/assistant/os-connect/concept/poi-grouping-rationale.md index a86b1a92..13970f38 100644 --- a/docs/assistant/os-connect/concept/poi-grouping-rationale.md +++ b/docs/assistant/os-connect/concept/poi-grouping-rationale.md @@ -13,7 +13,7 @@ audiences: - public topics: - os-connect - - qaqc + - qa-qc risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/public-data-value.md b/docs/assistant/os-connect/concept/public-data-value.md index 06487d42..63efcfd3 100644 --- a/docs/assistant/os-connect/concept/public-data-value.md +++ b/docs/assistant/os-connect/concept/public-data-value.md @@ -13,7 +13,7 @@ audiences: - public topics: - os-connect - - public + - public-vs-private-data risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/qa-qc-report.md b/docs/assistant/os-connect/concept/qa-qc-report.md index 91d5c736..4279228a 100644 --- a/docs/assistant/os-connect/concept/qa-qc-report.md +++ b/docs/assistant/os-connect/concept/qa-qc-report.md @@ -13,7 +13,7 @@ audiences: - public topics: - os-connect - - qaqc + - qa-qc risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/recommended-sidewalk-tagging-pattern.md b/docs/assistant/os-connect/concept/recommended-sidewalk-tagging-pattern.md index 9e670df7..95f0a140 100644 --- a/docs/assistant/os-connect/concept/recommended-sidewalk-tagging-pattern.md +++ b/docs/assistant/os-connect/concept/recommended-sidewalk-tagging-pattern.md @@ -13,8 +13,8 @@ audiences: - public topics: - os-connect - - openstreetmap - - tagging + - osm-interoperability + - editing risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/reportable-errors.md b/docs/assistant/os-connect/concept/reportable-errors.md index 887be810..3a68ab11 100644 --- a/docs/assistant/os-connect/concept/reportable-errors.md +++ b/docs/assistant/os-connect/concept/reportable-errors.md @@ -14,7 +14,7 @@ audiences: topics: - os-connect - feedback - - data-viewer + - public-vs-private-data risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/required-vs-recommended-attributes.md b/docs/assistant/os-connect/concept/required-vs-recommended-attributes.md index 082ff4f3..156b48c4 100644 --- a/docs/assistant/os-connect/concept/required-vs-recommended-attributes.md +++ b/docs/assistant/os-connect/concept/required-vs-recommended-attributes.md @@ -13,7 +13,7 @@ audiences: - public topics: - os-connect - - schema + - formats risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/resident-participation.md b/docs/assistant/os-connect/concept/resident-participation.md index 507180e0..415f6dc8 100644 --- a/docs/assistant/os-connect/concept/resident-participation.md +++ b/docs/assistant/os-connect/concept/resident-participation.md @@ -13,7 +13,7 @@ audiences: - public topics: - os-connect - - participation + - collaborative-editing risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/routable-graph.md b/docs/assistant/os-connect/concept/routable-graph.md index 5b9aedfb..2243de3a 100644 --- a/docs/assistant/os-connect/concept/routable-graph.md +++ b/docs/assistant/os-connect/concept/routable-graph.md @@ -13,7 +13,7 @@ audiences: - public topics: - os-connect - - routing-graph + - graph-metrics risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/separated-sidewalk-mapping.md b/docs/assistant/os-connect/concept/separated-sidewalk-mapping.md index 85c739cb..88226f89 100644 --- a/docs/assistant/os-connect/concept/separated-sidewalk-mapping.md +++ b/docs/assistant/os-connect/concept/separated-sidewalk-mapping.md @@ -13,8 +13,8 @@ audiences: - public topics: - os-connect - - openstreetmap - - mapping + - osm-interoperability + - collaborative-editing risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/sidewalk-attributes.md b/docs/assistant/os-connect/concept/sidewalk-attributes.md index a8368fa7..81d97f3c 100644 --- a/docs/assistant/os-connect/concept/sidewalk-attributes.md +++ b/docs/assistant/os-connect/concept/sidewalk-attributes.md @@ -14,7 +14,7 @@ audiences: topics: - os-connect - sidewalks - - attributes + - editing risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/sidewalk-disconnection-causes.md b/docs/assistant/os-connect/concept/sidewalk-disconnection-causes.md index 6df31782..f48a50de 100644 --- a/docs/assistant/os-connect/concept/sidewalk-disconnection-causes.md +++ b/docs/assistant/os-connect/concept/sidewalk-disconnection-causes.md @@ -13,7 +13,7 @@ audiences: - advocate topics: - os-connect - - network-topology + - graph-metrics - data-quality - accessmap - walksheds diff --git a/docs/assistant/os-connect/concept/sidewalk-street-name-association.md b/docs/assistant/os-connect/concept/sidewalk-street-name-association.md index aad8370c..1f501760 100644 --- a/docs/assistant/os-connect/concept/sidewalk-street-name-association.md +++ b/docs/assistant/os-connect/concept/sidewalk-street-name-association.md @@ -13,9 +13,9 @@ audiences: - public topics: - os-connect - - openstreetmap - - mapping - - street-names + - osm-interoperability + - collaborative-editing + - editing risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/statewide-inventory.md b/docs/assistant/os-connect/concept/statewide-inventory.md index 895f4125..32b9a724 100644 --- a/docs/assistant/os-connect/concept/statewide-inventory.md +++ b/docs/assistant/os-connect/concept/statewide-inventory.md @@ -13,7 +13,7 @@ audiences: - public topics: - os-connect - - coverage + - completeness risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/stewardship-roles.md b/docs/assistant/os-connect/concept/stewardship-roles.md index 6baa6e20..e9649bde 100644 --- a/docs/assistant/os-connect/concept/stewardship-roles.md +++ b/docs/assistant/os-connect/concept/stewardship-roles.md @@ -13,7 +13,7 @@ audiences: - public topics: - os-connect - - operations + - operational-workflows risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/street-name-routing-importance.md b/docs/assistant/os-connect/concept/street-name-routing-importance.md index 8a0cd08e..8cdaa4c0 100644 --- a/docs/assistant/os-connect/concept/street-name-routing-importance.md +++ b/docs/assistant/os-connect/concept/street-name-routing-importance.md @@ -13,9 +13,8 @@ audiences: - public topics: - os-connect - - openstreetmap + - osm-interoperability - routing - - navigation risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/street-name-tags-for-routing.md b/docs/assistant/os-connect/concept/street-name-tags-for-routing.md index 502b48b8..e61b5ab9 100644 --- a/docs/assistant/os-connect/concept/street-name-tags-for-routing.md +++ b/docs/assistant/os-connect/concept/street-name-tags-for-routing.md @@ -13,7 +13,7 @@ audiences: - public topics: - os-connect - - openstreetmap + - osm-interoperability - routing - vendors risk_level: medium diff --git a/docs/assistant/os-connect/concept/street-name-vs-sidepath-name.md b/docs/assistant/os-connect/concept/street-name-vs-sidepath-name.md index b4c648d6..5d00a568 100644 --- a/docs/assistant/os-connect/concept/street-name-vs-sidepath-name.md +++ b/docs/assistant/os-connect/concept/street-name-vs-sidepath-name.md @@ -13,8 +13,8 @@ audiences: - public topics: - os-connect - - openstreetmap - - tagging + - osm-interoperability + - editing risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/surface-attribute.md b/docs/assistant/os-connect/concept/surface-attribute.md index a94d8dbf..ae8665ce 100644 --- a/docs/assistant/os-connect/concept/surface-attribute.md +++ b/docs/assistant/os-connect/concept/surface-attribute.md @@ -13,7 +13,7 @@ audiences: - public topics: - os-connect - - attributes + - editing risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/transit-accessibility-analysis.md b/docs/assistant/os-connect/concept/transit-accessibility-analysis.md index 819aa7bb..9fc06e72 100644 --- a/docs/assistant/os-connect/concept/transit-accessibility-analysis.md +++ b/docs/assistant/os-connect/concept/transit-accessibility-analysis.md @@ -14,7 +14,7 @@ audiences: topics: - os-connect - transit - - accessibility + - accessibility-data risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/urban-map-density.md b/docs/assistant/os-connect/concept/urban-map-density.md index b20c82ca..634bb719 100644 --- a/docs/assistant/os-connect/concept/urban-map-density.md +++ b/docs/assistant/os-connect/concept/urban-map-density.md @@ -13,7 +13,7 @@ audiences: - public topics: - os-connect - - data-viewer + - public-vs-private-data risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/viewer-overview.md b/docs/assistant/os-connect/concept/viewer-overview.md index fbbcd61d..7c8f377d 100644 --- a/docs/assistant/os-connect/concept/viewer-overview.md +++ b/docs/assistant/os-connect/concept/viewer-overview.md @@ -13,7 +13,7 @@ audiences: - public topics: - os-connect - - data-viewer + - public-vs-private-data risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/viewer-vs-tdei-portal.md b/docs/assistant/os-connect/concept/viewer-vs-tdei-portal.md index 9d76c221..53fe802f 100644 --- a/docs/assistant/os-connect/concept/viewer-vs-tdei-portal.md +++ b/docs/assistant/os-connect/concept/viewer-vs-tdei-portal.md @@ -14,7 +14,7 @@ audiences: topics: - os-connect - tdei - - data-viewer + - public-vs-private-data risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/walkshed-metrics.md b/docs/assistant/os-connect/concept/walkshed-metrics.md index cb55ea09..9adb1248 100644 --- a/docs/assistant/os-connect/concept/walkshed-metrics.md +++ b/docs/assistant/os-connect/concept/walkshed-metrics.md @@ -14,7 +14,7 @@ audiences: topics: - os-connect - walksheds - - metrics + - accessibility-metrics risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/width-attribute.md b/docs/assistant/os-connect/concept/width-attribute.md index 65e4b662..a25221e8 100644 --- a/docs/assistant/os-connect/concept/width-attribute.md +++ b/docs/assistant/os-connect/concept/width-attribute.md @@ -13,7 +13,7 @@ audiences: - public topics: - os-connect - - attributes + - editing risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/workflow-improvement-areas.md b/docs/assistant/os-connect/concept/workflow-improvement-areas.md index 7f9e2caf..026ada66 100644 --- a/docs/assistant/os-connect/concept/workflow-improvement-areas.md +++ b/docs/assistant/os-connect/concept/workflow-improvement-areas.md @@ -13,7 +13,7 @@ audiences: - public topics: - os-connect - - workflows + - operational-workflows risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/concept/z-score-usage.md b/docs/assistant/os-connect/concept/z-score-usage.md index 39f46b5b..95c7a884 100644 --- a/docs/assistant/os-connect/concept/z-score-usage.md +++ b/docs/assistant/os-connect/concept/z-score-usage.md @@ -13,7 +13,7 @@ audiences: - public topics: - os-connect - - statistics + - graph-metrics risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/workflow/download-data.md b/docs/assistant/os-connect/workflow/download-data.md index 0a81b0b4..12159bcf 100644 --- a/docs/assistant/os-connect/workflow/download-data.md +++ b/docs/assistant/os-connect/workflow/download-data.md @@ -13,7 +13,7 @@ audiences: - public topics: - os-connect - - downloads + - export risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/workflow/import-into-arcgis.md b/docs/assistant/os-connect/workflow/import-into-arcgis.md index 025fa082..f9a34630 100644 --- a/docs/assistant/os-connect/workflow/import-into-arcgis.md +++ b/docs/assistant/os-connect/workflow/import-into-arcgis.md @@ -15,7 +15,7 @@ topics: - os-connect - gis - arcgis - - imports + - data-collection risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/os-connect/workflow/search-for-jurisdiction.md b/docs/assistant/os-connect/workflow/search-for-jurisdiction.md index 043f4390..8d0f2910 100644 --- a/docs/assistant/os-connect/workflow/search-for-jurisdiction.md +++ b/docs/assistant/os-connect/workflow/search-for-jurisdiction.md @@ -13,7 +13,7 @@ audiences: - public topics: - os-connect - - data-viewer + - public-vs-private-data risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/qa-qc/concept/accessibility-island.md b/docs/assistant/qa-qc/concept/accessibility-island.md index 6576d783..50472cf0 100644 --- a/docs/assistant/qa-qc/concept/accessibility-island.md +++ b/docs/assistant/qa-qc/concept/accessibility-island.md @@ -14,7 +14,7 @@ audiences: - public topics: - qa-qc - - accessibility-islands + - accessibility-data - os-connect risk_level: medium authority_level: explanatory diff --git a/docs/assistant/qa-qc/concept/centrality.md b/docs/assistant/qa-qc/concept/centrality.md index a82c2f61..41d070ea 100644 --- a/docs/assistant/qa-qc/concept/centrality.md +++ b/docs/assistant/qa-qc/concept/centrality.md @@ -14,7 +14,7 @@ audiences: - public topics: - qa-qc - - centrality + - graph-metrics - os-connect risk_level: medium authority_level: explanatory diff --git a/docs/assistant/qa-qc/concept/completeness-vs-accessibility-gaps.md b/docs/assistant/qa-qc/concept/completeness-vs-accessibility-gaps.md index f586d63f..e9a5b864 100644 --- a/docs/assistant/qa-qc/concept/completeness-vs-accessibility-gaps.md +++ b/docs/assistant/qa-qc/concept/completeness-vs-accessibility-gaps.md @@ -15,7 +15,7 @@ audiences: topics: - qa-qc - completeness - - accessibility + - accessibility-data - os-connect risk_level: medium authority_level: explanatory diff --git a/docs/assistant/qa-qc/concept/connected-pedestrian-graph.md b/docs/assistant/qa-qc/concept/connected-pedestrian-graph.md index 7d1219bd..07d2169e 100644 --- a/docs/assistant/qa-qc/concept/connected-pedestrian-graph.md +++ b/docs/assistant/qa-qc/concept/connected-pedestrian-graph.md @@ -14,7 +14,7 @@ audiences: - public topics: - qa-qc - - network-model + - graph-metrics - os-connect risk_level: medium authority_level: explanatory diff --git a/docs/assistant/qa-qc/concept/crossing-count.md b/docs/assistant/qa-qc/concept/crossing-count.md index 37dfb832..e3a586ba 100644 --- a/docs/assistant/qa-qc/concept/crossing-count.md +++ b/docs/assistant/qa-qc/concept/crossing-count.md @@ -14,7 +14,6 @@ audiences: - public topics: - qa-qc - - qaqc - os-connect risk_level: medium authority_level: explanatory diff --git a/docs/assistant/qa-qc/concept/path-count.md b/docs/assistant/qa-qc/concept/path-count.md index e8c180dd..2b8b1f7a 100644 --- a/docs/assistant/qa-qc/concept/path-count.md +++ b/docs/assistant/qa-qc/concept/path-count.md @@ -14,7 +14,6 @@ audiences: - public topics: - qa-qc - - qaqc - os-connect risk_level: medium authority_level: explanatory diff --git a/docs/assistant/qa-qc/workflow/identify-accessibility-islands.md b/docs/assistant/qa-qc/workflow/identify-accessibility-islands.md index 64ee4969..26d7c9a8 100644 --- a/docs/assistant/qa-qc/workflow/identify-accessibility-islands.md +++ b/docs/assistant/qa-qc/workflow/identify-accessibility-islands.md @@ -12,7 +12,7 @@ audiences: - jurisdiction topics: - qa-qc - - data-review + - review - os-connect risk_level: medium authority_level: draft diff --git a/docs/assistant/rapid/workflow/add-sidewalk-using-rapid.md b/docs/assistant/rapid/workflow/add-sidewalk-using-rapid.md index 64ab1f97..a2e3b348 100644 --- a/docs/assistant/rapid/workflow/add-sidewalk-using-rapid.md +++ b/docs/assistant/rapid/workflow/add-sidewalk-using-rapid.md @@ -14,7 +14,7 @@ audiences: topics: - rapid - editing-tools - - mapping + - collaborative-editing risk_level: low authority_level: draft review_status: stub diff --git a/docs/assistant/schema.md b/docs/assistant/schema.md index 2a350b5e..12179995 100644 --- a/docs/assistant/schema.md +++ b/docs/assistant/schema.md @@ -236,6 +236,24 @@ This duplicates the `products` list in slug form so a page's owning section is f | `releases` | Dataset releases, versioning, and publication in TDEI | | `publication-workflow` | Review, export, and release of edits into the ecosystem | | `public-vs-private-data` | Public release vs. private sandbox boundaries | +| `comparison` | Comparative analysis across datasets or tools | +| `overview` | High-level product or dataset overview | +| `connectivity` | Network connectivity and data linkages | +| `limitations` | Known limitations and constraints | +| `os-connect-overview` | OS-CONNECT system overview and architecture | +| `arcgis` | ArcGIS integration and compatibility | +| `documentation` | User guides and technical documentation | +| `licensing` | Data licensing and usage rights | +| `standards` | Standards adherence and compliance | +| `open-source` | Open-source software and communities | +| `opensidewalks-overview` | OpenSidewalks system overview and architecture | +| `complexity` | System or data complexity considerations | +| `assumptions` | Assumptions and dependencies | +| `publishers` | Data publishers and data provenance | +| `tdei-overview` | TDEI system overview and architecture | +| `glossary` | Terminology and glossary definitions | +| `abbreviations` | Acronyms and abbreviations | +| `acronyms` | Extended acronym definitions and meanings | ### Editing & collaboration @@ -260,6 +278,9 @@ This duplicates the `products` list in slug form so a page's owning section is f | `imagery` | Imagery layers, sources, permissions | | `basemaps` | Basemap and tile loading | | `configuration` | Tool and workspace configuration | +| `issue-reporting` | Reporting and tracking issues and errors | +| `conflicts` | Conflict resolution and merge handling | +| `ownership` | Data and content ownership and stewardship | ### Accessibility & routing @@ -274,6 +295,15 @@ This duplicates the `products` list in slug form so a page's owning section is f | `equity` | Equity analysis across accessibility profiles or communities | | `scoring` | Community livability assessment and scoring | | `accessibility-metrics` | Quantified accessibility or livability indicators | +| `elevation` | Elevation data and terrain analysis | +| `curb-ramps` | Curb ramp inventory and accessibility | +| `crossings` | Street crossing infrastructure and accessibility | +| `intersections` | Intersection geometry and accessibility | +| `destinations` | Destination accessibility and proximity analysis | +| `sidewalks` | Sidewalk inventory and connectivity | +| `slope` | Slope and grade data for accessibility | +| `trails` | Trail networks and pedestrian pathways | +| `buffers` | Buffer zones and walking distance analysis | ### Field data collection & mobile tools @@ -286,17 +316,67 @@ This duplicates the `products` list in slug form so a page's owning section is f | `xr-accessibility` | XR/AR accessibility tooling | | `assistive-input` | Alternative/assistive input methods for XR or mobile tools | | `webxr` | WebXR platform-specific concerns | +| `tasking-manager` | Tasking Manager project setup and coordination | +| `automation` | Automated data collection and processing | +| `testing` | Testing workflows and quality assurance | ### Planning & analysis -| Topic | Use for | -| :----------------- | :------------------------------------------------------------- | -| `planning` | Infrastructure, capital, and transition planning | -| `ada` | ADA-related planning, requirements, or compliance context | -| `legal-boundaries` | Legal or compliance boundaries assistants must not overstate | -| `prioritization` | Ranking or prioritizing pedestrian investments | -| `ai` | AI/ML-assisted analysis, generation, or risk | -| `graph-metrics` | Network/graph analysis metrics (centrality, betweenness, etc.) | +| Topic | Use for | +| :--------------------- | :------------------------------------------------------------- | +| `planning` | Infrastructure, capital, and transition planning | +| `ada` | ADA-related planning, requirements, or compliance context | +| `legal-boundaries` | Legal or compliance boundaries assistants must not overstate | +| `prioritization` | Ranking or prioritizing pedestrian investments | +| `ai` | AI/ML-assisted analysis, generation, or risk | +| `graph-metrics` | Network/graph analysis metrics (centrality, betweenness, etc.) | +| `community` | Community engagement and participation | +| `communication` | Communication strategies and outreach | +| `gis` | GIS tools and spatial analysis | +| `roadmap` | Product roadmaps and strategic direction | +| `advocacy` | Advocacy and policy support | +| `contacts` | Contact databases and organizational structure | +| `construction` | Construction projects and impacts | +| `schools` | School-related planning and data | +| `risk` | Risk assessment and management | +| `strategy` | Strategic planning and implementation | +| `rural` | Rural-specific planning considerations | +| `campus` | Campus-specific planning and walkability | +| `emergency` | Emergency response and resilience planning | +| `health` | Health outcomes and public health implications | +| `vision-zero` | Vision Zero and traffic safety initiatives | +| `vendors` | Vendor management and procurement | +| `mpo` | Metropolitan Planning Organization activities | +| `mappy-hours` | Mappy Hours accessibility audit events | +| `economic-development` | Economic development and business impacts | +| `cost` | Cost-benefit analysis and budgeting | +| `resilience` | Resilience and adaptation planning | +| `tourism` | Tourism accessibility and promotion | +| `helpline` | Helpline and user support services | +| `adoption` | Technology adoption and implementation | +| `capital` | Capital improvement and funding | +| `maintenance` | Maintenance and stewardship | +| `other-states` | Examples and practices from other states | +| `events` | Events and community gatherings | +| `training` | Training programs and capacity building | +| `national` | National-level initiatives and standards | +| `partnerships` | Partnerships and collaboration agreements | +| `private-property` | Private property considerations | +| `srts` | Safe Routes To School initiatives | +| `safety` | Pedestrian and traffic safety | +| `sustainability` | Sustainable transportation and land use | +| `universities` | University-related planning and walkability | +| `washington` | Washington state-specific context | +| `sla` | Service level agreements and performance metrics | +| `escalation` | Escalation procedures and issue resolution | +| `before-after` | Before-and-after analysis and impact assessment | +| `complete-streets` | Complete streets and street design | +| `grants` | Grant funding and sources | +| `scenarios` | Scenario planning and modeling | +| `parks` | Park planning and greenspace accessibility | +| `bottlenecks` | Identifying and addressing bottlenecks | +| `interpretation` | Data interpretation and visualization | +| `agencies` | Agency coordination and inter-organizational workflows | ### Support, feedback & governance diff --git a/docs/assistant/support/concept/data-citation.md b/docs/assistant/support/concept/data-citation.md index 3805e244..257fa274 100644 --- a/docs/assistant/support/concept/data-citation.md +++ b/docs/assistant/support/concept/data-citation.md @@ -15,7 +15,7 @@ audiences: - advocate - public topics: - - citation + - assistant-behavior - governance - os-connect - accessmap diff --git a/docs/assistant/support/concept/dataset-authority.md b/docs/assistant/support/concept/dataset-authority.md index 169738df..dd803eab 100644 --- a/docs/assistant/support/concept/dataset-authority.md +++ b/docs/assistant/support/concept/dataset-authority.md @@ -15,7 +15,7 @@ audiences: - advocate - public topics: - - authority + - editing-authority - governance - os-connect - accessmap diff --git a/docs/assistant/support/concept/ecosystem-overview.md b/docs/assistant/support/concept/ecosystem-overview.md index cf3977b5..b50a822e 100644 --- a/docs/assistant/support/concept/ecosystem-overview.md +++ b/docs/assistant/support/concept/ecosystem-overview.md @@ -15,7 +15,7 @@ audiences: - advocate - public topics: - - ecosystem + - tdei-ecosystem - overview - os-connect - accessmap diff --git a/docs/assistant/support/concept/fallback-when-gtfs-pathways-missing.md b/docs/assistant/support/concept/fallback-when-gtfs-pathways-missing.md index 22ef7404..db3a6115 100644 --- a/docs/assistant/support/concept/fallback-when-gtfs-pathways-missing.md +++ b/docs/assistant/support/concept/fallback-when-gtfs-pathways-missing.md @@ -15,7 +15,7 @@ audiences: - advocate - public topics: - - gtfs-pathways + - gtfs - planning - os-connect - accessmap diff --git a/docs/assistant/support/concept/gtfs-pathways-agency-adoption.md b/docs/assistant/support/concept/gtfs-pathways-agency-adoption.md index a42e7cd5..20917744 100644 --- a/docs/assistant/support/concept/gtfs-pathways-agency-adoption.md +++ b/docs/assistant/support/concept/gtfs-pathways-agency-adoption.md @@ -15,7 +15,7 @@ audiences: - advocate - public topics: - - gtfs-pathways + - gtfs - publishers - os-connect - accessmap diff --git a/docs/assistant/support/concept/gtfs-pathways-vs-os-connect.md b/docs/assistant/support/concept/gtfs-pathways-vs-os-connect.md index 9fa9c051..b7ef5170 100644 --- a/docs/assistant/support/concept/gtfs-pathways-vs-os-connect.md +++ b/docs/assistant/support/concept/gtfs-pathways-vs-os-connect.md @@ -15,7 +15,7 @@ audiences: - advocate - public topics: - - gtfs-pathways + - gtfs - os-connect - accessmap - walksheds diff --git a/docs/assistant/support/concept/os-connect-vs-gtfs-pathways.md b/docs/assistant/support/concept/os-connect-vs-gtfs-pathways.md index eab5c9ef..957a5d0c 100644 --- a/docs/assistant/support/concept/os-connect-vs-gtfs-pathways.md +++ b/docs/assistant/support/concept/os-connect-vs-gtfs-pathways.md @@ -15,7 +15,7 @@ audiences: - advocate - public topics: - - gtfs-pathways + - gtfs - os-connect - accessmap - walksheds diff --git a/docs/assistant/support/concept/osm-pedestrian-paths-vs-gtfs-pathways.md b/docs/assistant/support/concept/osm-pedestrian-paths-vs-gtfs-pathways.md index 1075233f..3092497d 100644 --- a/docs/assistant/support/concept/osm-pedestrian-paths-vs-gtfs-pathways.md +++ b/docs/assistant/support/concept/osm-pedestrian-paths-vs-gtfs-pathways.md @@ -15,8 +15,8 @@ audiences: - advocate - public topics: - - gtfs-pathways - - openstreetmap + - gtfs + - osm-interoperability - os-connect - accessmap - walksheds diff --git a/docs/assistant/support/concept/tdei-os-connect-osm-differences.md b/docs/assistant/support/concept/tdei-os-connect-osm-differences.md index 2cdacf8a..e7f6cde3 100644 --- a/docs/assistant/support/concept/tdei-os-connect-osm-differences.md +++ b/docs/assistant/support/concept/tdei-os-connect-osm-differences.md @@ -15,7 +15,7 @@ audiences: - advocate - public topics: - - ecosystem + - tdei-ecosystem - overview - os-connect - accessmap diff --git a/docs/assistant/support/index.md b/docs/assistant/support/index.md index 27d042c6..a8a482e6 100644 --- a/docs/assistant/support/index.md +++ b/docs/assistant/support/index.md @@ -16,7 +16,7 @@ audiences: - advocate - public topics: - - assistant-layer + - assistant-behavior - tdei-ecosystem - os-connect - accessmap diff --git a/docs/assistant/support/workflow/check-gtfs-feed-pathways.md b/docs/assistant/support/workflow/check-gtfs-feed-pathways.md index 8379309b..da86555b 100644 --- a/docs/assistant/support/workflow/check-gtfs-feed-pathways.md +++ b/docs/assistant/support/workflow/check-gtfs-feed-pathways.md @@ -15,8 +15,8 @@ audiences: - advocate - public topics: - - gtfs-pathways - - validation + - gtfs + - data-quality - os-connect - accessmap - walksheds diff --git a/docs/assistant/support/workflow/choose-dataset-for-arcgis.md b/docs/assistant/support/workflow/choose-dataset-for-arcgis.md index 767817d9..cd68f456 100644 --- a/docs/assistant/support/workflow/choose-dataset-for-arcgis.md +++ b/docs/assistant/support/workflow/choose-dataset-for-arcgis.md @@ -15,7 +15,7 @@ audiences: - advocate - public topics: - - dataset-selection + - dataset-lineage - arcgis - planning - os-connect diff --git a/docs/assistant/support/workflow/choose-dataset-for-planning.md b/docs/assistant/support/workflow/choose-dataset-for-planning.md index d23d4899..d8e0a2d7 100644 --- a/docs/assistant/support/workflow/choose-dataset-for-planning.md +++ b/docs/assistant/support/workflow/choose-dataset-for-planning.md @@ -15,7 +15,7 @@ audiences: - advocate - public topics: - - dataset-selection + - dataset-lineage - planning - os-connect - accessmap diff --git a/docs/assistant/support/workflow/choose-dataset-for-transit-stations.md b/docs/assistant/support/workflow/choose-dataset-for-transit-stations.md index c7a2b248..e2879c04 100644 --- a/docs/assistant/support/workflow/choose-dataset-for-transit-stations.md +++ b/docs/assistant/support/workflow/choose-dataset-for-transit-stations.md @@ -15,8 +15,8 @@ audiences: - advocate - public topics: - - dataset-selection - - gtfs-pathways + - dataset-lineage + - gtfs - os-connect - accessmap - walksheds diff --git a/docs/assistant/tdei/concept/dataset-identifier.md b/docs/assistant/tdei/concept/dataset-identifier.md index 415b4351..7ef50b16 100644 --- a/docs/assistant/tdei/concept/dataset-identifier.md +++ b/docs/assistant/tdei/concept/dataset-identifier.md @@ -13,7 +13,7 @@ audiences: - public topics: - tdei - - datasets + - dataset-lineage risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/tdei/concept/mislabeled-dataset-handling.md b/docs/assistant/tdei/concept/mislabeled-dataset-handling.md index 43051ff0..081b1da0 100644 --- a/docs/assistant/tdei/concept/mislabeled-dataset-handling.md +++ b/docs/assistant/tdei/concept/mislabeled-dataset-handling.md @@ -14,7 +14,7 @@ audiences: topics: - tdei - support - - downloads + - export risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/tdei/concept/osw-download-contents.md b/docs/assistant/tdei/concept/osw-download-contents.md index a6953b0e..7f832c06 100644 --- a/docs/assistant/tdei/concept/osw-download-contents.md +++ b/docs/assistant/tdei/concept/osw-download-contents.md @@ -13,9 +13,9 @@ audiences: - public topics: - tdei - - downloads + - export - formats - - osw + - opensidewalks risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/tdei/concept/osw-edges-and-nodes.md b/docs/assistant/tdei/concept/osw-edges-and-nodes.md index 1a067cb6..80b4d037 100644 --- a/docs/assistant/tdei/concept/osw-edges-and-nodes.md +++ b/docs/assistant/tdei/concept/osw-edges-and-nodes.md @@ -13,9 +13,9 @@ audiences: - public topics: - tdei - - downloads - - routing-graph - - osw + - export + - graph-metrics + - opensidewalks risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/tdei/concept/osw-vs-osm-format.md b/docs/assistant/tdei/concept/osw-vs-osm-format.md index ac3a30df..d16b3e04 100644 --- a/docs/assistant/tdei/concept/osw-vs-osm-format.md +++ b/docs/assistant/tdei/concept/osw-vs-osm-format.md @@ -13,7 +13,7 @@ audiences: - public topics: - tdei - - downloads + - export - formats risk_level: medium authority_level: explanatory diff --git a/docs/assistant/tdei/concept/release-versioning.md b/docs/assistant/tdei/concept/release-versioning.md index ee994b90..82f16186 100644 --- a/docs/assistant/tdei/concept/release-versioning.md +++ b/docs/assistant/tdei/concept/release-versioning.md @@ -13,7 +13,7 @@ audiences: - public topics: - tdei - - versioning + - releases risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/tdei/workflow/access-tdei-api.md b/docs/assistant/tdei/workflow/access-tdei-api.md index 3f83e152..57d30e51 100644 --- a/docs/assistant/tdei/workflow/access-tdei-api.md +++ b/docs/assistant/tdei/workflow/access-tdei-api.md @@ -13,7 +13,7 @@ audiences: - public topics: - tdei - - api + - formats risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/tdei/workflow/download-data.md b/docs/assistant/tdei/workflow/download-data.md index 595890d9..07c9dd40 100644 --- a/docs/assistant/tdei/workflow/download-data.md +++ b/docs/assistant/tdei/workflow/download-data.md @@ -13,7 +13,7 @@ audiences: - public topics: - tdei - - downloads + - export risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/tdei/workflow/download-os-connect-data.md b/docs/assistant/tdei/workflow/download-os-connect-data.md index f93b6c66..371abae0 100644 --- a/docs/assistant/tdei/workflow/download-os-connect-data.md +++ b/docs/assistant/tdei/workflow/download-os-connect-data.md @@ -12,8 +12,7 @@ audiences: - jurisdiction topics: - tdei - - TDEI - - downloads + - export - os-connect risk_level: low authority_level: official diff --git a/docs/assistant/tdei/workflow/use-tdei-portal.md b/docs/assistant/tdei/workflow/use-tdei-portal.md index f7ee230d..0bddb649 100644 --- a/docs/assistant/tdei/workflow/use-tdei-portal.md +++ b/docs/assistant/tdei/workflow/use-tdei-portal.md @@ -11,8 +11,7 @@ audiences: - jurisdiction topics: - tdei - - TDEI - - accounts + - roles risk_level: low authority_level: explanatory review_status: draft diff --git a/docs/assistant/walksheds/concept/accessibility-islands.md b/docs/assistant/walksheds/concept/accessibility-islands.md index 396f9871..ff49146c 100644 --- a/docs/assistant/walksheds/concept/accessibility-islands.md +++ b/docs/assistant/walksheds/concept/accessibility-islands.md @@ -13,7 +13,7 @@ audiences: - public topics: - walksheds - - accessibility-islands + - accessibility-data risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/walksheds/concept/accessibility-profile-inequity-analysis.md b/docs/assistant/walksheds/concept/accessibility-profile-inequity-analysis.md index 01b7c6d1..43bdfa62 100644 --- a/docs/assistant/walksheds/concept/accessibility-profile-inequity-analysis.md +++ b/docs/assistant/walksheds/concept/accessibility-profile-inequity-analysis.md @@ -14,7 +14,7 @@ audiences: topics: - walksheds - equity - - profiles + - mobility-profiles risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/walksheds/concept/accessibility-profiles.md b/docs/assistant/walksheds/concept/accessibility-profiles.md index 83f5f99f..39d79fd5 100644 --- a/docs/assistant/walksheds/concept/accessibility-profiles.md +++ b/docs/assistant/walksheds/concept/accessibility-profiles.md @@ -13,7 +13,7 @@ audiences: - public topics: - walksheds - - profiles + - mobility-profiles risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/walksheds/concept/accuracy-vs-straight-line.md b/docs/assistant/walksheds/concept/accuracy-vs-straight-line.md index 1b76c7f9..17f68e69 100644 --- a/docs/assistant/walksheds/concept/accuracy-vs-straight-line.md +++ b/docs/assistant/walksheds/concept/accuracy-vs-straight-line.md @@ -13,7 +13,7 @@ audiences: - public topics: - walksheds - - accuracy + - data-quality risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/walksheds/concept/barrier-incorporation.md b/docs/assistant/walksheds/concept/barrier-incorporation.md index fe27f3ad..2b1c00be 100644 --- a/docs/assistant/walksheds/concept/barrier-incorporation.md +++ b/docs/assistant/walksheds/concept/barrier-incorporation.md @@ -13,7 +13,7 @@ audiences: - public topics: - walksheds - - barriers + - accessibility-data risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/walksheds/concept/bus-stop-access-analysis.md b/docs/assistant/walksheds/concept/bus-stop-access-analysis.md index 326e25cd..1e52c9cd 100644 --- a/docs/assistant/walksheds/concept/bus-stop-access-analysis.md +++ b/docs/assistant/walksheds/concept/bus-stop-access-analysis.md @@ -14,7 +14,6 @@ audiences: topics: - walksheds - transit - - bus-stops risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/walksheds/concept/external-dataset-joins.md b/docs/assistant/walksheds/concept/external-dataset-joins.md index fe466fea..f8fe9e2a 100644 --- a/docs/assistant/walksheds/concept/external-dataset-joins.md +++ b/docs/assistant/walksheds/concept/external-dataset-joins.md @@ -14,7 +14,7 @@ audiences: topics: - walksheds - gis - - analysis + - graph-metrics risk_level: high authority_level: explanatory review_status: stub diff --git a/docs/assistant/walksheds/concept/network-assumptions.md b/docs/assistant/walksheds/concept/network-assumptions.md index cc2af619..9394679e 100644 --- a/docs/assistant/walksheds/concept/network-assumptions.md +++ b/docs/assistant/walksheds/concept/network-assumptions.md @@ -13,7 +13,7 @@ audiences: - public topics: - walksheds - - network + - graph-metrics risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/walksheds/concept/pedestrian-vs-wheelchair-walkshed.md b/docs/assistant/walksheds/concept/pedestrian-vs-wheelchair-walkshed.md index 6918b9c6..24fcf027 100644 --- a/docs/assistant/walksheds/concept/pedestrian-vs-wheelchair-walkshed.md +++ b/docs/assistant/walksheds/concept/pedestrian-vs-wheelchair-walkshed.md @@ -13,7 +13,7 @@ audiences: - public topics: - walksheds - - profiles + - mobility-profiles risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/walksheds/concept/pedestrian-walkshed.md b/docs/assistant/walksheds/concept/pedestrian-walkshed.md index 318668d6..c02df512 100644 --- a/docs/assistant/walksheds/concept/pedestrian-walkshed.md +++ b/docs/assistant/walksheds/concept/pedestrian-walkshed.md @@ -13,7 +13,7 @@ audiences: - public topics: - walksheds - - pedestrian + - accessibility-data risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/walksheds/concept/profile-variation.md b/docs/assistant/walksheds/concept/profile-variation.md index a8695f72..c5ee9093 100644 --- a/docs/assistant/walksheds/concept/profile-variation.md +++ b/docs/assistant/walksheds/concept/profile-variation.md @@ -14,7 +14,7 @@ audiences: - public topics: - walksheds - - profiles + - mobility-profiles - os-connect risk_level: medium authority_level: explanatory diff --git a/docs/assistant/walksheds/concept/reachable-area.md b/docs/assistant/walksheds/concept/reachable-area.md index 0bb47f2c..8b073992 100644 --- a/docs/assistant/walksheds/concept/reachable-area.md +++ b/docs/assistant/walksheds/concept/reachable-area.md @@ -13,7 +13,6 @@ audiences: - public topics: - walksheds - - reachability risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/walksheds/concept/safe-routes-to-school.md b/docs/assistant/walksheds/concept/safe-routes-to-school.md index f482229b..d06c7789 100644 --- a/docs/assistant/walksheds/concept/safe-routes-to-school.md +++ b/docs/assistant/walksheds/concept/safe-routes-to-school.md @@ -12,7 +12,7 @@ audiences: - advocate topics: - walksheds - - SRTS + - srts risk_level: medium authority_level: explanatory review_status: draft diff --git a/docs/assistant/walksheds/concept/senior-mobility-analysis.md b/docs/assistant/walksheds/concept/senior-mobility-analysis.md index 504904a5..ea83cb90 100644 --- a/docs/assistant/walksheds/concept/senior-mobility-analysis.md +++ b/docs/assistant/walksheds/concept/senior-mobility-analysis.md @@ -13,7 +13,7 @@ audiences: - public topics: - walksheds - - seniors + - mobility-profiles risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/walksheds/concept/travel-profiles.md b/docs/assistant/walksheds/concept/travel-profiles.md index dea0d43f..208457b4 100644 --- a/docs/assistant/walksheds/concept/travel-profiles.md +++ b/docs/assistant/walksheds/concept/travel-profiles.md @@ -13,7 +13,7 @@ audiences: - public topics: - walksheds - - profiles + - mobility-profiles risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/walksheds/concept/uncertainty-communication.md b/docs/assistant/walksheds/concept/uncertainty-communication.md index b10f7c50..9c79a307 100644 --- a/docs/assistant/walksheds/concept/uncertainty-communication.md +++ b/docs/assistant/walksheds/concept/uncertainty-communication.md @@ -13,7 +13,7 @@ audiences: - public topics: - walksheds - - uncertainty + - data-quality risk_level: high authority_level: explanatory review_status: stub diff --git a/docs/assistant/walksheds/concept/walkshed-calculation.md b/docs/assistant/walksheds/concept/walkshed-calculation.md index 47198802..8dc28760 100644 --- a/docs/assistant/walksheds/concept/walkshed-calculation.md +++ b/docs/assistant/walksheds/concept/walkshed-calculation.md @@ -13,7 +13,7 @@ audiences: - public topics: - walksheds - - calculation + - graph-metrics risk_level: medium authority_level: explanatory review_status: stub diff --git a/docs/assistant/walksheds/concept/wheelchair-walkshed.md b/docs/assistant/walksheds/concept/wheelchair-walkshed.md index 9ceaf859..45b7162c 100644 --- a/docs/assistant/walksheds/concept/wheelchair-walkshed.md +++ b/docs/assistant/walksheds/concept/wheelchair-walkshed.md @@ -13,7 +13,7 @@ audiences: - public topics: - walksheds - - wheelchair + - mobility-profiles risk_level: high authority_level: explanatory review_status: stub diff --git a/docs/assistant/walksheds/workflow/generate-walkshed.md b/docs/assistant/walksheds/workflow/generate-walkshed.md index 769071b0..6430d126 100644 --- a/docs/assistant/walksheds/workflow/generate-walkshed.md +++ b/docs/assistant/walksheds/workflow/generate-walkshed.md @@ -13,7 +13,6 @@ audiences: - public topics: - walksheds - - walkshed-analysis - routing risk_level: medium authority_level: draft diff --git a/docs/assistant/workspaces/concept/collaborative-edit-management.md b/docs/assistant/workspaces/concept/collaborative-edit-management.md index b3e19959..089ad4d6 100644 --- a/docs/assistant/workspaces/concept/collaborative-edit-management.md +++ b/docs/assistant/workspaces/concept/collaborative-edit-management.md @@ -13,7 +13,7 @@ audiences: - public topics: - workspaces - - collaboration + - collaborative-editing - teams - roles risk_level: low diff --git a/docs/assistant/workspaces/concept/collaborative-editing.md b/docs/assistant/workspaces/concept/collaborative-editing.md index 87c1f1d8..9cf0adb2 100644 --- a/docs/assistant/workspaces/concept/collaborative-editing.md +++ b/docs/assistant/workspaces/concept/collaborative-editing.md @@ -13,7 +13,7 @@ audiences: - public topics: - workspaces - - collaborative-accessibility-editing + - collaborative-editing - editing risk_level: medium authority_level: draft diff --git a/docs/assistant/workspaces/concept/edit-attribution.md b/docs/assistant/workspaces/concept/edit-attribution.md index fe5c5808..a5be76ee 100644 --- a/docs/assistant/workspaces/concept/edit-attribution.md +++ b/docs/assistant/workspaces/concept/edit-attribution.md @@ -13,7 +13,7 @@ audiences: - public topics: - workspaces - - collaboration + - collaborative-editing - teams - roles risk_level: low diff --git a/docs/assistant/workspaces/concept/edit-reviewers.md b/docs/assistant/workspaces/concept/edit-reviewers.md index b927319f..291b9358 100644 --- a/docs/assistant/workspaces/concept/edit-reviewers.md +++ b/docs/assistant/workspaces/concept/edit-reviewers.md @@ -13,7 +13,7 @@ audiences: - public topics: - workspaces - - collaboration + - collaborative-editing - teams - roles risk_level: medium diff --git a/docs/assistant/workspaces/concept/editing-coordination.md b/docs/assistant/workspaces/concept/editing-coordination.md index bfc27a87..db089641 100644 --- a/docs/assistant/workspaces/concept/editing-coordination.md +++ b/docs/assistant/workspaces/concept/editing-coordination.md @@ -13,7 +13,7 @@ audiences: - public topics: - workspaces - - collaboration + - collaborative-editing - teams - roles risk_level: low diff --git a/docs/assistant/workspaces/concept/manager-edit-review.md b/docs/assistant/workspaces/concept/manager-edit-review.md index f162c111..23a0b36f 100644 --- a/docs/assistant/workspaces/concept/manager-edit-review.md +++ b/docs/assistant/workspaces/concept/manager-edit-review.md @@ -13,7 +13,7 @@ audiences: - public topics: - workspaces - - collaboration + - collaborative-editing - teams - roles risk_level: medium diff --git a/docs/assistant/workspaces/concept/multi-source-stewardship.md b/docs/assistant/workspaces/concept/multi-source-stewardship.md index 031c89cb..02654905 100644 --- a/docs/assistant/workspaces/concept/multi-source-stewardship.md +++ b/docs/assistant/workspaces/concept/multi-source-stewardship.md @@ -16,7 +16,7 @@ topics: - multi-source-stewardship - sandbox-governance - dataset-lineage - - collaborative-accessibility-editing + - collaborative-editing risk_level: medium authority_level: draft review_status: draft diff --git a/docs/assistant/workspaces/concept/qr-code-invites.md b/docs/assistant/workspaces/concept/qr-code-invites.md index 529d1cfe..d3169c61 100644 --- a/docs/assistant/workspaces/concept/qr-code-invites.md +++ b/docs/assistant/workspaces/concept/qr-code-invites.md @@ -13,7 +13,7 @@ audiences: - public topics: - workspaces - - collaboration + - collaborative-editing - teams - roles risk_level: low diff --git a/docs/assistant/workspaces/concept/roles.md b/docs/assistant/workspaces/concept/roles.md index 36fd9d1d..dbc67d44 100644 --- a/docs/assistant/workspaces/concept/roles.md +++ b/docs/assistant/workspaces/concept/roles.md @@ -13,7 +13,7 @@ audiences: - public topics: - workspaces - - collaboration + - collaborative-editing - teams - roles risk_level: medium diff --git a/docs/assistant/workspaces/concept/team-invitations.md b/docs/assistant/workspaces/concept/team-invitations.md index 28520c98..bbd4d28c 100644 --- a/docs/assistant/workspaces/concept/team-invitations.md +++ b/docs/assistant/workspaces/concept/team-invitations.md @@ -13,7 +13,7 @@ audiences: - public topics: - workspaces - - collaboration + - collaborative-editing - teams - roles risk_level: low diff --git a/docs/assistant/workspaces/concept/teams-vs-project-groups.md b/docs/assistant/workspaces/concept/teams-vs-project-groups.md index e58e0f7b..8dd8913f 100644 --- a/docs/assistant/workspaces/concept/teams-vs-project-groups.md +++ b/docs/assistant/workspaces/concept/teams-vs-project-groups.md @@ -13,7 +13,7 @@ audiences: - public topics: - workspaces - - collaboration + - collaborative-editing - teams - roles risk_level: low diff --git a/docs/assistant/workspaces/concept/teams.md b/docs/assistant/workspaces/concept/teams.md index 4df38e89..9e233cbe 100644 --- a/docs/assistant/workspaces/concept/teams.md +++ b/docs/assistant/workspaces/concept/teams.md @@ -13,7 +13,7 @@ audiences: - public topics: - workspaces - - collaboration + - collaborative-editing - teams - roles risk_level: low diff --git a/docs/assistant/workspaces/workflow/invite-a-team-to-a-workspace.md b/docs/assistant/workspaces/workflow/invite-a-team-to-a-workspace.md index ae621e82..9fac7396 100644 --- a/docs/assistant/workspaces/workflow/invite-a-team-to-a-workspace.md +++ b/docs/assistant/workspaces/workflow/invite-a-team-to-a-workspace.md @@ -14,7 +14,7 @@ audiences: topics: - workspaces - teams - - collaboration + - collaborative-editing - roles risk_level: low authority_level: draft diff --git a/docs/assistant/workspaces/workflow/use-workspaces-for-community-validation.md b/docs/assistant/workspaces/workflow/use-workspaces-for-community-validation.md index 5824f880..59d279a3 100644 --- a/docs/assistant/workspaces/workflow/use-workspaces-for-community-validation.md +++ b/docs/assistant/workspaces/workflow/use-workspaces-for-community-validation.md @@ -13,7 +13,7 @@ audiences: - public topics: - workspaces - - collaborative-accessibility-editing + - collaborative-editing - public-support risk_level: medium authority_level: draft From 1b7f277c6c82495a65b827a39519b5f0cf227b4b Mon Sep 17 00:00:00 2001 From: Amy Kate Bordenave Date: Thu, 9 Jul 2026 16:29:24 -0700 Subject: [PATCH 18/24] fix: update link --- docs/assistant/schema.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/assistant/schema.md b/docs/assistant/schema.md index 12179995..3356554a 100644 --- a/docs/assistant/schema.md +++ b/docs/assistant/schema.md @@ -190,7 +190,7 @@ First-class `products` values for assistant-layer pages: | `WayKeeper` | `waykeeper` | Navigation layer for TCAT's resources | | `Workspaces` | `workspaces` | Collaborative editing and sandboxing | -`Slug` is the matching kebab-case `docs/assistant/{topic}/` directory name for that product, also usable as its corresponding `topics` entry (see [Topic tags](#topic-tags)). +`Slug` is the matching kebab-case `docs/assistant/{topic}/` directory name for that product, also usable as its corresponding `topics` entry (see [Product slugs](#product-slugs)). ## Topic tags (`topics`) From 555678190f2289a88bed7fd40f65f085405cde6d Mon Sep 17 00:00:00 2001 From: Amy Kate Bordenave Date: Thu, 9 Jul 2026 16:56:00 -0700 Subject: [PATCH 19/24] fix: remove unnecessary config file --- .vscode/settings.json | 5 ----- CHANGELOG.md | 1 + 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 9a3098a3..00000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "files.associations": { - "*.md": "python-markdown" - } -} diff --git a/CHANGELOG.md b/CHANGELOG.md index 37cdc476..7b156d24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), ### Fixes +- **Core**: Remove explicit Python Markdown association settings file, no longer needed as of Zensical Studio 0.1.2 - **Docs**: Rename or case-normalize non-conforming `topics` values in AKB articles to match the schema's updated controlled vocabulary - **Docs**: Reorder AKB article `products`/`topics` frontmatter so the first `products` entry matches the owning product for the article's parent topic folder, the first `topics` entry matches that folder's slug, and every listed product's slug is present in `topics`, per the new `test_akb_content.py` checks; regenerate `assistant/dispatch.md` afterward - **Docs**: Fix a stray `QA/QC Reports` `products` value (should be `QA-QC Reports`) and its missing `qa-qc` `topics` slug in `assistant/cross-platform/concept/abbreviations.md` From 7213239d892721136d388337e31d29d1b244576d Mon Sep 17 00:00:00 2001 From: Amy Kate Bordenave Date: Thu, 9 Jul 2026 17:34:37 -0700 Subject: [PATCH 20/24] feat: bump zensical to 0.0.50 --- CHANGELOG.md | 1 + requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b156d24..59df6944 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), ### Features +- **Core**: Upgrade Zensical to 0.0.50 - **Docs**: Add to abbreviations list - **Docs**: Add new `topics` slugs to the AKB schema's themed vocabulary tables - **Docs**: Add a `Slug` column to the AKB schema's Product tags table (matching each product's `docs/assistant/{topic}/` directory name), rename the `topics` section to "Topic tags", and add a "Product slugs" table duplicating those slugs as first-class `topics` values, with a short rationale for the intentional duplication diff --git a/requirements.txt b/requirements.txt index 8b3711af..4bf913cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -zensical==0.0.46 +zensical==0.0.50 pillow pytest tomlkit From fa28e1c85012f6a2e3994929b72a72e3a8e274c1 Mon Sep 17 00:00:00 2001 From: Amy Kate Bordenave Date: Thu, 9 Jul 2026 17:36:23 -0700 Subject: [PATCH 21/24] fix: update topics lists --- .../cross-platform/concept/abbreviations.md | 553 +++++++++--------- docs/assistant/index.md | 16 +- docs/assistant/intents.md | 15 + docs/assistant/schema.md | 18 +- utilities/akb-build-glossary.py | 16 +- 5 files changed, 340 insertions(+), 278 deletions(-) diff --git a/docs/assistant/cross-platform/concept/abbreviations.md b/docs/assistant/cross-platform/concept/abbreviations.md index f3ba310d..da1f29e5 100644 --- a/docs/assistant/cross-platform/concept/abbreviations.md +++ b/docs/assistant/cross-platform/concept/abbreviations.md @@ -34,6 +34,10 @@ topics: - acronyms - accessmap - aviv-scoutroute + - cross-platform + - flexr + - iospointmapper + - livability - opensidewalks - os-connect - qa-qc @@ -45,7 +49,7 @@ topics: risk_level: low authority_level: official review_status: reviewed -last_reviewed: 2026-07-08 +last_reviewed: 2026-07-09 retrieval_priority: high assistant_behavior: allow_inference: false @@ -64,7 +68,7 @@ related_pages: [] ## Short Answer -This page lists all 270 abbreviations, acronyms, and initialisms used across TCAT Wiki documentation and TCAT platforms and tools. +This page lists all 271 abbreviations, acronyms, and initialisms used across TCAT Wiki documentation and TCAT platforms and tools. ## Significance @@ -74,278 +78,279 @@ TCAT documentation spans transportation, accessibility, geospatial, and software The table below maps each abbreviated form to its full expansion. Entries are sorted alphabetically and sourced directly from `includes/abbreviations.md`, the single source of truth for all abbreviations used site-wide. -| Abbreviation | Expansion | -| :------------ | :------------------------------------------------------------------------------------------------------------ | -| 2FA | Two-Factor Authentication | -| 3DEP | 3D Elevation Program | -| A11y | Accessibility | -| AADT | Annual Average Daily Traffic | -| AASHTO | American Association of State Highway and Transportation Officials | -| ABA | Architectural Barriers Act | -| ACM | Association for Computing Machinery | -| ADA | Americans with Disabilities Act | -| ADS | Aging and Disability Services | -| AFN | Access and Functional Needs | -| AI | Artificial Intelligence | -| AKB | Assistant Knowledge Base | -| API | Application Programming Interface | -| APS | Accessible Pedestrian Signal | -| ARIA | Accessible Rich Internet Applications | -| ARNOLD | All Road Network of Linear Referenced Data | -| ASR | AVIV ScoutRoute | -| AST | Abstract Syntax Tree | -| AT-DaWG | Active Transportation Data Working Group | -| ATP | Active Transportation Plan | -| ATSAC | Cooper Jones Active Transportation Safety Advisory Council | -| ATSC | Cooper Jones Active Transportation Safety Council | -| ATTRI | Accessible Transportation Technologies Research Initiative | -| AVIV | Accessibility Verification, Improved Validation | -| AVIV SR | AVIV ScoutRoute | -| BART | Bay Area Rapid Transit | -| BBox | Bounding Box | -| BLV | Blind and Low-Vision | -| BRT | Bus Rapid Transit | -| BSAC | Cooper Jones Bicyclist Safety Advisory Council | -| BTS | Bureau of Transportation Statistics | -| CAD | Computer-Aided Design | -| CADD | Computer-Aided Design and Drafting | -| Cal-ITP | California Integrated Travel Project | -| CALACT | California Association of Coordinated Transportation | -| CC0 | Creative Commons Zero | -| CCMS | Component Content Management System | -| CDP | Census-Designated Place | -| CHIIR | Conference on Human Information Interaction and Retrieval | -| CIEP | Coalition on Inclusive Emergency Planning | -| CMIST | Communications, Maintaining Health, Independence, Support, Safety, and Self-Determination, and Transportation | -| CMP | Congestion Management Process | -| CNG | Cloud-Native Geospatial Forum | -| COE | College of Engineering | -| COG | Cloud Optimized GeoTIFF | -| CRAB | Washington State County Road Administration Board | -| CREATE | Center for Research and Education on Accessible Technology and Experiences | -| CRS | Coordinate Reference System | -| CSE | Computer Science and Engineering | -| CSS | Cascading Style Sheets | -| CSUN | California State University, Northridge | -| CSV | Comma-Separated Values | -| CTANW | Community Transportation Association of the Northwest | -| CUGOS | Cascadia Users of Geospatial Open Source | -| DE-9IM | Dimensionally Extended Nine-Intersection Model | -| DEM | Digital Elevation Model | -| DESA | Department of Economic and Social Affairs | -| DITA | Darwin Information Typing Architecture | -| DOT | Department of Transportation | -| DSB | Department of Services for the Blind | -| DSM | Digital Surface Model | -| DTD | Document Type Definition | -| DTM | Digital Terrain Model | -| DXF | Drawing Exchange Format | -| EFA | Equity Focus Area | -| EPSG | European Petroleum Survey Group | -| ETL | Extract, Transform, Load | -| ETRS89 | European Terrestrial Reference System 1989 | -| FDE | Fundamental Data Elements | -| FGTS | Freight & Goods Transportation System | -| FHWA | Federal Highway Administration | -| FIFA | Fédération Internationale de Football Association | -| FNS | Food and Nutrition Service | -| FQHC | Federally Qualified Health Center | -| FTA | Federal Transit Administration | -| G3ict | Global Initiative for Inclusive Information and Communication Technologies | -| GAAD | Global Accessibility Awareness Day | -| GATIS | General Active Transportation Infrastructure Specification | -| GERS | Global Entity Reference System | -| GIG | GoInfoGame | -| GIS | Geographic Information System | -| GIS-T | Geospatial Information Systems for Transportation | -| GML | Geography Markup Language | -| GNSS | Global Navigation Satellite System | -| GOFS | General On-Demand Transit Feed Specification | -| GPS | Global Positioning System | -| GPX | GPS Exchange Format | -| GS | Gaussian Solutions | -| GTFS | General Transit Feed Specification | -| GTFS-Flex | General Transit Feed Specification, Flex Extension | -| GTFS-Pathways | General Transit Feed Specification, Pathways Extension | -| GWF | Geospatial World Forum | -| HAWK | High-Intensity Activated Crosswalk Beacon | -| HCI | Human-Computer Interaction | -| HCIR | Human Computer Information Retrieval | -| HCT | High-Capacity Transit | -| HIN | High Injury Network | -| HOT | Humanitarian OpenStreetMap Team | -| HOV | High Occupancy Vehicle | -| HTML | Hypertext Markup Language | -| HuskyADAPT | Accessible Design And Play Technology | -| HxGN | Hexagon (aerial imagery provider) | -| IDW | Inverse Distance Weighting | -| IIiX | Information Interaction in Context | -| IoU | Intersection over Union | -| IRB | Internal Review Board | -| ISB | Industrial Service Boundary | -| ISTEA | Intermodal Surface Transportation Efficiency Act of 1991 | -| ITS | Intelligent Transportation System | -| IXN | Intersection / Intersection Traversability Metric | -| JCDL | Joint Conference on Digital Libraries | -| JOSM | Java OpenStreetMap Editor | -| JSON | JavaScript Object Notation | -| JSX | JavaScript XML | -| KML | Keyhole Markup Language | -| KPI | Key Performance Indicator | -| lat | Latitude | -| LFQD | Long Form Quest Definition | -| LiDAR | Light Detection and Ranging | -| LoD | Level of Detail | -| lon | Longitude | -| LoS | Line of Sight | -| LRS | Linear Referencing System | -| LRTP | Long-Range Transportation Plan | -| MBTA | Massachusetts Bay Transportation Authority | -| MCP | Model Context Protocol | -| MDIP | Mobility Data Interoperability Principles | -| MDOT | Michigan Department of Transportation | -| MGRS | Military Grid Reference System | -| MIC | Manufacturing Industrial Center | -| MIRE | Model Inventory of Roadway Elements | -| ML | Machine Learning | -| MnDOT | Minnesota Department of Transportation | -| MNY26 | Mappy New Year 2026 | -| MOD | Mobility-on-Demand | -| MOU | Memorandum of Understanding | -| MP | MultiPolygon | -| MPO | Metropolitan Planning Organization | -| MUTCD | Manual on Uniform Traffic Control Devices | -| MVT | Mapbox Vector Tile | -| NACTO | National Association of City Transportation Officials | -| NAD27 | North American Datum 1927 | -| NAD83 | North American Datum 1983 | -| NC-BPAID | National Collaboration on Bicycle, Pedestrian, and Accessibility Infrastructure Data | -| NCDOT | North Carolina Department of Transportation | -| NCHRP | National Cooperative Highway Research Program | -| NDA | Nondrivers Alliance | -| NDVI | Normalized Difference Vegetation Index | -| NEMT | Non-Emergency Medical Transportation | -| NetCDF | Network Common Data Form | -| NHS | National Highway System | -| NHTSA | National Highway Traffic Safety Administration | -| NIR | Near-Infrared | -| NYPL | New York Public Library | -| OD | Origin-Destination | -| ODOT | Oregon Department of Transportation | -| OGC | Open Geospatial Consortium | -| OMF | Open Mobility Foundation | -| ORCA | One Regional Card for All | -| OS-CONNECT | OpenSidewalks COnsistent Network for accessible Navigation and Equitable Connectivity through Transit | -| OSM | OpenStreetMap | -| OSMF | OpenStreetMap Foundation | -| OSMUS | OpenStreetMap US | -| OSW | OpenSidewalks | -| OSWMH | OpenSidewalks Mappy Hours | -| OTP | OpenThePaths / OpenTripPlanner | -| OTP25 | OpenThePaths 2025 | -| OTP26 | OpenThePaths 2026 | -| PED XING | Pedestrian Crossing | -| PII | Personally Identifiable Information | -| POI | Point of Interest | -| POIs | Points of Interest | -| PROWAG | Public Right-of-Way Accessibility Guidelines | -| PSAC | Pedestrian Safety Advisory Council | -| PSRC | Puget Sound Regional Council | -| PWG | Pedestrian Working Group | -| QA | Quality Assurance | -| QC | Quality Control | -| RAG | Retrieval-Augmented Generation | -| RCTO | Regional Concept for Transportation Operations | -| RCW | Revised Code of Washington | -| RGC | Regional Growth Center | -| ROW | Right of Way | -| RRFB | Rectangular Rapid Flashing Beacon | -| RSO | Registered Student Organization | -| RTAN | Regional Transportation Accessibility Network | -| RTD | Denver Regional Transportation District | -| RTPO | Regional Transportation Planning Organization | -| SAFETEA-LU | Safe, Accountable, Flexible, Efficient Transportation Equity Act: A Legacy for Users | -| SAM | Segment Anything Model | -| SAM-Road | Segment Anything Model for Road Network Graph Extraction | -| SCLIO | Specialized Community-Led Impact Opportunity | -| SDI | Spatial Data Infrastructure | -| SDOT | Seattle Department of Transportation | -| SHSP | Strategic Highway Safety Plan | -| SIGIR | Special Interest Group on Information Retrieval | -| SLAM | Simultaneous Location and Mapping | -| SLD | Styled Layer Descriptor | -| SNAP | Supplemental Nutrition Assistance Program | -| SNG | Seattle Neighborhood Greenways | -| SOV | Single Occupancy Vehicle | -| SOW | Statement of Work | -| SPS | Seattle Public Schools | -| SRID | Spatial Reference System Identifier | -| SRTS | Safe Routes to School | -| SS4A | Safe Streets and Roads for All | -| SSA | Seattle Streets Alliance | -| STAC | SpatioTemporal Asset Catalog | -| STAR | Smart Transportation Applications and Research | -| STIP | State Transportation Improvement Program | -| SUMC | Shared User Mobility Conference / Shared Use Mobility Center | -| SVEA | Snoqualmie Valley Economic Alliance | -| SVG | Scalable Vector Graphics | -| TAM | Transportation Asset Management | -| TAMP | Transportation Asset Management Plan | -| TANF | Temporary Assistance for Needy Families | -| TCAT | Taskar Center for Accessible Technology | -| TCAT_WSP_PG | Taskar Center for Accessible Technology Washington State Proviso Project Group | -| TCRP | Transit Cooperative Research Program | -| TDEI | Transportation Data Exchange Initiative | -| TDM | Transportation Demand Management | -| TEA-21 | Transportation Equity Act for the 21st Century | -| TFTF | Transportation Funding Task Force | -| TIB | Transportation Improvement Board | -| TIN | Triangulated Irregular Network | -| TIP | Transportation Improvement Program | -| TMA | Transportation Management Areas | -| TMS | Tile Map Service | -| TOD | Time of Day | -| TRAILS | Trail Routing, Analysis, and Information Linkage System | -| TRB | Transportation Research Board | -| TSP | Transportation Service Provider / Transportation Safety Planning | -| TTS | Text-to-Speech | -| TVM | Ticket Vending Machine | -| TxDOT | Texas Department of Transportation | -| UGA | Urban Growth Area | -| UI | User Interface / Unincorporated | -| UN | United Nations | -| UNDESA | United Nations Department of Economic and Social Affairs | -| US | United States | -| USDA | United States Department of Agriculture | -| USDOT | United States Department of Transportation | -| USGS | United States Geological Survey | -| UTM | Universal Transverse Mercator | -| UW | University of Washington | -| UX | User Experience | -| V2X | Vehicle-to-Everything | -| VGI | Volunteered Geographic Information | -| VMT | Vehicle Miles Traveled | -| W3C | World Wide Web Consortium | -| WA | Washington (state) | -| WAGISA | Washington GIS Association | -| WAI | Web Accessibility Initiative | -| WAI-ARIA | Web Accessibility Initiative - Accessible Rich Internet Applications | -| WASILC | Washington Statewide Independent Living Council | -| WCAG | Web Content Accessibility Guidelines | -| WFS | Web Feature Service | -| WGS | World Geodetic System | -| WIC | Special Supplemental Nutrition Program for Women, Infants, and Children | -| WKB | Well-Known Binary | -| WKT | Well-Known Text | -| WMS | Web Map Service | -| WMTS | Web Map Tile Service | -| WSDOT | Washington State Department of Transportation | -| WSP | Washington State Proviso | -| WTSC | Washington Traffic Safety Commission | -| WWWC | World Wide Web Consortium | -| XEE | XML External Entity | -| XML | Extensible Markup Language | -| XR | Extended Reality | +| Abbreviation | Expansion | +| :----------- | :-------- | +| 2FA | Two-Factor Authentication | +| 3DEP | 3D Elevation Program | +| A11y | Accessibility | +| AADT | Annual Average Daily Traffic | +| AASHTO | American Association of State Highway and Transportation Officials | +| ABA | Architectural Barriers Act | +| ACM | Association for Computing Machinery | +| ADA | Americans with Disabilities Act | +| ADS | Aging and Disability Services | +| AFN | Access and Functional Needs | +| AI | Artificial Intelligence | +| AKB | Assistant Knowledge Base | +| API | Application Programming Interface | +| APS | Accessible Pedestrian Signal | +| ARIA | Accessible Rich Internet Applications | +| ARNOLD | All Road Network of Linear Referenced Data | +| ASR | AVIV ScoutRoute | +| AST | Abstract Syntax Tree | +| AT-DaWG | Active Transportation Data Working Group | +| ATP | Active Transportation Plan | +| ATSAC | Cooper Jones Active Transportation Safety Advisory Council | +| ATSC | Cooper Jones Active Transportation Safety Council | +| ATTRI | Accessible Transportation Technologies Research Initiative | +| AVIV | Accessibility Verification, Improved Validation | +| AVIV SR | AVIV ScoutRoute | +| BART | Bay Area Rapid Transit | +| BBox | Bounding Box | +| BLV | Blind and Low-Vision | +| BRT | Bus Rapid Transit | +| BSAC | Cooper Jones Bicyclist Safety Advisory Council | +| BTS | Bureau of Transportation Statistics | +| CAD | Computer-Aided Design | +| CADD | Computer-Aided Design and Drafting | +| Cal-ITP | California Integrated Travel Project | +| CALACT | California Association of Coordinated Transportation | +| CC0 | Creative Commons Zero | +| CCMS | Component Content Management System | +| CDP | Census-Designated Place | +| CHIIR | Conference on Human Information Interaction and Retrieval | +| CIEP | Coalition on Inclusive Emergency Planning | +| CMIST | Communications, Maintaining Health, Independence, Support, Safety, and Self-Determination, and Transportation | +| CMP | Congestion Management Process | +| CNG | Cloud-Native Geospatial Forum | +| COE | College of Engineering | +| COG | Cloud Optimized GeoTIFF | +| CRAB | Washington State County Road Administration Board | +| CREATE | Center for Research and Education on Accessible Technology and Experiences | +| CRS | Coordinate Reference System | +| CSE | Computer Science and Engineering | +| CSS | Cascading Style Sheets | +| CSUN | California State University, Northridge | +| CSV | Comma-Separated Values | +| CTANW | Community Transportation Association of the Northwest | +| CUGOS | Cascadia Users of Geospatial Open Source | +| DE-9IM | Dimensionally Extended Nine-Intersection Model | +| DEM | Digital Elevation Model | +| DESA | Department of Economic and Social Affairs | +| DITA | Darwin Information Typing Architecture | +| DOT | Department of Transportation | +| DSB | Department of Services for the Blind | +| DSM | Digital Surface Model | +| DTD | Document Type Definition | +| DTM | Digital Terrain Model | +| DXF | Drawing Exchange Format | +| EFA | Equity Focus Area | +| EPSG | European Petroleum Survey Group | +| ETL | Extract, Transform, Load | +| ETRS89 | European Terrestrial Reference System 1989 | +| FDE | Fundamental Data Elements | +| FGTS | Freight & Goods Transportation System | +| FHWA | Federal Highway Administration | +| FIFA | Fédération Internationale de Football Association | +| FNS | Food and Nutrition Service | +| FQHC | Federally Qualified Health Center | +| FTA | Federal Transit Administration | +| G3ict | Global Initiative for Inclusive Information and Communication Technologies | +| GAAD | Global Accessibility Awareness Day | +| GATIS | General Active Transportation Infrastructure Specification | +| GERS | Global Entity Reference System | +| GIG | GoInfoGame | +| GIS | Geographic Information System | +| GIS-T | Geospatial Information Systems for Transportation | +| GML | Geography Markup Language | +| GNSS | Global Navigation Satellite System | +| GOFS | General On-Demand Transit Feed Specification | +| GPS | Global Positioning System | +| GPX | GPS Exchange Format | +| GS | Gaussian Solutions | +| GTFS | General Transit Feed Specification | +| GTFS-Flex | General Transit Feed Specification, Flex Extension | +| GTFS-Pathways | General Transit Feed Specification, Pathways Extension | +| GWF | Geospatial World Forum | +| HAWK | High-Intensity Activated Crosswalk Beacon | +| HCI | Human-Computer Interaction | +| HCIR | Human Computer Information Retrieval | +| HCT | High-Capacity Transit | +| HIN | High Injury Network | +| HOT | Humanitarian OpenStreetMap Team | +| HOV | High Occupancy Vehicle | +| HTML | Hypertext Markup Language | +| HuskyADAPT | Accessible Design And Play Technology | +| HxGN | Hexagon (aerial imagery provider) | +| IDW | Inverse Distance Weighting | +| IIiX | Information Interaction in Context | +| IMCL | International Making Cities Livable | +| IoU | Intersection over Union | +| IRB | Internal Review Board | +| ISB | Industrial Service Boundary | +| ISTEA | Intermodal Surface Transportation Efficiency Act of 1991 | +| ITS | Intelligent Transportation System | +| IXN | Intersection / Intersection Traversability Metric | +| JCDL | Joint Conference on Digital Libraries | +| JOSM | Java OpenStreetMap Editor | +| JSON | JavaScript Object Notation | +| JSX | JavaScript XML | +| KML | Keyhole Markup Language | +| KPI | Key Performance Indicator | +| lat | Latitude | +| LFQD | Long Form Quest Definition | +| LiDAR | Light Detection and Ranging | +| LoD | Level of Detail | +| lon | Longitude | +| LoS | Line of Sight | +| LRS | Linear Referencing System | +| LRTP | Long-Range Transportation Plan | +| MBTA | Massachusetts Bay Transportation Authority | +| MCP | Model Context Protocol | +| MDIP | Mobility Data Interoperability Principles | +| MDOT | Michigan Department of Transportation | +| MGRS | Military Grid Reference System | +| MIC | Manufacturing Industrial Center | +| MIRE | Model Inventory of Roadway Elements | +| ML | Machine Learning | +| MnDOT | Minnesota Department of Transportation | +| MNY26 | Mappy New Year 2026 | +| MOD | Mobility-on-Demand | +| MOU | Memorandum of Understanding | +| MP | MultiPolygon | +| MPO | Metropolitan Planning Organization | +| MUTCD | Manual on Uniform Traffic Control Devices | +| MVT | Mapbox Vector Tile | +| NACTO | National Association of City Transportation Officials | +| NAD27 | North American Datum 1927 | +| NAD83 | North American Datum 1983 | +| NC-BPAID | National Collaboration on Bicycle, Pedestrian, and Accessibility Infrastructure Data | +| NCDOT | North Carolina Department of Transportation | +| NCHRP | National Cooperative Highway Research Program | +| NDA | Nondrivers Alliance | +| NDVI | Normalized Difference Vegetation Index | +| NEMT | Non-Emergency Medical Transportation | +| NetCDF | Network Common Data Form | +| NHS | National Highway System | +| NHTSA | National Highway Traffic Safety Administration | +| NIR | Near-Infrared | +| NYPL | New York Public Library | +| OD | Origin-Destination | +| ODOT | Oregon Department of Transportation | +| OGC | Open Geospatial Consortium | +| OMF | Open Mobility Foundation | +| ORCA | One Regional Card for All | +| OS-CONNECT | OpenSidewalks COnsistent Network for accessible Navigation and Equitable Connectivity through Transit | +| OSM | OpenStreetMap | +| OSMF | OpenStreetMap Foundation | +| OSMUS | OpenStreetMap US | +| OSW | OpenSidewalks | +| OSWMH | OpenSidewalks Mappy Hours | +| OTP | OpenThePaths / OpenTripPlanner | +| OTP25 | OpenThePaths 2025 | +| OTP26 | OpenThePaths 2026 | +| PED XING | Pedestrian Crossing | +| PII | Personally Identifiable Information | +| POI | Point of Interest | +| POIs | Points of Interest | +| PROWAG | Public Right-of-Way Accessibility Guidelines | +| PSAC | Pedestrian Safety Advisory Council | +| PSRC | Puget Sound Regional Council | +| PWG | Pedestrian Working Group | +| QA | Quality Assurance | +| QC | Quality Control | +| RAG | Retrieval-Augmented Generation | +| RCTO | Regional Concept for Transportation Operations | +| RCW | Revised Code of Washington | +| RGC | Regional Growth Center | +| ROW | Right of Way | +| RRFB | Rectangular Rapid Flashing Beacon | +| RSO | Registered Student Organization | +| RTAN | Regional Transportation Accessibility Network | +| RTD | Denver Regional Transportation District | +| RTPO | Regional Transportation Planning Organization | +| SAFETEA-LU | Safe, Accountable, Flexible, Efficient Transportation Equity Act: A Legacy for Users | +| SAM | Segment Anything Model | +| SAM-Road | Segment Anything Model for Road Network Graph Extraction | +| SCLIO | Specialized Community-Led Impact Opportunity | +| SDI | Spatial Data Infrastructure | +| SDOT | Seattle Department of Transportation | +| SHSP | Strategic Highway Safety Plan | +| SIGIR | Special Interest Group on Information Retrieval | +| SLAM | Simultaneous Location and Mapping | +| SLD | Styled Layer Descriptor | +| SNAP | Supplemental Nutrition Assistance Program | +| SNG | Seattle Neighborhood Greenways | +| SOV | Single Occupancy Vehicle | +| SOW | Statement of Work | +| SPS | Seattle Public Schools | +| SRID | Spatial Reference System Identifier | +| SRTS | Safe Routes to School | +| SS4A | Safe Streets and Roads for All | +| SSA | Seattle Streets Alliance | +| STAC | SpatioTemporal Asset Catalog | +| STAR | Smart Transportation Applications and Research | +| STIP | State Transportation Improvement Program | +| SUMC | Shared User Mobility Conference / Shared Use Mobility Center | +| SVEA | Snoqualmie Valley Economic Alliance | +| SVG | Scalable Vector Graphics | +| TAM | Transportation Asset Management | +| TAMP | Transportation Asset Management Plan | +| TANF | Temporary Assistance for Needy Families | +| TCAT | Taskar Center for Accessible Technology | +| TCAT_WSP_PG | Taskar Center for Accessible Technology Washington State Proviso Project Group | +| TCRP | Transit Cooperative Research Program | +| TDEI | Transportation Data Exchange Initiative | +| TDM | Transportation Demand Management | +| TEA-21 | Transportation Equity Act for the 21st Century | +| TFTF | Transportation Funding Task Force | +| TIB | Transportation Improvement Board | +| TIN | Triangulated Irregular Network | +| TIP | Transportation Improvement Program | +| TMA | Transportation Management Areas | +| TMS | Tile Map Service | +| TOD | Time of Day | +| TRAILS | Trail Routing, Analysis, and Information Linkage System | +| TRB | Transportation Research Board | +| TSP | Transportation Service Provider / Transportation Safety Planning | +| TTS | Text-to-Speech | +| TVM | Ticket Vending Machine | +| TxDOT | Texas Department of Transportation | +| UGA | Urban Growth Area | +| UI | User Interface / Unincorporated | +| UN | United Nations | +| UNDESA | United Nations Department of Economic and Social Affairs | +| US | United States | +| USDA | United States Department of Agriculture | +| USDOT | United States Department of Transportation | +| USGS | United States Geological Survey | +| UTM | Universal Transverse Mercator | +| UW | University of Washington | +| UX | User Experience | +| V2X | Vehicle-to-Everything | +| VGI | Volunteered Geographic Information | +| VMT | Vehicle Miles Traveled | +| W3C | World Wide Web Consortium | +| WA | Washington (state) | +| WAGISA | Washington GIS Association | +| WAI | Web Accessibility Initiative | +| WAI-ARIA | Web Accessibility Initiative - Accessible Rich Internet Applications | +| WASILC | Washington Statewide Independent Living Council | +| WCAG | Web Content Accessibility Guidelines | +| WFS | Web Feature Service | +| WGS | World Geodetic System | +| WIC | Special Supplemental Nutrition Program for Women, Infants, and Children | +| WKB | Well-Known Binary | +| WKT | Well-Known Text | +| WMS | Web Map Service | +| WMTS | Web Map Tile Service | +| WSDOT | Washington State Department of Transportation | +| WSP | Washington State Proviso | +| WTSC | Washington Traffic Safety Commission | +| WWWC | World Wide Web Consortium | +| XEE | XML External Entity | +| XML | Extensible Markup Language | +| XR | Extended Reality | ## What This Does Not Mean diff --git a/docs/assistant/index.md b/docs/assistant/index.md index 6b6eda75..439c40b2 100644 --- a/docs/assistant/index.md +++ b/docs/assistant/index.md @@ -27,7 +27,21 @@ audiences: topics: - assistant-layer - governance - - RAG + - assistant-behavior + - accessmap + - aviv-scoutroute + - cross-platform + - flexr + - iospointmapper + - livability + - opensidewalks + - os-connect + - qa-qc + - rapid + - tdei + - walksheds + - waykeeper + - workspaces risk_level: low authority_level: explanatory review_status: draft diff --git a/docs/assistant/intents.md b/docs/assistant/intents.md index 06f31275..8bc55054 100644 --- a/docs/assistant/intents.md +++ b/docs/assistant/intents.md @@ -26,6 +26,21 @@ topics: - support - intent - helpline + - assistant-behavior + - accessmap + - aviv-scoutroute + - cross-platform + - flexr + - iospointmapper + - livability + - opensidewalks + - os-connect + - qa-qc + - rapid + - tdei + - walksheds + - waykeeper + - workspaces risk_level: low authority_level: draft review_status: draft diff --git a/docs/assistant/schema.md b/docs/assistant/schema.md index 3356554a..8de20373 100644 --- a/docs/assistant/schema.md +++ b/docs/assistant/schema.md @@ -27,10 +27,24 @@ topics: - support - governance - assistant-behavior + - accessmap + - aviv-scoutroute + - cross-platform + - flexr + - iospointmapper + - livability + - opensidewalks + - os-connect + - qa-qc + - rapid + - tdei + - walksheds + - waykeeper + - workspaces risk_level: high authority_level: official -review_status: reviewed -last_reviewed: 2026-07-08 +review_status: draft +last_reviewed: 2026-07-09 retrieval_priority: high assistant_behavior: allow_inference: false diff --git a/utilities/akb-build-glossary.py b/utilities/akb-build-glossary.py index 8e12644a..81f498f0 100644 --- a/utilities/akb-build-glossary.py +++ b/utilities/akb-build-glossary.py @@ -72,7 +72,7 @@ def build_output(entries: list[tuple[str, str]]) -> str: - AVIV ScoutRoute - OpenSidewalks - OS-CONNECT - - QA/QC Reports + - QA-QC Reports - Rapid - TDEI - Walksheds @@ -87,6 +87,20 @@ def build_output(entries: list[tuple[str, str]]) -> str: - glossary - abbreviations - acronyms + - accessmap + - aviv-scoutroute + - cross-platform + - flexr + - iospointmapper + - livability + - opensidewalks + - os-connect + - qa-qc + - rapid + - tdei + - walksheds + - waykeeper + - workspaces risk_level: low authority_level: official review_status: reviewed From 7a1df31c5ca0af0e8dd905d6b0c92a706d1ea956 Mon Sep 17 00:00:00 2001 From: Amy Kate Bordenave Date: Thu, 9 Jul 2026 17:37:15 -0700 Subject: [PATCH 22/24] fix: handle serve wrapper interrupts gracefully --- CHANGELOG.md | 1 + utilities/build-site.py | 23 ++++++++++--------- utilities/test_build_site.py | 43 +++++++++++++++++++++++++++++------- 3 files changed, 49 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59df6944..4fc0e2fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), ### Fixes +- **Core**: Handle interrupted site preparation and local preview serving without printing a Python traceback - **Core**: Remove explicit Python Markdown association settings file, no longer needed as of Zensical Studio 0.1.2 - **Docs**: Rename or case-normalize non-conforming `topics` values in AKB articles to match the schema's updated controlled vocabulary - **Docs**: Reorder AKB article `products`/`topics` frontmatter so the first `products` entry matches the owning product for the article's parent topic folder, the first `topics` entry matches that folder's slug, and every listed product's slug is present in `topics`, per the new `test_akb_content.py` checks; regenerate `assistant/dispatch.md` afterward diff --git a/utilities/build-site.py b/utilities/build-site.py index 8c1977f7..eb82b7e8 100644 --- a/utilities/build-site.py +++ b/utilities/build-site.py @@ -356,6 +356,19 @@ def main(argv=None): try: prepare() + + if args.build: + run_zensical_build() + overlay_agent_layer() + print(f"Build complete: {SITE_DIR}") + elif args.serve: + run_zensical_serve() + else: + print( + f"Prep complete: {HUMAN_DOCS_DIR}, {AGENT_DOCS_DIR}, {BUILD_CONFIG_PATH}") + except KeyboardInterrupt: + print("\nOperation canceled.", file=sys.stderr) + return 130 except HumanDocsValidationError as exc: print( "error: reviewed human-docs page(s) link to an unbuilt assistant " @@ -367,16 +380,6 @@ def main(argv=None): print(f" {offending_page} -> {link_target}", file=sys.stderr) return 1 - if args.build: - run_zensical_build() - overlay_agent_layer() - print(f"Build complete: {SITE_DIR}") - elif args.serve: - run_zensical_serve() - else: - print( - f"Prep complete: {HUMAN_DOCS_DIR}, {AGENT_DOCS_DIR}, {BUILD_CONFIG_PATH}") - return 0 diff --git a/utilities/test_build_site.py b/utilities/test_build_site.py index 767c07b7..ebc39512 100644 --- a/utilities/test_build_site.py +++ b/utilities/test_build_site.py @@ -34,7 +34,8 @@ def fixture_docs(tmp_path): docs = tmp_path / "docs" # Non-assistant page, never touched by the filter. - write_page(docs / "index.md", body="# Welcome\n\n![Logo](resources/logo.png)\n") + write_page(docs / "index.md", + body="# Welcome\n\n![Logo](resources/logo.png)\n") # Assistant top-level peers. write_page(docs / "assistant" / "index.md", @@ -65,12 +66,12 @@ def test_copy_layers_does_not_mutate_source(tmp_path, fixture_docs): human_dir = tmp_path / "human-docs" agent_dir = tmp_path / "agent-docs" original_files = sorted(p.relative_to(fixture_docs) - for p in fixture_docs.rglob("*.md")) + for p in fixture_docs.rglob("*.md")) bs.copy_layers(fixture_docs, human_dir, agent_dir) after_files = sorted(p.relative_to(fixture_docs) - for p in fixture_docs.rglob("*.md")) + for p in fixture_docs.rglob("*.md")) assert original_files == after_files assert (human_dir / "assistant" / "support" / "index.md").exists() assert (agent_dir / "assistant" / "support" / "index.md").exists() @@ -83,9 +84,11 @@ def test_filter_removes_support_and_non_reviewed(tmp_path, fixture_docs): info = bs.filter_human_docs(human_dir) assert not (human_dir / "assistant" / "support").exists() - assert not (human_dir / "assistant" / "alpha" / "concept" / "stub-page.md").exists() + assert not (human_dir / "assistant" / "alpha" / + "concept" / "stub-page.md").exists() assert not (human_dir / "assistant" / "dispatch.md").exists() # draft - assert (human_dir / "assistant" / "alpha" / "concept" / "reviewed-page.md").exists() + assert (human_dir / "assistant" / "alpha" / + "concept" / "reviewed-page.md").exists() assert (human_dir / "assistant" / "alpha" / "index.md").exists() assert "assistant/support/index.md" in info["removed"] assert "assistant/dispatch.md" in info["removed"] @@ -122,7 +125,8 @@ def test_agent_docs_retains_all_statuses_and_dispatch(tmp_path, fixture_docs): bs.copy_layers(fixture_docs, tmp_path / "human-docs", agent_dir) assert (agent_dir / "assistant" / "support" / "index.md").exists() - assert (agent_dir / "assistant" / "alpha" / "concept" / "stub-page.md").exists() + assert (agent_dir / "assistant" / "alpha" / + "concept" / "stub-page.md").exists() output_path = bs.generate_dispatch(agent_dir) assert output_path == agent_dir / "assistant" / "dispatch.md" @@ -160,7 +164,8 @@ def test_strip_agent_docs_applies_to_all_files(tmp_path, fixture_docs): bs.strip_agent_docs(agent_dir) - assistant_index = (agent_dir / "assistant" / "index.md").read_text(encoding="utf-8") + assistant_index = (agent_dir / "assistant" / + "index.md").read_text(encoding="utf-8") assert "@format" not in assistant_index root_index = (agent_dir / "index.md").read_text(encoding="utf-8") @@ -175,7 +180,8 @@ def test_write_build_config_overrides_docs_dir_only(tmp_path): ) build_config = tmp_path / "zensical.build.toml" - bs.write_build_config(source_config, build_config, docs_dir_name="human-docs") + bs.write_build_config(source_config, build_config, + docs_dir_name="human-docs") import tomlkit doc = tomlkit.parse(build_config.read_text(encoding="utf-8")) @@ -249,3 +255,24 @@ def test_prepare_raises_on_broken_link(tmp_path, fixture_docs): source_config, tmp_path / "zensical.build.toml", ) + + +def test_main_handles_keyboard_interrupt_during_prepare(monkeypatch, capsys): + def interrupt(): + raise KeyboardInterrupt + + monkeypatch.setattr(bs, "prepare", interrupt) + + assert bs.main([]) == 130 + assert capsys.readouterr().err == "\nOperation canceled.\n" + + +def test_main_handles_keyboard_interrupt_during_serve(monkeypatch, capsys): + def interrupt(): + raise KeyboardInterrupt + + monkeypatch.setattr(bs, "prepare", lambda: None) + monkeypatch.setattr(bs, "run_zensical_serve", interrupt) + + assert bs.main(["--serve"]) == 130 + assert capsys.readouterr().err == "\nOperation canceled.\n" From 9728697d20a93561bfe5d3851a62f338094eaff2 Mon Sep 17 00:00:00 2001 From: Amy Kate Bordenave Date: Thu, 9 Jul 2026 18:03:53 -0700 Subject: [PATCH 23/24] fix: clarify agent-layer conventions for index pages --- CHANGELOG.md | 1 + docs/assistant/schema.md | 22 ++++++---------------- docs/llms.txt | 12 ++---------- overrides/main.html | 22 ++++++++++++---------- utilities/test_build_site.py | 5 +++++ 5 files changed, 26 insertions(+), 36 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fc0e2fc..83bd2952 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), ### Fixes +- **Core**: Document and test that agent-layer URLs preserve docs-relative source paths, including `index.md`, while human index pages retain directory URLs - **Core**: Handle interrupted site preparation and local preview serving without printing a Python traceback - **Core**: Remove explicit Python Markdown association settings file, no longer needed as of Zensical Studio 0.1.2 - **Docs**: Rename or case-normalize non-conforming `topics` values in AKB articles to match the schema's updated controlled vocabulary diff --git a/docs/assistant/schema.md b/docs/assistant/schema.md index 8de20373..3fe2b154 100644 --- a/docs/assistant/schema.md +++ b/docs/assistant/schema.md @@ -75,25 +75,15 @@ This document is the authoring contract for [`docs/assistant/`](../assistant/ind The site publishes two parallel layers at the same URL space: -- **Human layer** — Zensical-built HTML pages. Inside `docs/assistant/`, only - `review_status: reviewed` pages outside `support/` are built to HTML. -- **Agent layer** — every assistant page is served as raw Markdown at the same URL - with an `.md` extension (for example - `https://taskarcenteratuw.github.io/tcat-wiki/assistant/qa-qc/concept/completeness.md`), - regardless of `review_status`, including `support/` pages and stubs. +- **Human layer** — Zensical-built HTML pages. Inside `docs/assistant/`, only `review_status: reviewed` pages outside `support/` are built to HTML. +- **Agent layer** — every assistant page is served as raw Markdown at its docs-relative source path, including the `.md` filename (for example `https://taskarcenteratuw.github.io/tcat-wiki/assistant/qa-qc/concept/completeness.md`), regardless of `review_status`, including `support/` pages and stubs. Human index-page URLs omit `index`, while agent URLs retain it: the human URL `https://taskarcenteratuw.github.io/tcat-wiki/accessmap/` corresponds to the agent URL `https://taskarcenteratuw.github.io/tcat-wiki/accessmap/index.md`. Consequences for authors: -- `review_status` controls human-layer visibility: `stub` and `draft` pages are - agent-only; a page appears as an HTML page only once it is `reviewed`. -- Because every page is served as raw `.md`, stubs MUST still contain valid - frontmatter and the required heading scaffold (with `TODO` placeholders) so the - `.md` resolves to well-formed content. -- A `reviewed` human page MUST NOT link to a page that is not built to HTML (a - `stub`, a `draft`, or anything under `support/`). Such links are treated as - authoring errors and fail the build. -- `dispatch.md` is a generated registry of the agent layer, produced by - `utilities/akb-generate-dispatch.py`. Do not manually edit it. +- `review_status` controls human-layer visibility: `stub` and `draft` pages are agent-only; a page appears as an HTML page only once it is `reviewed`. +- Because every page is served as raw `.md` at its docs-relative source path, stubs MUST still contain valid frontmatter and the required heading scaffold (with `TODO` placeholders) so the `.md` resolves to well-formed content. +- A `reviewed` human page MUST NOT link to a page that is not built to HTML (a `stub`, a `draft`, or anything under `support/`). Such links are treated as authoring errors and fail the build. +- `dispatch.md` is a generated registry of the agent layer, produced by `utilities/akb-generate-dispatch.py`. Do not manually edit it. ## YAML frontmatter (required keys) diff --git a/docs/llms.txt b/docs/llms.txt index 996409b4..040ef4d5 100644 --- a/docs/llms.txt +++ b/docs/llms.txt @@ -2,11 +2,7 @@ > Documentation for transportation accessibility tools developed by the Taskar Center for Accessible Technology (TCAT) at the University of Washington. Covers OS-CONNECT (WA State pedestrian network dataset), TDEI (the platform), OpenSidewalks (the data schema), AccessMap (accessible routing), Walksheds (network analysis), Workspaces (editing tools), and AVIV ScoutRoute (mobile crowdsourcing app). -TCAT develops open-source tools and data infrastructure to improve pedestrian -accessibility and mobility for people with disabilities. The core dataset is -OS-CONNECT — a high-resolution connected pedestrian network (sidewalks, crossings, -curb ramps, and related features) for Washington State, stored and served via the -TDEI platform using the OpenSidewalks schema. +TCAT develops open-source tools and data infrastructure to improve pedestrian accessibility and mobility for people with disabilities. The core dataset is OS-CONNECT — a high-resolution connected pedestrian network (sidewalks, crossings, curb ramps, and related features) for Washington State, stored and served via the TDEI platform using the OpenSidewalks schema. Key acronyms: @@ -60,11 +56,7 @@ Data flow: AVIV ScoutRoute, Rapid editor, and Prophet generate data → TDEI Cor ## Assistant Knowledge Base (agent layer) -Every page on this site is also served as raw Markdown at the same URL with an -`.md` extension (e.g. `https://taskarcenteratuw.github.io/tcat-wiki/accessmap/index.md` -alongside `.../accessmap/`), regardless of whether that page has been reviewed for -human-facing publication. HTML pages carry a `` -hint pointing to their `.md` counterpart. +Every page on this site is also served as raw Markdown at its docs-relative source path, including its `.md` filename. This is not always the human URL with `.md` appended: human index-page URLs omit `index`, while agent URLs retain it. For example, `https://taskarcenteratuw.github.io/tcat-wiki/accessmap/` corresponds to `https://taskarcenteratuw.github.io/tcat-wiki/accessmap/index.md`. This applies regardless of whether the page has been reviewed for human-facing publication. HTML pages carry a `` hint pointing to the canonical agent URL; agents following a human-page URL should use that hint. - [Assistant Knowledge Base — Dispatch](https://taskarcenteratuw.github.io/tcat-wiki/assistant/dispatch.md): Generated registry of every article in the assistant knowledge base (all authoring statuses); fetch this first to enumerate available agent-layer pages - [Assistant Knowledge Base Overview](https://taskarcenteratuw.github.io/tcat-wiki/assistant/index.md): Purpose and scope of the assistant knowledge base diff --git a/overrides/main.html b/overrides/main.html index a0b47002..775cf914 100644 --- a/overrides/main.html +++ b/overrides/main.html @@ -1,15 +1,17 @@ -{% extends "base.html" %} {% block extrahead %} {#- Agent redirect: an invisible -hint (not rendered, no visual or a11y impact) pointing external -agents/assistants at the raw-Markdown copy of this page, served at the same URL -with an .md extension by the two-layer build (see utilities/build-site.py and -docs/assistant/schema.md). page.edit_url always contains the docs-relative -source path after the configured edit_uri ("edit/main/docs/"), which matches the -relative path used by the agent-docs overlay onto site/, regardless of the -docs_dir actually used for this build (human-docs during a real build). -#} {% -if page.edit_url and config.site_url %} {% set md_relpath = page.edit_url | -replace(config.repo_url ~ "/" ~ config.edit_uri, "") | trim("/") %} +{% extends "base.html" %} {% block extrahead %} {#- Agent alternate: an +invisible hint (not rendered, no visual or a11y impact) pointing external +agents/assistants at the raw-Markdown copy of this page. The agent URL is the +docs-relative source path, including its .md filename; it is not derived by +appending .md to the human URL. This distinction preserves index.md for agents +when navigation.indexes gives people a directory URL. page.edit_url always +contains the docs-relative source path after the configured edit_uri +("edit/main/docs/"), which matches the relative path used by the agent-docs +overlay onto site/, regardless of the docs_dir actually used for this build +(human-docs during a real build). -#} {% if page.edit_url and config.site_url %} +{% set md_relpath = page.edit_url | replace(config.repo_url ~ "/" ~ +config.edit_uri, "") | trim("/") %} Date: Thu, 9 Jul 2026 18:16:06 -0700 Subject: [PATCH 24/24] chore: update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83bd2952..33a67dc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/) and [Conventional Commits](https://www.conventionalcommits.org/). -## Unreleased +## v13.1.0 (2026-07-09) ### Features