Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
311 changes: 0 additions & 311 deletions .claude/CLAUDE.md

This file was deleted.

4 changes: 0 additions & 4 deletions .claude/analysis/.gitignore

This file was deleted.

Empty file added .claude/docs/analysis/.gitkeep
Empty file.
2 changes: 2 additions & 0 deletions .claude/docs/mode-system.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# WooPayments Mode System

**Last updated:** 2026-02-13

Reference for how WooPayments determines its operating mode (live, test, dev). Source: `includes/core/class-mode.php`.

## Mode Hierarchy
Expand Down
2 changes: 2 additions & 0 deletions .claude/docs/payment-flow.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Payment Flow — Detailed Reference

**Last updated:** 2026-02-11

This documents the exact call chain for payment operations in WooPayments. Read this when working on payment processing, refunds, or API communication.

## Payment Intent Creation (Checkout)
Expand Down
2 changes: 2 additions & 0 deletions .claude/PM_PROMOTIONS.md → .claude/docs/pm-promotions.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Payment Method (PM) Promotions

**Last updated:** 2025-12-05

## Overview

PM Promotions display promotional offers for payment methods that merchants haven't yet enabled. The system uses a **flat data structure** where each promotion is a standalone object with a `type` field indicating its display context (spotlight, badge).
Expand Down
2 changes: 2 additions & 0 deletions .claude/docs/test-patterns.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Testing Patterns — Reference Guide

**Last updated:** 2026-02-11

Conventions and patterns for writing tests in WooPayments. Read this before writing or modifying tests.

## PHP Unit Tests
Expand Down
10 changes: 10 additions & 0 deletions .claude/tmp/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Transitory files — code reviews, screenshots, scratch work.
# Keep directory structure but ignore contents.
*
!.gitignore
!reviews/
!screenshots/
reviews/*
!reviews/.gitkeep
screenshots/*
!screenshots/.gitkeep
Empty file added .claude/tmp/reviews/.gitkeep
Empty file.
Empty file.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ project.properties
*.sublime-workspace
.sublimelinterrc
.cursor/
CLAUDE.local.md
**/.claude/**/*.local.*
.claude/local/
.serena/
.zed/
.phpactor.json

Expand Down
Loading
Loading