Skip to content

Instantly share code, notes, and snippets.

View jordotech's full-sized avatar
🎯
Focusing

jordotech jordotech

🎯
Focusing
  • Austin, TX
  • 04:45 (UTC -05:00)
View GitHub Profile
@jordotech
jordotech / skills-repo-split-analysis.md
Created March 10, 2026 20:08
Analysis: Should skills/ live in a separate repo? (spoiler: no)

Should skills/ Live in a Separate Repo?

TL;DR: The skills/ directory is 3.6MB / 282 files — smaller than a single retina screenshot. Splitting it into a separate repo adds real operational complexity to solve a non-problem, and partially reintroduces the version-coupling failures that caused the outages we're trying to fix.


Actual Size of skills/

Total: 3.6 MB, 282 files
@jordotech
jordotech / skill-management-update.md
Created March 7, 2026 15:54
RFC: Git-Tracked Claude Skill Management — replace manual platform.claude.com uploads with CLI-driven, version-pinned deployments

RFC: Git-Tracked Claude Skill Management

Team: Agentic Backend Author: Engineering Date: 2026-03-07 Status: Implementation planned — [plan at docs/plans/2026-03-07-cli-skill-management.md]


Problem

@jordotech
jordotech / multi-regional-deployment-plan.md
Last active March 6, 2026 17:32
Multi-Regional Deployment: EY SSO Region Redirect - Implementation Plan

Multi-Regional Deployment: EY SSO Region Redirect

What Are We Building?

EY has 3 regional deployments, each with its own frontend and backend:

Region Frontend Backend
US (us-east-2) platform-ey-us-east-2.capitol.ai US backend
EU (eu-west-1) platform-ey-eu-west-1.capitol.ai EU backend
@jordotech
jordotech / jordotech-vs-jdkealy-2wk.md
Last active March 3, 2026 01:26
Developer Activity Comparison: jordotech vs jdkealy — Faction-V (Feb 16 - Mar 2, 2026)

Developer Activity Comparison: jordotech vs jdkealy — Faction-V

Period: 2 weeks (2026-02-16 to 2026-03-02) Organization: Faction-V Data source: Local git repos cloned via ghorg (all branches, git log --all)


High-Level Metrics

@jordotech
jordotech / faction-v-60d-activity-report.md
Last active March 3, 2026 01:26
Faction-V Org — Developer Activity Report (60 Days, All Repos)

Faction-V Organization — Developer Activity Report

Period: 60 days (2026-01-01 to 2026-03-02) Organization: Faction-V Total repos in org: 134 Repos with activity: 30+ Total commits (excluding bots): 2,725 Active developers: 19 Data source: Local git repos cloned via ghorg (all branches, git log --all)

Agentic-Backend PR Comparison: #363 vs #362

PR #363 (sso_user_id_updates by CapitolCoder) — 527 additions, 8 deletions, 3 files PR #362 (feature/COM-18-ad-phase-1 by jordotech) — 8 additions, 1 deletion, 1 file

Both PRs add Authorization: Bearer header support to get_current_user() so SSO users can authenticate with agentic-backend.

Diff Comparison

| Aspect | PR #363 | PR #362 (ours) |

Platform-API PR Comparison: #365 vs #363

PR #365 (sso_user_id_updates by CapitolCoder) — 3,143 additions, 80 deletions, 16 files PR #363 (feature/COM-18-ad-phase-1 by jordotech) — 3,124 additions, 264 deletions, 22 files

Both PRs target the same goal: make platform-api Auth0-aware so SSO users get proper UUIDs instead of Auth0 sub strings.

Scope Comparison

| Aspect | PR #365 | PR #363 |

@jordotech
jordotech / sso-auth-agentic-backend.md
Last active February 25, 2026 06:07
SSO Authentication Support for agentic-backend — problem analysis and fix

SSO Authentication Support for agentic-backend

Problem

As part of the Auth0 tenant migration (COM-18), we identified that SSO users cannot authenticate with agentic-backend. This is a pre-existing gap — not a regression from the migration — but it blocks SSO rollout for EY and future enterprise clients.

Root Cause

The frontend sends tokens differently depending on auth method:

@jordotech
jordotech / ey-q4-2025-anthropic-cost-estimate.md
Last active February 23, 2026 17:55
EY Agentic-Backend Q4 2025 Anthropic Inference Cost Estimate

EY Agentic-Backend: Q4 2025 Anthropic Inference Cost Estimate

Prepared: 2026-02-23 Period: October 1 - December 31, 2025 Data sources:

  • platform.claude.com cost exports (3 CSV files, full months)
  • Langfuse project cap-llm token usage (Nov 22 - Dec 31, 2025)

@jordotech
jordotech / ey-sso-update.md
Last active February 23, 2026 15:06
EY SSO Integration: Technical Update (Auth0 + Azure Entra ID)

EY SSO Integration: Technical Update

Overview

This document describes an enterprise SSO implementation for EY using Auth0 and Azure Entra ID. Phase 1 is complete and validated end-to-end on staging as of February 23, 2026.

Architecture

Authentication Flow

  • Email-first discovery: Users enter email, backend checks org memberships AND email domain for SSO configuration
  • Dual-path discovery: Both membership-based and domain-based checks always run, results are merged with deduplication