Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Test Clean Architecture - Single Entry Point #2

@jeff-atriumn

Description

@jeff-atriumn

Testing the clean single-entry-point architecture:

Architecture

  • GitHub App receives /atriumn-research comment
  • Sends repository_dispatch with event_type: atriumn.pipeline
  • Consumer workflow listens only to repository_dispatch
  • Forwards to shared workflow with proper payload mapping

Expected Result

  • Exactly ONE workflow run
  • No duplicates
  • Clean execution through shared workflow

This should now work with zero conflicts.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions