Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #65476


Ignore:
Timestamp:
06/17/2026 09:29:06 AM (14 hours ago)
Author:
gziolo
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #65476

    • Property Owner set to gziolo
    • Property Version changed from to trunk
  • Ticket #65476 – Description

    initial v2  
    1717* `wp_knowledge` post type, registered as internal (`public => false`, `publicly_queryable => false`), with revision support
    1818* `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
    2023* `*_knowledge` capability namespace and access policy (private, author-owned by default; administrators manage site-wide records)
    2124* `/wp/v2/knowledge` REST routes
     
    2326Out of scope for this ticket:
    2427
     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
    2532* The knowledge management ability (Abilities API), proposed for a later release
    26 * `plan` and `artifact` (versioned work-product references), explored separately
    2733* Decay, consolidation, retrieval, and encryption at rest
    2834