Skip to content

docs: add journey-traceability + iconography implementation#41

Merged
KooshaPari merged 1 commit into
mainfrom
feat/journey-impl
May 2, 2026
Merged

docs: add journey-traceability + iconography implementation#41
KooshaPari merged 1 commit into
mainfrom
feat/journey-impl

Conversation

@KooshaPari
Copy link
Copy Markdown
Owner

@KooshaPari KooshaPari commented May 2, 2026

User description

Adds journey-traceability, iconography spec (Fluent/Material/Liquid Glass), journey-gate.yml CI workflow, and stub manifest directory.

Note

Low Risk
Low risk: changes are documentation-only, introducing standards/specs without affecting runtime behavior or data/security paths.

Overview
Adds documentation-only standards for consistent evidence and visual assets across repos.

Introduces docs/operations/journey-traceability.md, defining required journey artifacts (keyframes, recordings, metadata), a canonical ShotGallery/RecordingEmbed pattern, and adoption/acceptance criteria. Adds docs/operations/iconography/SPEC.md to reference the upstream iconography standard and codify icon styles/format rules, plus a stub docs/journeys/manifests/README.md placeholder.

Reviewed by Cursor Bugbot for commit 5d61cb1. Bugbot is set up for automated code reviews on this repo. Configure here.


CodeAnt-AI Description

Add standards for journey evidence and icon usage

What Changed

  • Defines the evidence each documented journey should include: a flow summary, key screenshots, a replay recording, and traceable metadata
  • Sets a standard layout and naming pattern for journey assets so the same evidence can be reused across docs, audits, and handoffs
  • Adds icon usage rules for supported styles and SVG requirements
  • Adds a placeholder page for journey manifests

Impact

✅ Clearer journey documentation
✅ Easier audit and handoff review
✅ Consistent icon usage across docs

🔄 Retrigger CodeAnt AI Review

Details

💡 Usage Guide

Checking Your Pull Request

Every time you make a pull request, our system automatically looks through it. We check for security issues, mistakes in how you're setting up your infrastructure, and common code problems. We do this to make sure your changes are solid and won't cause any trouble later.

Talking to CodeAnt AI

Got a question or need a hand with something in your pull request? You can easily get in touch with CodeAnt AI right here. Just type the following in a comment on your pull request, and replace "Your question here" with whatever you want to ask:

@codeant-ai ask: Your question here

This lets you have a chat with CodeAnt AI about your pull request, making it easier to understand and improve your code.

Example

@codeant-ai ask: Can you suggest a safer alternative to storing this secret?

Preserve Org Learnings with CodeAnt

You can record team preferences so CodeAnt AI applies them in future reviews. Reply directly to the specific CodeAnt AI suggestion (in the same thread) and replace "Your feedback here" with your input:

@codeant-ai: Your feedback here

This helps CodeAnt AI learn and adapt to your team's coding style and standards.

Example

@codeant-ai: Do not flag unused imports.

Retrigger review

Ask CodeAnt AI to review the PR again, by typing:

@codeant-ai: review

Check Your Repository Health

To analyze the health of your code repository, visit our dashboard at https://app.codeant.ai. This tool helps you identify potential issues and areas for improvement in your codebase, ensuring your repository maintains high standards of code health.

Copilot AI review requested due to automatic review settings May 2, 2026 03:45
@gemini-code-assist
Copy link
Copy Markdown

Warning

You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again!

@codeant-ai
Copy link
Copy Markdown

codeant-ai Bot commented May 2, 2026

CodeAnt AI is reviewing your PR.


Thanks for using CodeAnt! 🎉

We're free for open-source projects. if you're enjoying it, help us grow by sharing.

Share on X ·
Reddit ·
LinkedIn

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 2, 2026

Warning

Rate limit exceeded

@KooshaPari has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 53 minutes and 9 seconds before requesting another review.

To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: b4a2b5bc-d961-417f-8ab0-01a6a4414718

📥 Commits

Reviewing files that changed from the base of the PR and between e098579 and 5d61cb1.

📒 Files selected for processing (3)
  • docs/journeys/manifests/README.md
  • docs/operations/iconography/SPEC.md
  • docs/operations/journey-traceability.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/journey-impl
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch feat/journey-impl

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
Review rate limit: 0/1 reviews remaining, refill in 53 minutes and 9 seconds.

Comment @coderabbitai help to get the list of available commands and usage tips.

@codeant-ai codeant-ai Bot added the size:L This PR changes 100-499 lines, ignoring generated files label May 2, 2026
@@ -0,0 +1,121 @@
# Journey Traceability Standard
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggestion: Relocate this new document to one of the allowed documentation directories (for example docs/reference/) so it follows the repository's mandated docs layout, then update any links accordingly. [custom_rule]

Severity Level: Minor ⚠️

Why it matters? 🤔

The repository's AGENTS.md explicitly says to keep docs organized under
docs/guides/, docs/reports/, docs/research/, docs/reference/,
or docs/checklists/. This new file was added under docs/operations/,
which is not one of the approved documentation directories, so the
suggestion correctly identifies a real rule violation.

Fix in Cursor | Fix in VSCode Claude

(Use Cmd/Ctrl + Click for best experience)

Prompt for AI Agent 🤖
This is a comment left during a code review.

**Path:** docs/operations/journey-traceability.md
**Line:** 1:1
**Comment:**
	*Custom Rule: Relocate this new document to one of the allowed documentation directories (for example `docs/reference/`) so it follows the repository's mandated docs layout, then update any links accordingly.

Validate the correctness of the flagged issue. If correct, How can I resolve this? If you propose a fix, implement it and please make it concise.
Once fix is implemented, also check other comments on the same PR, and ask user if the user wants to fix the rest of the comments as well. if said yes, then fetch all the comments validate the correctness and implement a minimal fix
👍 | 👎

@codeant-ai
Copy link
Copy Markdown

codeant-ai Bot commented May 2, 2026

CodeAnt AI finished reviewing your PR.

@KooshaPari KooshaPari merged commit 253c1d0 into main May 2, 2026
17 of 18 checks passed
@KooshaPari KooshaPari review requested due to automatic review settings May 2, 2026 04:08
@codeant-ai
Copy link
Copy Markdown

codeant-ai Bot commented May 7, 2026

CodeAnt AI is running the review.


Thanks for using CodeAnt! 🎉

We're free for open-source projects. if you're enjoying it, help us grow by sharing.

Share on X ·
Reddit ·
LinkedIn

@codeant-ai codeant-ai Bot added size:L This PR changes 100-499 lines, ignoring generated files and removed size:L This PR changes 100-499 lines, ignoring generated files labels May 7, 2026
@codeant-ai
Copy link
Copy Markdown

codeant-ai Bot commented May 7, 2026

Sequence Diagram

This PR defines a standard flow for capturing and documenting user journeys with reusable keyframes, recordings, and metadata, plus an iconography standard for consistent SVG icons. The diagram shows how a repo adopts the journey traceability pattern so evidence can be rendered and audited consistently.

sequenceDiagram
    participant Developer
    participant RepoDocs
    participant AssetStore
    participant RecordingService
    participant JourneyViewer
    participant Auditor

    Developer->>RepoDocs: Add journey page with narrative and metadata
    Developer->>AssetStore: Capture and store keyframes using standard layout
    Developer->>RecordingService: Record flow and register stable tape id
    RepoDocs->>JourneyViewer: Render ShotGallery and RecordingEmbed from assets
    JourneyViewer-->>Auditor: Show journey keyframes and full recording
    Auditor->>RepoDocs: Trace evidence back to repo and related work
Loading

Generated by CodeAnt AI

@codeant-ai
Copy link
Copy Markdown

codeant-ai Bot commented May 7, 2026

CodeAnt AI finished running the review.


Thanks for using CodeAnt! 🎉

We're free for open-source projects. if you're enjoying it, help us grow by sharing.

Share on X ·
Reddit ·
LinkedIn

@codeant-ai
Copy link
Copy Markdown

codeant-ai Bot commented May 7, 2026

CodeAnt AI is running the review.


Thanks for using CodeAnt! 🎉

We're free for open-source projects. if you're enjoying it, help us grow by sharing.

Share on X ·
Reddit ·
LinkedIn

@codeant-ai codeant-ai Bot added size:L This PR changes 100-499 lines, ignoring generated files and removed size:L This PR changes 100-499 lines, ignoring generated files labels May 7, 2026
@codeant-ai
Copy link
Copy Markdown

codeant-ai Bot commented May 7, 2026

Sequence Diagram

This PR defines a standard way for repos to document user journeys with reusable evidence bundles and aligns icon usage with a shared iconography spec. It ensures journey pages use a common layout, assets, and metadata while icons follow consistent styles and SVG rules.

sequenceDiagram
    participant DocsAuthor
    participant RepoDocs
    participant EvidenceStorage
    participant JourneyComponents
    participant Auditor
    participant IconStandard

    DocsAuthor->>RepoDocs: Add journey page describing user flow
    DocsAuthor->>EvidenceStorage: Capture keyframes and recording with stable names
    EvidenceStorage-->>RepoDocs: Provide asset paths and recording id
    RepoDocs->>JourneyComponents: Use ShotGallery and RecordingEmbed pattern
    RepoDocs-->>Auditor: Expose journey evidence with traceable metadata
    DocsAuthor->>IconStandard: Consult shared icon rules
    IconStandard-->>RepoDocs: Apply consistent icon styles and SVG requirements
Loading

Generated by CodeAnt AI

@codeant-ai
Copy link
Copy Markdown

codeant-ai Bot commented May 7, 2026

CodeAnt AI finished running the review.


Thanks for using CodeAnt! 🎉

We're free for open-source projects. if you're enjoying it, help us grow by sharing.

Share on X ·
Reddit ·
LinkedIn

@codeant-ai
Copy link
Copy Markdown

codeant-ai Bot commented May 8, 2026

CodeAnt AI is running the review.


Thanks for using CodeAnt! 🎉

We're free for open-source projects. if you're enjoying it, help us grow by sharing.

Share on X ·
Reddit ·
LinkedIn

@codeant-ai codeant-ai Bot added size:L This PR changes 100-499 lines, ignoring generated files and removed size:L This PR changes 100-499 lines, ignoring generated files labels May 8, 2026
@codeant-ai
Copy link
Copy Markdown

codeant-ai Bot commented May 8, 2026

Sequence Diagram

This PR defines a standard way for each repo to document user journeys with reusable evidence bundles (screenshots, recordings, and metadata). The diagram shows how maintainers create traceable journey pages that downstream reviewers and auditors can reliably consume.

sequenceDiagram
  participant RepoMaintainer
  participant RepoDocs
  participant JourneyAssets
  participant AuditConsumer

  RepoMaintainer->>RepoDocs: Add journey page with flow narrative
  RepoDocs->>JourneyAssets: Store keyframe images using canonical path
  RepoDocs->>JourneyAssets: Register recording with stable tape id
  RepoMaintainer->>RepoDocs: Add traceability metadata for repo, flow, and owner
  AuditConsumer->>RepoDocs: Open journey page for review or audit
  RepoDocs-->>AuditConsumer: Show narrative, gallery, recording, and metadata as one bundle
Loading

Generated by CodeAnt AI

@codeant-ai
Copy link
Copy Markdown

codeant-ai Bot commented May 8, 2026

CodeAnt AI finished running the review.


Thanks for using CodeAnt! 🎉

We're free for open-source projects. if you're enjoying it, help us grow by sharing.

Share on X ·
Reddit ·
LinkedIn

@codeant-ai
Copy link
Copy Markdown

codeant-ai Bot commented May 8, 2026

CodeAnt AI is running the review.


Thanks for using CodeAnt! 🎉

We're free for open-source projects. if you're enjoying it, help us grow by sharing.

Share on X ·
Reddit ·
LinkedIn

@codeant-ai codeant-ai Bot added size:L This PR changes 100-499 lines, ignoring generated files and removed size:L This PR changes 100-499 lines, ignoring generated files labels May 8, 2026
@codeant-ai
Copy link
Copy Markdown

codeant-ai Bot commented May 8, 2026

Sequence Diagram

This diagram shows how a repo maintainer captures a user journey using the new traceability standard and how consumers access the unified evidence bundle through documentation.

sequenceDiagram
    participant Maintainer
    participant RepoDocs
    participant JourneyAssets
    participant RecordingService
    participant Consumer

    Maintainer->>RepoDocs: Create journey page with flow narrative
    Maintainer->>JourneyAssets: Save keyframe images using standard path
    Maintainer->>RecordingService: Record journey and register tape id
    Maintainer->>RepoDocs: Embed ShotGallery referencing keyframes
    Maintainer->>RepoDocs: Embed RecordingEmbed with tape id and metadata
    Consumer->>RepoDocs: Open journey documentation
    RepoDocs->>JourneyAssets: Load keyframes and recording by stable ids
    RepoDocs-->>Consumer: Render journey evidence bundle
Loading

Generated by CodeAnt AI

@codeant-ai
Copy link
Copy Markdown

codeant-ai Bot commented May 8, 2026

CodeAnt AI finished running the review.


Thanks for using CodeAnt! 🎉

We're free for open-source projects. if you're enjoying it, help us grow by sharing.

Share on X ·
Reddit ·
LinkedIn

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:L This PR changes 100-499 lines, ignoring generated files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant