chore: init project structure

Discovery synthesis, docs tree, Python src layout, CLAUDE.md, pyproject.toml.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
sylvain
2026-03-10 18:21:33 +01:00
parent 11e5def11c
commit 4e72ddc32f
14 changed files with 324 additions and 1 deletions

View File

@@ -0,0 +1 @@
"""Gitea Dashboard — CLI dashboard for Gitea repos status."""

View File

@@ -0,0 +1,6 @@
"""Entry point for gitea-dashboard CLI."""
def main():
"""Run the dashboard."""
pass