├── .claude ├── CLAUDE.md └── wordpress_deployment_workflow.md ├── .codex └── AGENTS.md ├── .env.example ├── .gitignore ├── .htaccess ├── .mcp.json ├── AGENTS.md ├── CLAUDE.md ├── Dockerfile ├── README.md ├── apache-config.conf ├── create_droplet_with_ssh.py ├── docker-compose.yml ├── fix_mcp.sh ├── migrate_now.sh ├── setup_ssh_and_deploy.sh ├── wp-config.php └── wp-content ├── plugins └── custom-post-types │ └── custom-post-types.php └── themes └── my-custom-theme ├── footer.php ├── functions.php ├── header.php ├── index.php └── style.css /.claude/CLAUDE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IncomeStreamSurfer/wordpress-claude-code-wizard/HEAD/.claude/CLAUDE.md -------------------------------------------------------------------------------- /.claude/wordpress_deployment_workflow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IncomeStreamSurfer/wordpress-claude-code-wizard/HEAD/.claude/wordpress_deployment_workflow.md -------------------------------------------------------------------------------- /.codex/AGENTS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IncomeStreamSurfer/wordpress-claude-code-wizard/HEAD/.codex/AGENTS.md -------------------------------------------------------------------------------- /.env.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IncomeStreamSurfer/wordpress-claude-code-wizard/HEAD/.env.example -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IncomeStreamSurfer/wordpress-claude-code-wizard/HEAD/.gitignore -------------------------------------------------------------------------------- /.htaccess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IncomeStreamSurfer/wordpress-claude-code-wizard/HEAD/.htaccess -------------------------------------------------------------------------------- /.mcp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IncomeStreamSurfer/wordpress-claude-code-wizard/HEAD/.mcp.json -------------------------------------------------------------------------------- /AGENTS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IncomeStreamSurfer/wordpress-claude-code-wizard/HEAD/AGENTS.md -------------------------------------------------------------------------------- /CLAUDE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IncomeStreamSurfer/wordpress-claude-code-wizard/HEAD/CLAUDE.md -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IncomeStreamSurfer/wordpress-claude-code-wizard/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IncomeStreamSurfer/wordpress-claude-code-wizard/HEAD/README.md -------------------------------------------------------------------------------- /apache-config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IncomeStreamSurfer/wordpress-claude-code-wizard/HEAD/apache-config.conf -------------------------------------------------------------------------------- /create_droplet_with_ssh.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IncomeStreamSurfer/wordpress-claude-code-wizard/HEAD/create_droplet_with_ssh.py -------------------------------------------------------------------------------- /docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IncomeStreamSurfer/wordpress-claude-code-wizard/HEAD/docker-compose.yml -------------------------------------------------------------------------------- /fix_mcp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IncomeStreamSurfer/wordpress-claude-code-wizard/HEAD/fix_mcp.sh -------------------------------------------------------------------------------- /migrate_now.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IncomeStreamSurfer/wordpress-claude-code-wizard/HEAD/migrate_now.sh -------------------------------------------------------------------------------- /setup_ssh_and_deploy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IncomeStreamSurfer/wordpress-claude-code-wizard/HEAD/setup_ssh_and_deploy.sh -------------------------------------------------------------------------------- /wp-config.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IncomeStreamSurfer/wordpress-claude-code-wizard/HEAD/wp-config.php -------------------------------------------------------------------------------- /wp-content/plugins/custom-post-types/custom-post-types.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IncomeStreamSurfer/wordpress-claude-code-wizard/HEAD/wp-content/plugins/custom-post-types/custom-post-types.php -------------------------------------------------------------------------------- /wp-content/themes/my-custom-theme/footer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IncomeStreamSurfer/wordpress-claude-code-wizard/HEAD/wp-content/themes/my-custom-theme/footer.php -------------------------------------------------------------------------------- /wp-content/themes/my-custom-theme/functions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IncomeStreamSurfer/wordpress-claude-code-wizard/HEAD/wp-content/themes/my-custom-theme/functions.php -------------------------------------------------------------------------------- /wp-content/themes/my-custom-theme/header.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IncomeStreamSurfer/wordpress-claude-code-wizard/HEAD/wp-content/themes/my-custom-theme/header.php -------------------------------------------------------------------------------- /wp-content/themes/my-custom-theme/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IncomeStreamSurfer/wordpress-claude-code-wizard/HEAD/wp-content/themes/my-custom-theme/index.php -------------------------------------------------------------------------------- /wp-content/themes/my-custom-theme/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IncomeStreamSurfer/wordpress-claude-code-wizard/HEAD/wp-content/themes/my-custom-theme/style.css --------------------------------------------------------------------------------