Skip to content

Commit f20087e

Browse files
committed
Added plans section to README
1 parent 0ca113a commit f20087e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1344,6 +1344,12 @@ Use the filtering and targeting capabilities to exclude specific files or patter
13441344
13451345
File-based rules analyze import relationships between files, while class-based rules examine dependencies between classes and their members. Choose based on your architecture validation needs.
13461346
1347+
## 📅 Plans
1348+
1349+
We want to extract a core engine and provide the same functionality not just for TypeScript, but also languages like Python, Go and more.
1350+
1351+
Furthermore, we are planning to develop an LLM-based architecture testing library. For more info on that concept, please read [this](https://lukasniessen.com/blog/155-fitness-functions-guide/#llms-for-fuzzy-fitness-functions).
1352+
13471353
## 🐣 Origin Story
13481354
13491355
While working as a consultant on an Express backend project, I needed to implement architectural fitness functions similar to how one can do it with ArchUnit. Finding no good TypeScript library for this purpose, I decided to build ArchUnitTS. With the rise of LLMs and AI integration in companies, enforcing architectural boundaries and QA in general has become more critical than ever.

0 commit comments

Comments
 (0)