• Joined on 2020-12-11
aj pushed to master at aj/wordle_helper 2025-11-04 09:25:57 -05:00
847bdccfa2 Ignore local settings file
aj pushed to master at aj/wordle_helper 2025-11-04 09:01:53 -05:00
bab9521522 feat: add --exclude flag to filter out words with specific letters
aj pushed to main at aj/project-scripts 2025-11-03 00:37:31 -05:00
4ae10cd65e initial commit
aj created branch main in aj/project-scripts 2025-11-03 00:37:31 -05:00
aj created repository aj/project-scripts 2025-11-03 00:34:52 -05:00
aj pushed to master at aj/ExportDXF 2025-10-30 17:30:45 -04:00
5cf7e1f1e5 chore: add Claude Code configuration and documentation
35ac0fb3f8 feat(api): add sheet metal properties to DXF upload
cc34fb43b6 refactor(ui): rename controls and improve drawing selection
Compare 3 commits »
aj pushed to master at aj/ExportDXF 2025-10-29 00:18:39 -04:00
d29d9a0e06 Feature: send sheet metal properties and upload all BOM items
aj pushed to master at aj/RoslynBridge 2025-10-28 18:18:04 -04:00
a7d4f352b7 build(webapi): update publish artifacts and switch to port 5001
86500af544 docs: update agent guide and SKILL docs; standardize Web API port 5001
daa60c53dd chore(scripts): add rb.ps1 helper for Roslyn Bridge queries
cd0f96ca1e feat(webapi): add solution overview summary endpoint
Compare 4 commits »
aj pushed to master at aj/ExportDXF 2025-10-28 17:34:17 -04:00
c7f2a51823 Submodule EtchBendLines updated
aj pushed to master at aj/ExportDXF 2025-10-28 17:29:51 -04:00
5b996be91e refactor(model): rename JobNo to EquipmentNo in DrawingInfo
6bddbff08e feat(naming): update DXF filename format to include drawing number and PT##
1ec72bc98f feat(export): integrate CutFab API in export flow
b122b88435 feat(ui): add equipment and drawing selectors powered by API\n\n- Inject ICutFabApiClient into MainForm\n- Populate equipment and drawings on load\n- Hook selection changes and pass into export context\n- Resize layout and replace prefix textbox with selectors
b677ac8ec9 feat(api): add CutFab API client and configuration\n\n- Add ICutFabApiClient + CutFabApiClient HTTP client\n- Wire base URL via appSettings (CutFab.ApiBaseUrl)\n- Register client in Program and inject into services\n- Add required System.Net.Http and compression references
Compare 5 commits »
aj pushed to master at aj/RoslynBridge 2025-10-26 23:53:20 -04:00
cade9dcc47 Update roslyn-bridge skill documentation and settings
89a349ae72 Add extension management documentation and utilities
1cbfba3893 Add WebAPI middleware for multi-instance Roslyn Bridge routing
716827a665 Add instance registration service for multi-client WebAPI integration
1ad0a98d4d Implement automatic port discovery for multi-instance support
Compare 6 commits »
aj pushed to master at aj/RoslynBridge 2025-10-25 20:35:32 -04:00
0054386700 Fix build errors and update dependencies
b75fbbedb9 Added Files
aj created branch master in aj/RoslynBridge 2025-10-25 20:35:32 -04:00
aj created repository aj/RoslynBridge 2025-10-25 20:34:27 -04:00
aj pushed to master at aj/wordle_helper 2025-10-18 12:58:38 -04:00
347a4cbe5a Added files
aj created branch master in aj/wordle_helper 2025-10-18 12:58:38 -04:00
aj created repository aj/wordle_helper 2025-10-18 12:56:17 -04:00
aj pushed to master at aj/PepLib 2025-10-08 23:38:10 -04:00
b92e3a6af2 Refactor Reader classes: Extract common parsing logic to StringParsingHelper
7c39e89347 Refactor PepDB.cs: Consolidate repetitive Entity Framework configuration
Compare 2 commits »
aj pushed to master at aj/ExportDXF 2025-10-01 09:46:08 -04:00
c9a8442a29 Refactored ExportContext
a2b89318e1 Changed mm to inches in sheet metal properties
f1fc105a1b Set minimum width for BOM description column
58269f9761 Changed BomExcelSettings defaults
4053038632 Fixed unit scales
Compare 5 commits »
aj pushed to master at aj/ExportDXF 2025-09-29 13:29:29 -04:00
2d5ffdf5c0 Refactored MainForm