Skip to content

Add acknowledgment to runn project#103

Merged
lambdalisue merged 1 commit intomainfrom
acknowledgement
Jan 16, 2026
Merged

Add acknowledgment to runn project#103
lambdalisue merged 1 commit intomainfrom
acknowledgement

Conversation

@lambdalisue
Copy link
Member

Summary

  • Added "Acknowledgments" section to README crediting runn project
  • Documented specific concepts inherited from runn (ctx.previous, service client integration, scenario-based model)

Why

Probitas is heavily influenced by runn's pioneering work in scenario-based testing. This acknowledgment serves to:

  • Express gratitude and respect to the runn project and its maintainers
  • Make the lineage of ideas explicit for users and contributors
  • Follow open source best practices by crediting inspirational projects

The acknowledgment specifically mentions key design concepts that Probitas adopted from runn, including the ability to access previous step results via ctx.previous, integration of database and service clients beyond traditional e2e testing scope, and the overall scenario-based workflow execution model.

Test Plan

  • README renders correctly with new Acknowledgments section
  • All links (runn GitHub) are valid and functional
  • Section placement (between Contributing and License) follows logical document structure

Probitas is heavily influenced by runn's pioneering work in scenario-based
testing. This acknowledgment expresses our gratitude and respect for the
runn project, while making the lineage of ideas explicit to readers.

Key concepts inherited from runn include ctx.previous for accessing prior
step results, integration of service clients beyond traditional e2e scope,
and the scenario-based execution model itself.
Copilot AI review requested due to automatic review settings January 16, 2026 09:32
@lambdalisue lambdalisue enabled auto-merge January 16, 2026 09:32
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR adds an Acknowledgments section to the README that credits the runn project for inspiring key design concepts in Probitas.

Changes:

  • Added new "Acknowledgments" section between "Contributing" and "License" sections
  • Documented specific concepts inherited from runn (ctx.previous, service client integration, scenario-based model)
  • Included link to runn's GitHub repository

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@lambdalisue lambdalisue merged commit eabe5c4 into main Jan 16, 2026
10 checks passed
@lambdalisue lambdalisue deleted the acknowledgement branch January 16, 2026 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant