Skip to content

Add generic WordPress resource CRUD primitives#1657

Merged
chubes4 merged 2 commits into
mainfrom
feat/generic-resource-crud
Jun 29, 2026
Merged

Add generic WordPress resource CRUD primitives#1657
chubes4 merged 2 commits into
mainfrom
feat/generic-resource-crud

Conversation

@chubes4

@chubes4 chubes4 commented Jun 29, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Extend the public wordpress.crud-operation runtime command with generic WordPress resource families beyond raw REST routes.
  • Add read/list support for post_type and taxonomy descriptors, executable setting value updates/deletes through registered settings, and mutation/delete artifact refs with explicit disposable sandbox boundary evidence.
  • Preserve unsupported descriptors for code-owned post type/taxonomy/setting registration paths instead of adding product-specific assumptions.

Tests

  • npx tsx tests/wordpress-crud-contracts.test.ts
  • npm run test:wordpress-runtime-actions
  • npm run test:wordpress-runtime-discovery-contracts
  • npm run build

AI assistance

  • AI assistance: Yes
  • Tool(s): openai/gpt-5.5, OpenCode
  • Used for: Implementing generic WordPress CRUD runtime primitives, contract tests, and PR preparation.

chubes4 added 2 commits June 29, 2026 13:22
…-crud

# Conflicts:
#	packages/runtime-playground/src/wordpress-crud-command-handlers.ts
@chubes4 chubes4 merged commit f19843d into main Jun 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant