Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/journeys/manifests/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Journey Manifests
6 changes: 6 additions & 0 deletions docs/operations/iconography/SPEC.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Iconography Standard

Implements the [phenotype-infra iconography standard](https://github.com/kooshapari/phenotype-infra/blob/main/docs/governance/iconography-standard.md).

Three styles: Fluent (stroke), Material (filled+outlined), Liquid Glass (blur).
All icons: 24×24 SVG, `currentColor`, `role="img"`, `aria-label`.
14 changes: 14 additions & 0 deletions docs/operations/journey-traceability.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Journey Traceability

Implements the [phenotype-infra journey-traceability standard](https://github.com/kooshapari/phenotype-infra/blob/main/docs/governance/journey-traceability-standard.md).

## User-Facing Flows

Document key flows with journey manifests in `docs/journeys/manifests/`.

## Status

- [ ] Identify key user-facing flows
- [ ] Record VHS tapes for each flow
- [ ] Author manifests in `docs/journeys/manifests/`
- [ ] Run `phenotype-journey verify` in CI
Loading