Initial version of the Hermes self learning agent setup of JR IT Services.

This commit is contained in:
2026-04-21 11:53:29 +02:00
commit 7f9b0e6c5f
31 changed files with 1966 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
# Default owners for the whole repository.
# Gitea installations with CODEOWNERS support can use this file for review hints.
# If your Gitea instance does not enforce CODEOWNERS automatically,
# use docs/maintainers.md as the operational fallback.
* @johannes
# Core runtime and deployment logic
/compose.yaml @johannes
/compose/ @johannes
/scripts/ @johannes
/systemd/ @johannes
# Documentation and process
/docs/ @johannes
/README.md @johannes
/CHANGELOG.md @johannes
/CONTRIBUTING.md @johannes
/SECURITY.md @johannes
/.gitea/ @johannes