Session Objective
Sam approved two QA follow-ups: add the SSH/WP-CLI fallback to the website cleanup playbook or skill, and open a focused /resources/ duplicate-rendering repair pass.
Completed
- Updated Skills/wp-deploy/SKILL.md to v1.3 with the verified Cloudways Flexible SSH/WP-CLI fallback for REST edit-auth failure.
- Created repair-pass artifacts under /Users/samaguiar/Documents/Projects/admin/session_logs/resources-duplicate-render-2026-06-12/.
- Pulled live source, page meta, public HTML, filter stack, reusable block data, and WPCode snippet matches.
- Identified the duplication layer: raw post_content has one body/card, but do_blocks and kadence_theme_the_content expand it to six content/card renders.
- Staged a proposed repair that strips malformed invisible Gutenberg block comments while preserving visible HTML.
Key Evidence
- Raw content: one Related Resources card, one Blog label, one Partner Up label, zero wp:post-content comments.
- Public HTML: six Related Resources sections and six post-content render markers.
- Current content filter test: do_blocks expands the page to six visible card/body sections.
- Proposed filter test: do_blocks, kadence_theme_the_content, and the_content each render one card/body.
Important Files
- Report: admin/session_logs/resources-duplicate-render-2026-06-12/session-report.md
- Current content: source/wp-post-30762-current-content.html
- Proposed content: source/wp-post-30762-proposed-strip-block-comments.html
- Diff: analysis/wp-post-30762-strip-block-comments.diff
- Current filter counts: analysis/content-filter-counts.txt
- Proposed filter counts: analysis/proposed-filter-counts.txt