[codex] Merge package into teich and fix CI workflow#1
Closed
owenqwenstarsky wants to merge 2 commits into
Closed
Conversation
Collaborator
|
Thanks. will look into what's remaining. |
Kaspral1
added a commit
to Kaspral1/teich
that referenced
this pull request
Jul 4, 2026
…6a0fac2891652e2 [Snyk] Security upgrade node from 22-slim to 26.4.0-slim
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
teichand removed the oldagentic_datagennamespacesrc/teich/utilsv2/pathWhy
The codebase had split package ownership between
teichandagentic_datagen, plus duplicated helper logic. Separately, CI was failing because the workflow still assumed the project lived underv2/, so the jobs exited before running tests or Docker builds.Impact
teichis now the single source of truth for the package implementationValidation
uv run --extra dev pytest tests/test_cli.py tests/test_config.py tests/test_converter.py tests/test_formatter.py tests/test_loader.py tests/test_trace_readme.py tests/test_runner.py -quv run --extra dev pytest tests/test_integration.py -quv run --extra dev ruff check src testsNotes
uv.lockuncommitted because its diff was local tool churn rather than part of the package/CI fix