WordPress plugin for unified meta and taxonomy management. Rule-based automation that auto-sets terms, formats fields, and restricts taxonomy depth.
Status: pre-release (
0.x), not production-ready. Actively developed and in limited use by the author on their own sites — dogfooding to find what needs to change. The0.xline is unstable: schema, option keys, and public API may change between pre-releases, and there is no guaranteed upgrade/migration path — a breaking change may require you to re-enter rules. Use at your own risk.
See readme.txt — the plugin's own readme, and the canonical copy of the feature list, requirements, install steps, and per-release upgrade notes.
| Doc | Use it for |
|---|---|
| readme.txt | Features, requirements, install, upgrade notes. |
| docs/architecture.md | How the rule engine, handlers, storage, and Wireframe UI fit together. |
| docs/future-work.md | Non-bug work: ideas, planned features, refactors, open questions. Canonical FW-N index. |
| ROADMAP.md | Phase plan, decisions, what comes next. |
| CHANGELOG.md | Release log. |
| Issues | Bugs, refactors, and the spec for whatever feature is in flight. |
- Settings and admin UI are built with WP Wireframe by Taylor Drayson (GPL-2.0-or-later), installed via Composer at
vendor/tdrayson/wp-wireframe/. Wireframe's form validation is provided by rakit/validation by Muhammad Syifa (MIT-licensed), pulled in as a transitive dependency atvendor/rakit/validation/. - In-WordPress update notices and one-click updates are powered by Plugin Update Checker by Yahnis Elsts (MIT-licensed), bundled at
libs/plugin-update-checker/.