Clean action runtime project state

This commit is contained in:
2026-05-14 13:58:45 +03:00
parent b05d3589b7
commit 4ce98d0ff1
27 changed files with 711 additions and 4772 deletions

View File

@@ -5,7 +5,8 @@ build-backend = "hatchling.build"
[project]
name = "flow"
dynamic = ["version"]
description = "DevFlow - A unified toolkit for managing development instances, containers, and profiles"
description = "Action-centered CLI for dotfiles, packages, setup, dev containers, and remote targets"
readme = "README.md"
requires-python = ">=3.9"
dependencies = ["pyyaml>=6.0", "rich>=13.7", "typer>=0.12"]