This commit introduces the initial prototype files for the EP inspection tool. The changes include: - Added SHARED_TASK_NOTES.md for documentation - Added inspection-app/ directory containing the main application code - Added prompt.txt for the inspection prompt These files establish the foundation for the inspection tool implementation and provide the necessary structure for the application.
3 lines
No EOL
65 B
Python
3 lines
No EOL
65 B
Python
"""Inspection tool application package."""
|
|
|
|
__version__ = "0.1.0" |