Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jeffheaton/LaunchCodeAgenticEngineer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: LaunchCodeEducation/LaunchCodeAgenticEngineer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 8 files changed
  • 1 contributor

Commits on Jul 7, 2026

  1. Update GitHub references to LaunchCodeEducation/LaunchCodeAgenticEngi…

    …neer
    
    Point the module_1 README's title and clone instructions at the new
    GitHub repo path. DockerHub image tags are left unchanged.
    CrypticSwarm committed Jul 7, 2026
    Configuration menu
    Copy the full SHA
    6b6fd4b View commit details
    Browse the repository at this point in the history
  2. module_1: point image refs at Artifact Registry

    Replace heatonresearch/agentic_engineer_1 image references with
    us-central1-docker.pkg.dev/hire-human/hire-human-ai/agentic_engineer_1.
    CrypticSwarm committed Jul 7, 2026
    Configuration menu
    Copy the full SHA
    1360937 View commit details
    Browse the repository at this point in the history
  3. module_2: point image refs at Artifact Registry

    Replace heatonresearch/agentic_engineer_2 image references with
    us-central1-docker.pkg.dev/hire-human/hire-human-ai/agentic_engineer_2.
    The hub.docker.com verification URL is left unchanged.
    CrypticSwarm committed Jul 7, 2026
    Configuration menu
    Copy the full SHA
    79ba64c View commit details
    Browse the repository at this point in the history
  4. module_3: point image refs at Artifact Registry

    Replace heatonresearch/agentic_engineer_3 image references with
    us-central1-docker.pkg.dev/hire-human/hire-human-ai/agentic_engineer_3.
    The hub.docker.com verification URL is left unchanged.
    CrypticSwarm committed Jul 7, 2026
    Configuration menu
    Copy the full SHA
    7b6d980 View commit details
    Browse the repository at this point in the history
  5. Remove manual DockerHub publish instructions

    Images will be built and pushed automatically by a GitHub Action on
    changes to the main repository, so the manual build/tag/push/verify
    workflow is obsolete. Replace it with a short note and keep the
    student image-pull instructions.
    CrypticSwarm committed Jul 7, 2026
    Configuration menu
    Copy the full SHA
    f464a9f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b632b8d View commit details
    Browse the repository at this point in the history
  7. Remove Docker Commands sections from CLAUDE.md files

    Claude runs inside a container without access to the host Docker
    socket, so the build/run/pull commands can't be executed and are
    bloat in the agent guidance.
    CrypticSwarm committed Jul 7, 2026
    Configuration menu
    Copy the full SHA
    b48fd6d View commit details
    Browse the repository at this point in the history
  8. Remove rebuild-and-deploy skill

    The skill shells out to docker build/push, which can't run inside the
    containerized Claude (no host Docker socket). Delete both module skill
    files and drop their rows from the README skill tables.
    CrypticSwarm committed Jul 7, 2026
    Configuration menu
    Copy the full SHA
    5c1af0d View commit details
    Browse the repository at this point in the history
  9. Merge pull request #2 from LaunchCodeEducation/remove-docker-referenc…

    …es-inside-container
    
    Remove docker references inside container
    CrypticSwarm authored Jul 7, 2026
    Configuration menu
    Copy the full SHA
    e9dc26d View commit details
    Browse the repository at this point in the history
Loading