Skip to content
View ArchonVII's full-sized avatar

Highlights

  • Pro

Block or report ArchonVII

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
.github/profile/README.md

Joseph Aguirre / ArchonVII

I build simulation-heavy software, developer tooling, and local-first systems for complex creative work.

Most of my active work is private or experimental. The public repos here are the infrastructure edge of that work: repo bootstrapping, shared GitHub automation, agent coordination tools, and select simulation experiments.

Current Focus

  • Procedural simulation and data-driven worlds: galactic exploration, history generation, artificial life, and systems that grow from compact rules.
  • Developer and agent workflow tooling: repository setup, PR policy, issue hygiene, reusable GitHub Actions, and coordination surfaces for AI-assisted development.
  • Applied data and visualization experiments: basketball analysis, graphics prototypes, and interfaces that make complex state easier to inspect.

Public Work

  • archon-setup - a local browser wizard for bootstrapping ArchonVII repositories.
  • github-workflows - reusable GitHub Actions for PR policy, changelog checks, labels, and repo hygiene.
  • repo-template - a clone-and-go starter wired with the shared workflow defaults I use across projects.

How I Work

I prefer small branches, explicit verification, durable project notes, and tools that reduce coordination overhead instead of adding ceremony.

This .github repository holds default community health files for my repos. The profile you are reading is intentionally just the profile.

Pinned Loading

  1. .github .github Public

    Default community health files (PR template, issue templates, profile README) for all ArchonVII repos.

  2. github-workflows github-workflows Public

    Reusable GitHub Actions workflows shared across ArchonVII repos (pr-policy, changelog-fragment, anomaly-to-issue, labeler, pr-body-autoinject).

    JavaScript

  3. repo-template repo-template Public template

    Clone-and-go starter for ArchonVII. Wired with pr-policy, dependency-review, auto-merge-dependabot, semantic-pr-title, branch-naming, stale, lock-threads. Marked as a template — use 'Use this templ…

    JavaScript