refactor: make ARNES external-repo based with ticket publish flow

This commit is contained in:
rikrdo
2026-05-18 00:26:32 +02:00
parent 3ff9b70e4c
commit b396b6d3c9
101 changed files with 810 additions and 6140 deletions

11
project/README.md Normal file
View File

@@ -0,0 +1,11 @@
# Project code lives here
Put the real project code inside this directory.
Examples:
- `project/app.py`
- `project/templates/`
- `project/static/`
- `project/tests/` (optional, if you want local tests here)
ARNES core stays outside this folder.