Skip to content

Tools for change validation - #3015

Closed
joejstuart wants to merge 8 commits into
conforma:mainfrom
joejstuart:llm-tools
Closed

Tools for change validation#3015
joejstuart wants to merge 8 commits into
conforma:mainfrom
joejstuart:llm-tools

Conversation

@joejstuart

Copy link
Copy Markdown
Contributor

More tools to help automate LLM change validation

@codecov

codecov Bot commented Oct 25, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

Flag Coverage Δ
generative 70.93% <ø> (ø)
integration 70.93% <ø> (ø)
unit 70.93% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@joejstuart joejstuart closed this Oct 25, 2025
@joejstuart joejstuart reopened this Oct 26, 2025
## Always Apply
This rule should be applied to every code change to ensure quality gates are met and the codebase maintains its standards.# Postcondition Validation Rule

Every code change must be validated using the project's postcondition checks. The level of validation depends on the scope of the change: small edits, multi-file changes, refactors, or behavior-altering modifications. These checks enforce correctness, maintainability, readability, and long-term consistency.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

all the text from this line till the end of the file is a duplicate of the above text

@st3penta

Copy link
Copy Markdown
Contributor

this is really cool!
If you already tested all the targets (just to verify they all work as expected, since some of them are from third party repos) this is green for me

@joejstuart

Copy link
Copy Markdown
Contributor Author

I'm wondering if this would be better as a submodule? like this https://github.com/joejstuart/go-postconditions

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants