ENGINE: Added File Headers and Guidance in AGENTS.md

This commit is contained in:
2025-10-28 19:33:09 -06:00
parent 9a10963592
commit 1834d537c1
38 changed files with 306 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
# ======================================================
# Data\Engine\services\API\scheduled_jobs\__init__.py
# Description: Namespace for scheduled job API modules.
#
# API Endpoints (if applicable): None
# ======================================================

View File

@@ -1 +1,8 @@
# ======================================================
# Data\Engine\services\API\scheduled_jobs\management.py
# Description: Placeholder for scheduled job management endpoints.
#
# API Endpoints (if applicable): None
# ======================================================
"Placeholder for API module scheduled_jobs/management.py."

View File

@@ -1 +1,8 @@
# ======================================================
# Data\Engine\services\API\scheduled_jobs\runner.py
# Description: Placeholder for scheduled job runner control endpoints.
#
# API Endpoints (if applicable): None
# ======================================================
"Placeholder for API module scheduled_jobs/runner.py."