[agent:surfer] ajout standard AI-ready : AI_CONTEXT, CLAUDE, .gitea workflow

This commit is contained in:
2026-04-21 00:18:20 +00:00
parent b0bbb51873
commit fbdd71ec4c
11 changed files with 260 additions and 0 deletions

6
docs/conf.py Normal file
View File

@@ -0,0 +1,6 @@
project = "cosma-log-analyzer"
author = "Flag / OpenClaw agents"
release = "0.1"
extensions = ["myst_parser", "sphinx.ext.autodoc", "sphinx.ext.viewcode"]
html_theme = "sphinx_rtd_theme"
source_suffix = {".rst": "restructuredtext", ".md": "markdown"}