syntaxis/.syntaxis/manifest.toml
Jesús Pérez 9cef9b8d57 refactor: consolidate configuration directories
Merge _configs/ into config/ for single configuration directory.
Update all path references.

Changes:
- Move _configs/* to config/
- Update .gitignore for new patterns
- No code references to _configs/ found

Impact: -1 root directory (layout_conventions.md compliance)
2025-12-26 18:36:23 +00:00

43 lines
1.3 KiB
TOML

# syntaxis Installation Manifest
# Auto-generated during installation
# Use this to track versions, verify integrity, and enable rollback
# Generated: 2025-11-17 10:33:35
[installation]
created_at = "2025-11-17 10:33:35"
last_updated = "2025-11-17 10:33:35"
installation_root = "/Users/Akasha/Development/syntaxis"
ecosystem_version = "0.1.0"
[binaries.syntaxis-api]
installed = true
version = "0.1.0"
installed_at = "2025-11-17 10:33:35"
[configurations]
config_dir = "/Users/jesusperezlorenzo/.config/syntaxis"
public_dir = "/Users/jesusperezlorenzo/.config/syntaxis/public"
data_dir = "/Users/jesusperezlorenzo/.local/share/syntaxis"
[leptos_dashboard]
# Leptos WASM dashboard configuration
deployed_at = "2025-11-17 10:33:35"
artifacts_location = "/Users/jesusperezlorenzo/.config/syntaxis/public"
wasm_target = "wasm32-unknown-unknown"
build_tool = "trunk"
css_generator = "unocss"
api_url_config = "auto-detect [window.SYNTAXIS_CONFIG]"
[environment]
SYNTAXIS_CONFIG_DIR = "/Users/jesusperezlorenzo/.config/syntaxis"
SYNTAXIS_DATA_DIR = "/Users/jesusperezlorenzo/.local/share/syntaxis"
SYNTAXIS_PUBLIC_DIR = "/Users/jesusperezlorenzo/.config/syntaxis/public"
[verification]
all_binaries_installed = true
all_configs_deployed = true
wrappers_created = true
leptos_dashboard_deployed = true
manifest_version = "1.0"