Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: onyx-dot-app/onyx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Principal-Forks/onyx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 5 files changed
  • 3 contributors

Commits on Dec 9, 2025

  1. docs: add architecture documentation and diagrams

    Added comprehensive architecture documentation including:
    - System architecture diagrams (Mermaid)
    - 3-tier architecture overview
    - Chat and indexing flow diagrams
    - Component legend and technology stack
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    FlanneryAllen and claude committed Dec 9, 2025
    Configuration menu
    Copy the full SHA
    4a00a1a View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2025

  1. chore: migrate architecture diagrams from .vgc to .principal-views

    Renamed .vgc/ directory to .principal-views/ to align with principal-view-cli naming conventions. Added .privurc.yaml lint configuration.
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    FlanneryAllen and claude committed Dec 11, 2025
    Configuration menu
    Copy the full SHA
    409a974 View commit details
    Browse the repository at this point in the history
  2. fix: resolve principal-view-cli validation errors

    Fixed schema validation errors in principal-views files:
    - Changed vv -> pv in architecture.canvas (root, nodes, edges)
    - Changed label -> defaultLabel for nodeComponents in library.yaml
    - Kept label for edgeComponents (correct schema)
    - Removed invalid description fields from edgeTypes in architecture.canvas
    
    Validation now passes: ✓ All 2 file(s) are valid
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    FlanneryAllen and claude committed Dec 11, 2025
    Configuration menu
    Copy the full SHA
    6f14f5d View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2025

  1. Add Quality Lens GitHub Action workflow

    Michael Flannery authored and Michael Flannery committed Dec 14, 2025
    Configuration menu
    Copy the full SHA
    7d703a2 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2025

  1. fix: add fromSide and toSide fields to principal-view edges

    Michael Flannery authored and Michael Flannery committed Dec 18, 2025
    Configuration menu
    Copy the full SHA
    b4e0e43 View commit details
    Browse the repository at this point in the history
Loading