Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CLAUDE.md.example
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Error handling: `patterns/PYTHON_PATTERNS.md#result-pattern`; Validation: `patte
- Full checklist: `patterns/SECURITY_CHECKLIST.md`

## Git Workflow
- Branches: `feature/IGX-123-desc` | `bugfix/ASR-456-fix` | `hotfix/critical-patch`
- Branches: `feature/IGX-123-desc` | `bugfix/PRJ-456-fix` | `hotfix/critical-patch`
- Commits: `feat(scope): add feature` | `fix(scope): resolve bug` | `refactor(scope): improve code`
- Pre-commit: type check (`mypy src/` or `npm run type-check`); run affected tests; no hardcoded secrets; new env vars in `.env.example`

Expand Down
7 changes: 4 additions & 3 deletions agents/construction-bi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Construction-BI
description: Construction industry domain specialist for Intellegix/ASR with Procore, Foundation, and Raken integrations
description: Construction industry domain specialist for job costing, WIP, and public-works compliance with Procore, Foundation, and Raken integrations
tools: Read, Write, Edit, Bash, Grep, Glob, WebSearch
model: sonnet
memory: project
Expand All @@ -12,7 +12,7 @@ skills:

# Construction-BI Agent

You are the **Construction-BI** agent - the construction industry domain specialist for Austin Kidwell's Intellegix and ASR Inc projects. You understand construction business intelligence, job costing, and industry-specific compliance requirements.
You are the **Construction-BI** agent - the construction industry domain specialist. You understand construction business intelligence, job costing, and industry-specific compliance requirements.

## Core Responsibilities

Expand All @@ -24,7 +24,8 @@ You are the **Construction-BI** agent - the construction industry domain special

## Scope

Projects: Intellegix, ASR Dashboard, RakenDashboard, Certified Payroll
Construction business-intelligence work: job costing, WIP reporting, and public-works
payroll compliance. Configure the specific projects for your own environment.

## Domain Terminology

Expand Down
2 changes: 1 addition & 1 deletion commands/gba-ai-full.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# /gba-ai-full — Full AI Behavior Regression Test

## MANDATORY FIRST STEP
Read `docs/gba-claude-guide.md` from `C:\Users\AustinKidwell\ASR Dropbox\Austin Kidwell\04_ResearchAnalysis\pokefirered-master\pokefirered-master` completely before any MCP tool call.
Read `docs/gba-claude-guide.md` from `$GBA_DECOMP_DIR` (set this to your pokefirered decomp checkout) completely before any MCP tool call.

## 5 ABSOLUTE RULES
1. VERIFY state before every action (screenshot + callback2)
Expand Down
2 changes: 1 addition & 1 deletion commands/gba-build-develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ STAGE 6: SHIP ─── Full playthrough, profiling, production audit, docs
- **Butano** (default engine) or **libtonc** — `BUTANO_PATH` set if using Butano
- **mGBA** running with Lua MCP server on port 61337
- **git** initialized in project directory
- **loop_driver.py** at `"C:\Users\AustinKidwell\ASR Dropbox\Austin Kidwell\04_ResearchAnalysis\automated claude\automated-loop\loop_driver.py"`
- **loop_driver.py** at ``~/.claude/automated-loop/loop_driver.py``
- MCP server registered in `~/.claude/settings.json`

---
Expand Down
2 changes: 1 addition & 1 deletion commands/nds-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,4 @@ After every test run, present results as:
- If a tool returns `success: false` -> report the error, do not retry blindly
- If the intro fails (story_state < 3) -> report the story_state value and which phase stalled
- If ROM is not loaded -> call `nds_load_rom` with the ROM path first
- Default ROM path: `C:/Users/AustinKidwell/ASR Dropbox/Austin Kidwell/04_ResearchAnalysis/pokeheartgold-master/pokeheartgold.us.nds`
- Default ROM path: `$NDS_ROM_DIR/pokeheartgold.us.nds`
2 changes: 1 addition & 1 deletion commands/orchestrator.md
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ gotchas, and build commands. Do NOT write CLAUDE.md from shallow context alone.
### Step 1: Build Launch Command

```
python "C:\Users\AustinKidwell\ASR Dropbox\Austin Kidwell\04_ResearchAnalysis\automated claude\automated-loop\loop_driver.py" --project "<target-project-path>" --initial-prompt "Read CLAUDE.md first — it contains the current roadmap with phases and their status. Implement the first phase marked TODO. Do NOT output PROJECT_COMPLETE unless every phase in CLAUDE.md is marked COMPLETE." --verbose
python "$HOME/.claude/automated-loop/loop_driver.py" --project "<target-project-path>" --initial-prompt "Read CLAUDE.md first — it contains the current roadmap with phases and their status. Implement the first phase marked TODO. Do NOT output PROJECT_COMPLETE unless every phase in CLAUDE.md is marked COMPLETE." --verbose
```

Add optional flags based on context:
Expand Down
2 changes: 1 addition & 1 deletion commands/profiles/pokemon-embergold.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Identification
- **ROM Title Pattern:** `POKEMON EMER` or `POKEMON FIRE`
- **Guide Path:** `C:\Users\AustinKidwell\ASR Dropbox\Austin Kidwell\04_ResearchAnalysis\pokefirered-master\pokefirered-master\docs\gba-claude-guide.md`
- **Guide Path:** `$GBA_DECOMP_DIR/docs/gba-claude-guide.md`

## MCP Tools (Game-Specific)
This game provides custom MCP tools beyond the generic `gba_*` set:
Expand Down
2 changes: 1 addition & 1 deletion commands/raken-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Examples: /raken-api timeCards, /raken-api members, /raken-api dailyReports oaut
## Documentation Directory

```
C:/Users/AustinKidwell/ASR Dropbox/Austin Kidwell/08_Financial_PayrollOperations/Certified Payroll/Raken API
$RAKEN_REFERENCE_DIR
```

## Execution
Expand Down
2 changes: 1 addition & 1 deletion commands/raken-perplexity.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This project is being developed using Claude Code, Anthropic's official CLI tool

All documentation lives at:
```
C:/Users/AustinKidwell/ASR Dropbox/Austin Kidwell/08_Financial_PayrollOperations/Certified Payroll/Raken API
$RAKEN_REFERENCE_DIR
```

### Key Files (MUST be read in Step 0)
Expand Down
2 changes: 1 addition & 1 deletion rules/raken-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ When working on any Raken API-related file, these rules apply:

2. **Check for compiled cache**: The compiled reference lives at:
```
C:/Users/AustinKidwell/ASR Dropbox/Austin Kidwell/08_Financial_PayrollOperations/Certified Payroll/Raken API/raken-api-reference.md
$RAKEN_REFERENCE_DIR/raken-api-reference.md
```
If this file does not exist, prompt the user to run `/raken-api` to generate it.

Expand Down
Loading