Changes between Initial Version and Version 2 of Ticket #65476
- Timestamp:
- 06/17/2026 09:29:06 AM (14 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #65476
- Property Owner set to gziolo
-
Property
Version
changed from
totrunk
-
Ticket #65476 – Description
initial v2 17 17 * `wp_knowledge` post type, registered as internal (`public => false`, `publicly_queryable => false`), with revision support 18 18 * `wp_knowledge_type` taxonomy and a `wp_knowledge_types` registration filter 19 * Built-in types: `guideline` (or `instruction`), `memory`, `note` (`skill` optional, pending settled loading/discovery semantics) 19 * Built-in types: 20 * `guideline` – a standard such as voice, tone, or per-block rules, applied directly or loaded in the matching context 21 * `memory` – durable context a user explicitly saved, such as preferences or stable facts 22 * `note` – private freeform working text such as drafts and synced notes 20 23 * `*_knowledge` capability namespace and access policy (private, author-owned by default; administrators manage site-wide records) 21 24 * `/wp/v2/knowledge` REST routes … … 23 26 Out of scope for this ticket: 24 27 28 * Further built-in types, deferred and registerable by plugins in the meantime: 29 * `skill`, a procedure that can load and apply a guideline, planned for 7.2 pending settled loading and discovery semantics 30 * `plan`, task-scoped working state, pending a side-effect and lifecycle model 31 * `artifact`, a reference to a versioned work product distinct from the freeform text covered by `note`, explored separately 25 32 * The knowledge management ability (Abilities API), proposed for a later release 26 * `plan` and `artifact` (versioned work-product references), explored separately27 33 * Decay, consolidation, retrieval, and encryption at rest 28 34