Loading...
Loading...
Add new field to .agents.yml config schema (updates init.md templates, version, migration)
npx skill4agent add majesticlabs-dev/majestic-marketplace add-config-field.agents.yml| File | Purpose |
|---|---|
| 4 YAML templates that generate .agents.yml |
| Schema version number |
| Changelog + migration logic |
| Plugin version |
| Marketplace version |
auto_commitfalseplugins/majestic-engineer/commands/workflows/init.mdnew_field: value # Comment explaining purposenew_field: # Comment
- item1
- item2plugins/majestic-engineer/config-schema-version1.11.2plugins/majestic-engineer/agents/config-reader.md| 1.2 | `new_field` | Description |new_field: default_valueplugins/majestic-engineer/.claude-plugin/plugin.json3.15.03.16.0.claude-plugin/marketplace.json# Count field in init.md (should be 4 - one per template)
grep -c "new_field" plugins/majestic-engineer/commands/workflows/init.md
# Check schema version
cat plugins/majestic-engineer/config-schema-version
# Check changelog entry
grep "new_field" plugins/majestic-engineer/agents/config-reader.md