Skip to content

chore(dev): add contributor and agent workflow - #1936

Draft
makors wants to merge 1 commit into
tjcsl:devfrom
makors:chore/contributor-workflow
Draft

makors wants to merge 1 commit into
tjcsl:devfrom
makors:chore/contributor-workflow

Conversation

@makors

@makors makors commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

Adds an agent guide and a development helper for diagnosing Docker setup and running tests. Updates contributor documentation and adds helper tests to CI.

Validation: all 8 helper tests and full pre-commit checks pass. Live application tests were not run because Docker is stopped.

Generated by Codex.

@makors

makors commented Sep 9, 2026

Copy link
Copy Markdown
Contributor Author

no idea if this is going to work

@makors makors changed the title Add contributor and agent workflow chore(dev): add contributor and agent workflow Sep 9, 2026
@coveralls

Copy link
Copy Markdown

Coverage Status

coverage: 78.856% (-0.005%) from 78.861% — makors:chore/contributor-workflow into tjcsl:dev

@makors

makors commented Sep 9, 2026

Copy link
Copy Markdown
Contributor Author

@greptileai review

@greptile-apps

greptile-apps Bot commented Sep 9, 2026

Copy link
Copy Markdown

RetriggerView in GreptileConfidence Score: 5/5

Safe to merge based on the exercised development-helper behavior and passing focused tests.

What we checked:

  • Executed isolated CLI checks with mocked Docker responses for both checkout-mount outcomes. T-Rex
  • Observed that a Django container mounted from a different checkout exited with code 1 and did not invoke docker compose exec. T-Rex
  • Observed that a Django container mounted from the current checkout invoked manage.py test --noinput intranet.apps.polls -v 2 --keepdb and returned exit code 23. T-Rex
  • Ran the focused standard-library helper test suite; all eight tests passed. T-Rex
  • Compared behavior before and after capture; after capture the exact test command was invoked for the matching checkout and returned 23, while the docker daemon was available but no Compose services were running, implying the stack was driven by mocks. T-Rex

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.

2 participants