chore: upgrade Node.js runtime to v24 across codebase #419

Merged
jason.woltje merged 438 commits from fix/auth-frontend-remediation into main 2026-02-17 01:04:47 +00:00
8 changed files with 144 additions and 0 deletions
Showing only changes of commit c4f6552e12 - Show all commits

18
apps/api/AGENTS.md Normal file
View File

@@ -0,0 +1,18 @@
# api — Agent Context
> Part of the apps layer.
## Patterns
<!-- Add module-specific patterns as you discover them -->
## Gotchas
<!-- Add things that trip up agents in this module -->
## Key Files
| File | Purpose |
| ---- | ------- |
<!-- Add important files in this directory -->

View File

@@ -0,0 +1,18 @@
# coordinator — Agent Context
> Part of the apps layer.
## Patterns
<!-- Add module-specific patterns as you discover them -->
## Gotchas
<!-- Add things that trip up agents in this module -->
## Key Files
| File | Purpose |
| ---- | ------- |
<!-- Add important files in this directory -->

View File

@@ -0,0 +1,18 @@
# orchestrator — Agent Context
> Part of the apps layer.
## Patterns
<!-- Add module-specific patterns as you discover them -->
## Gotchas
<!-- Add things that trip up agents in this module -->
## Key Files
| File | Purpose |
| ---- | ------- |
<!-- Add important files in this directory -->

18
apps/web/AGENTS.md Normal file
View File

@@ -0,0 +1,18 @@
# web — Agent Context
> Part of the apps layer.
## Patterns
<!-- Add module-specific patterns as you discover them -->
## Gotchas
<!-- Add things that trip up agents in this module -->
## Key Files
| File | Purpose |
| ---- | ------- |
<!-- Add important files in this directory -->

View File

@@ -0,0 +1,18 @@
# cli-tools — Agent Context
> Part of the packages layer.
## Patterns
<!-- Add module-specific patterns as you discover them -->
## Gotchas
<!-- Add things that trip up agents in this module -->
## Key Files
| File | Purpose |
| ---- | ------- |
<!-- Add important files in this directory -->

18
packages/config/AGENTS.md Normal file
View File

@@ -0,0 +1,18 @@
# config — Agent Context
> Part of the packages layer.
## Patterns
<!-- Add module-specific patterns as you discover them -->
## Gotchas
<!-- Add things that trip up agents in this module -->
## Key Files
| File | Purpose |
| ---- | ------- |
<!-- Add important files in this directory -->

18
packages/shared/AGENTS.md Normal file
View File

@@ -0,0 +1,18 @@
# shared — Agent Context
> Part of the packages layer.
## Patterns
<!-- Add module-specific patterns as you discover them -->
## Gotchas
<!-- Add things that trip up agents in this module -->
## Key Files
| File | Purpose |
| ---- | ------- |
<!-- Add important files in this directory -->

18
packages/ui/AGENTS.md Normal file
View File

@@ -0,0 +1,18 @@
# ui — Agent Context
> Part of the packages layer.
## Patterns
<!-- Add module-specific patterns as you discover them -->
## Gotchas
<!-- Add things that trip up agents in this module -->
## Key Files
| File | Purpose |
| ---- | ------- |
<!-- Add important files in this directory -->