Remove version field from module metadata

- Remove version field from all module.yaml files
- Update template generator to exclude version field
- Further simplify metadata to focus on system information only
- Status remains dynamically determined by test results
This commit is contained in:
Vijay Janapa Reddi
2025-07-11 23:23:10 -04:00
parent c62515a920
commit 0307662fbc
7 changed files with 45 additions and 32 deletions

View File

@@ -3,9 +3,7 @@
name: "activations"
title: "Activations"
description: "Neural network activation functions (ReLU, Sigmoid, Tanh)"
status: "complete" # complete, in_progress, not_started
version: "1.0.0"
description: "Activation functions (ReLU, Sigmoid, Tanh, etc.)"
# Dependencies
dependencies:
@@ -24,5 +22,5 @@ files:
# Components
components:
- "ReLU"
- "Sigmoid"
- "Sigmoid"
- "Tanh"