mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
- Add seed/metadata.json to all 12 core packages installed at bootstrap - Update admin_dialog and dashboard metadata to current standard - Create comprehensive SEED_FORMAT.md documentation with usage guidelines - Create PACKAGE_AUDIT.md analyzing all 51 packages: - 12 core packages: have seed/metadata.json (100% complete) - 39 optional packages: no seed needed (components, tools, development) - Establish simple 1-folder-per-entity-type pattern as standard - Remove kitchen-sink anti-patterns from seed structure The seed system is now complete and ready for extending with entity-specific seed data (page-config, workflow, credential, etc.) as packages need them. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
14 lines
376 B
JSON
14 lines
376 B
JSON
{
|
|
"$schema": "https://metabuilder.dev/schemas/package-metadata.schema.json",
|
|
"packageId": "ui_auth",
|
|
"name": "UI Auth",
|
|
"version": "1.0.0",
|
|
"description": "Seed data for ui_auth package",
|
|
"author": "MetaBuilder Contributors",
|
|
"license": "MIT",
|
|
"category": "ui",
|
|
"minLevel": 0,
|
|
"primary": true,
|
|
"keywords": ["authentication", "auth", "ui", "seed-data"]
|
|
}
|