-
Notifications
You must be signed in to change notification settings - Fork 278
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove usage of `tach` For a small/medium codebase like AgentOps, tach is probably overkill: codebase is relatively small and focused The module dependencies are straightforward (event → session, etc.) Small team size means architectural decisions can be enforced through code review It wasn't providing any meaningful value the way it was configured Slows down development unnecessarily Cases where tach is actually helpful is far from our reality. Let me give some examples: Large enterprise codebases with 100k+ lines of code Microservices with strict boundaries that must be enforced Teams of 10+ developers working across multiple modules Signed-off-by: Teo <teocns@gmail.com>
- Loading branch information
Showing
4 changed files
with
0 additions
and
62 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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