simplify repo

This commit is contained in:
Jev
2026-02-17 21:59:50 +01:00
parent 46e0ef9de7
commit 1f3c026b5b
23 changed files with 46 additions and 558 deletions

View File

@@ -179,12 +179,6 @@ main() {
print_status "Testing invoke test task..."
uv run invoke test || { print_error "Invoke test task failed"; exit 1; }
# Check if example script runs
if [ -f "examples/config_init.sh" ]; then
print_status "Running example script..."
bash examples/config_init.sh || print_warning "Example script failed (this may be expected if it's a placeholder)"
fi
print_status "✅ All tests passed successfully!"
print_status "Template is working correctly."
}