From 1b73a1e0702d113015e7eff46396778b1ea8202a Mon Sep 17 00:00:00 2001 From: Forbes Date: Sun, 8 Feb 2026 13:45:48 -0600 Subject: [PATCH] docs: add workflow integration mention to overview --- docs/SPECIFICATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/SPECIFICATION.md b/docs/SPECIFICATION.md index 307a0f0..60533de 100644 --- a/docs/SPECIFICATION.md +++ b/docs/SPECIFICATION.md @@ -8,7 +8,7 @@ ## 1. Overview -Silo is an item database with configurable part number generation, designed for R&D-oriented workflows. It provides revision tracking, BOM management, file versioning, and physical inventory location management through a REST API and web UI. CAD integration (FreeCAD workbench, LibreOffice Calc extension) is maintained in separate repositories ([silo-mod](https://git.kindred-systems.com/kindred/silo-mod), [silo-calc](https://git.kindred-systems.com/kindred/silo-calc)). +Silo is an item database with configurable part number generation, designed for R&D-oriented workflows. It provides revision tracking, BOM management, file versioning, and physical inventory location management through a REST API and web UI. CAD and workflow integration (FreeCAD workbench, LibreOffice Calc extension) is maintained in separate repositories ([silo-mod](https://git.kindred-systems.com/kindred/silo-mod), [silo-calc](https://git.kindred-systems.com/kindred/silo-calc)). ### 1.1 Core Philosophy