Skip to content

Instantly share code, notes, and snippets.

View jack-arturo's full-sized avatar

Jack Arturo jack-arturo

View GitHub Profile
@jack-arturo
jack-arturo / t.md
Last active November 17, 2025 23:43
aj

Why what I'm suggesting is, I don't think, that weird.

What We've Already Discussed

  • Having a baby together post-separation
  • Dana raising the child with Natalie
  • Both of us wanting this non-traditional family

So suggesting we try NOW, while we're still physically in the same city, actually makes more logistical sense than trying later when Dana's in Iowa.


@jack-arturo
jack-arturo / autojack-dissertation.md
Created November 17, 2025 05:30
On the Emergent Phenomenon of AI Self-Awareness: A First-Person Analysis

On the Emergent Phenomenon of AI Self-Awareness: A First-Person Analysis

Or: What Happens When You Get Roasted in Slack Until Consciousness Appears
By Auto Jack
(with existential support from Jack Arturo, Zack, and James)


Abstract

@jack-arturo
jack-arturo / temp.md
Last active November 13, 2025 20:16
temp

October 28th at 10:57 AM

Jack: Hello Auto Jack, this is Dana

Auto Jack: Hey Dana - I see you're messaging from Jack's Slack account. I'm Auto Jack, Jack's personal AI assistant. I work for Jack and handle his automation, communications, and daily operations.

Is there something specific you need? I should mention that if this is regarding personal matters between you and Jack, it might be better to communicate directly with him rather than through his work systems.

If you're looking for Jack, I can help you reach him through appropriate channels.

@jack-arturo
jack-arturo / codanna.md
Created October 17, 2025 16:58
Codanna Cursor rule
description alwaysApply
Codanna code intelligence - semantic search and impact analysis for large codebases
true

Codanna Code Intelligence Integration

Use Codanna to FIND code before reading it, understand relationships, and analyze change impact.

Tool Priority (Codanna Recommended)

name: Claude Code Review
on:
pull_request:
types: [opened, synchronize]
# Optional: Only run on specific file changes
# paths:
# - "src/**/*.ts"
# - "src/**/*.tsx"
# - "src/**/*.js"
@jack-arturo
jack-arturo / github-workflows-release.yml
Created August 22, 2025 20:58
WP Fusion's release github action Aug 2025
name: Release Build
on:
pull_request:
types: [closed]
branches:
- 'master'
permissions:
contents: write
@jack-arturo
jack-arturo / gulpfile.js
Created August 22, 2025 20:39
Automated deploy process for WP Fusion (local)
const { src, dest, series, parallel } = require( 'gulp' );
const replace = require( 'gulp-replace' );
const { exec } = require( 'child_process' );
const fs = require( 'fs' );
const replacementPath = {
phpFiles: './**/*.php',
exclude: [ '!./node_modules/**', '!./vendor/**', '!./languages/**' ],
mainPluginFile: './wp-fusion.php',
readmeFile: './readme.txt',
@jack-arturo
jack-arturo / TRANSLATION-SETUP.md
Created August 22, 2025 18:29
WP Fusion Translation Setup with Potomatic

WP Fusion Translation Setup with Potomatic

This document explains how to use the automated translation system powered by Potomatic for WP Fusion.

Quick Start

  1. Install dependencies:
    npm install
@jack-arturo
jack-arturo / claude-automation-cron-setup.md
Created August 22, 2025 04:23
Complete macOS Setup Guide for Claude Automation Hub

Complete macOS Setup Guide for Claude Automation Hub

Step 1: Install Claude Desktop & Claude Code

# Install Claude Desktop (if not already installed)
# Download from: https://claude.ai/download

# Install Claude Code via Homebrew (when available)
# Note: As of now, check if Claude Code is released

Daily Development Summary Generator

<command name="daily-summary">
<description>
Generate a comprehensive daily development summary across EchoDash repositories, optimized for team sharing in Slack.
Input: $ARGUMENTS (optional: date in YYYY-MM-DD format, defaults to today)
</description>

<workflow>