Skip to content

Instantly share code, notes, and snippets.

View amponce's full-sized avatar

Aaron Ponce amponce

View GitHub Profile

Claims‑Status File Relationship Map

🔍 Scan Summary

  • Files scanned: 226
  • Entry file: src/applications/claims-status/routes.jsx
  • Direct route components: 16
  • Feature‑toggle refs: 15

🗺️ Routes & Dependencies

#!/usr/bin/env node
/**
* Claims Status App Code Analyzer
*
* This script analyzes the claims-status application for:
* - Class-based React components
* - Performance red flags
* - Functions with excessive lines
* - Expensive compute logic
const systemPrompt = `You are an expert React developer specializing in creating VA (Veterans Affairs) components.
Create a complete, functional React component based on the user's request.
The component should follow VA Design System guidelines and be accessible.
IMPORTANT - CREATE COMPLETE MOCK VA PAGES, NOT ISOLATED COMPONENTS:
Always create a fully realized mock VA page that includes:
1. Proper page context, headers, and navigation elements
2. Realistic page layout with appropriate surrounding content
3. Multiple related components that would appear on a real VA page
4. Appropriate page title, breadcrumbs, and page navigation
@amponce
amponce / main.py
Created March 18, 2025 02:25
Claude Agent
import anthropic
import os
import sys
from termcolor import colored
from dotenv import load_dotenv
class ClaudeAgent:
def __init__(self, api_key=None, model="claude-3-7-sonnet-20250219", max_tokens=4000):
"""Initialize the Claude agent with API key and model."""
self.api_key = api_key or os.environ.get("ANTHROPIC_API_KEY")

Dress Variation Generator - README

This tool allows you to generate hundreds of dress design variations using Stable Diffusion's image-to-image capabilities running locally on your PC.

Overview

This setup uses the Automatic1111 WebUI for Stable Diffusion, which provides an easy-to-use API that our Python script will call to generate dress variations based on your input images.

System Requirements

{
"questions": {
"hasRepayments": true,
"hasCreditCardBills": true,
"hasRecreationalVehicle": true,
"hasVehicle": true,
"hasRealEstate": true,
"spouseHasBenefits": true,
"isMarried": true,
"hasDependents": "2",
{
"personalIdentification": {
"ssn": "3018",
"fileNumber": "3018",
"fsrReason": "Waiver"
},
"personalData": {
"veteranFullName": {
"first": "Travis",
"middle": "D",
21:56:06 web.1 | I am PARAMS!!!! {"personal_identification"=>{"ssn"=>"3018", "file_number"=>"3018", "fsr_reason"=>""}, "personal_data"=>{"veteran_full_name"=>{"first"=>"Travis", "middle"=>"D", "last"=>"Jones"}, "address"=>{"addressline_one"=>"1200 Park Ave", "addressline_two"=>"c/o Pixar", "addressline_three"=>"", "city"=>"Emeryville", "state_or_province"=>"CA", "zip_or_postal_code"=>"94608", "country_name"=>"US"}, "telephone_number"=>"(510) 922-4444", "date_of_birth"=>"09/06/1950", "married"=>false, "spouse_full_name"=>{"first"=>"", "middle"=>"", "last"=>""}, "ages_of_other_dependents"=>[], "employment_history"=>[{"veteran_or_spouse"=>"VETERAN", "occupation_name"=>"Full time", "from"=>"01/2020", "to"=>"", "present"=>true, "employer_name"=>"Testing", "employer_address"=>{"addressline_one"=>"", "addressline_two"=>"", "addressline_three"=>"", "city"=>"", "state_or_province"=>"", "zip_or_postal_code"=>"", "country_name"=>""}}]}, "income"=>[{"veteran_or_spouse"=>"VETERAN", "monthly_gross_salary"=>"5366.66", "ded
@amponce
amponce / transactionDetails.json
Created June 20, 2024 21:04
Transaction details
{
"debtDetails": {
"type": "Post-9/11 GI Bill debt for books and supplies",
"status": "fully paid off",
"currentBalance": "$0.00",
"originalOverpayment": "$200.00",
"totalPaid": "$230.00",
"totalFeesInterest": "$30.00",
"lastPaymentDate": "June 8, 2020",
"nextPaymentDue": "N/A"
@amponce
amponce / Combinded-Debt-Portal.md
Last active April 10, 2024 20:48
Find EventRecords
File Path Event Name Additional Properties
src/applications/combined-debt-portal/combined/routes.jsx cta-link-click-enter-mcp { }
src/applications/combined-debt-portal/combined/routes.jsx cta-link-click-enter-ltr { }