Skip to content
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.

Commit

Permalink
Add reference to ai linter
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoPonzi committed Jul 14, 2024
1 parent ae3e797 commit 92a8be9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
- [Generating Animations of State Changes](./using/generating-animation.md)
- [(Github) CI for your specifications](./using/ci-for-specs.md)
- [Generating GO from pluscal specs](./using/pgo-generating-go-from-pluscal.md)
- [AI Linter](./using/ai-linter.md)
- [Known limitations](./using/limitations.md)
- [TLA+ Tools Codebase](./codebase/intro.md)
- [Contributing](./codebase/contributing.md)
Expand Down
4 changes: 4 additions & 0 deletions src/using/ai-linter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# AI Linter
TLA+ does not come with a traditional linter or formatter. The TLA+ AI Linter is a GenAI script that uses LLMs to lint TLA+ files.

Find more info on: https://microsoft.github.io/genaiscript/case-studies/tla-ai-linter/

0 comments on commit 92a8be9

Please sign in to comment.