Skip to content

docs(J1): Aura Design Engine banner + lifecycle cross-links#13

Merged
BenKalsky merged 3 commits into
mainfrom
feat/j1-aura-design-engine-banner
Jul 3, 2026
Merged

docs(J1): Aura Design Engine banner + lifecycle cross-links#13
BenKalsky merged 3 commits into
mainfrom
feat/j1-aura-design-engine-banner

Conversation

@BenKalsky

Copy link
Copy Markdown
Member

Part of Track J1 β€” unify the free skill portfolio under one banner.

Adds a Part of the Aura Design Engine section to the README: a lifecycle table (🎨 Build β†’ πŸ”Ž Audit+Content β†’ πŸ–₯ Host) with cross-links to the three sibling skills, a you-are-here marker, and a standing Aura CTA. Each skill still works standalone; Aura orchestrates them across a client fleet.

Sibling PRs land the same banner in the other three repos.

πŸ€– Generated with Claude Code

…ss-links

Unify the free skill portfolio under one banner: a shared lifecycle table
(Build β†’ Audit+Content β†’ Host) with cross-links to the sibling skills, a
you-are-here marker for this repo (Audit + Content), and a standing Aura CTA.
Each skill still works standalone; Aura orchestrates them across a fleet.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@BenKalsky

Copy link
Copy Markdown
Member Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Delightful!

Reviewed commit: 79ae66801a

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with πŸ‘.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Adds a 'Solo, or with Aura' / seeding-vs-Aura section so the README makes
explicit when to run this skill standalone vs orchestrated through Aura β€”
the skills↔Aura convergence (roadmap J2a/J2c). wordpress-api-pro also notes
seeding is not idempotent, so Aura stays the system-of-record for managed sites.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@BenKalsky

Copy link
Copy Markdown
Member Author

Added the J2 doc section (solo path vs Aura path; seeding vs Aura content ops, incl. the not-idempotent note). This PR now covers J1 (banner) + J2 doc convergence.

@BenKalsky

Copy link
Copy Markdown
Member Author

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸ’‘ Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 007842dd09

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with πŸ‘.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread README.md Outdated

## Seeding, or Aura content ops

This skill can **seed** content over the WordPress REST API β€” bulk-create posts, pages, and products. It's the operator-side twin of Aura's content tools; which one to use comes down to who owns the site:

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Remove unsupported product seeding claim

For WooCommerce product imports, this points users at the new seeding guidance even though the seeder only loops over dataset entries and calls create_post(..., title/content/status/post_type/terms) (wordpress-api-pro/scripts/seed_content.py:79-85), while product creation lives separately in woo_products.py via wc/v3/products and requires --title plus --price (wordpress-api-pro/scripts/woo_products.py:48-64, :120-123). Users following this README to bulk-create products would at best create incomplete WordPress records rather than supported WooCommerce products, so the line should limit seeding to posts/pages/CPT entries or add real bulk product support.

Useful? React with πŸ‘Β / πŸ‘Ž.

…x P2)

The seeder (scripts/seed_content.py) loops dataset entries through create_post
with post_type, i.e. posts/pages/CPT β€” it does not create WooCommerce products
(that's scripts/woo_products.py via wc/v3/products, needs --title/--price). Fix
the README claim so users don't try to bulk-create products through seeding.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@BenKalsky

Copy link
Copy Markdown
Member Author

Fixed (Codex P2): seeding scope corrected to posts/pages/CPT entries β€” the seeder uses create_post with post_type and doesn't touch WooCommerce products (woo_products.py handles those separately). Verified against scripts/seed_content.py.

@BenKalsky

Copy link
Copy Markdown
Member Author

@codex review

@BenKalsky BenKalsky merged commit 346cc0c into main Jul 3, 2026
7 checks passed
@BenKalsky BenKalsky deleted the feat/j1-aura-design-engine-banner branch July 3, 2026 19:07
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