Skip to content

Commit a1156fb

Browse files
committed
chore: update AI context map [skip ci]
1 parent 46a2acc commit a1156fb

7 files changed

Lines changed: 16 additions & 16 deletions

File tree

.codesight/CODESIGHT.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
55
> 4 routes (8 inferred) + 1 graphql + 3 ws | 0 models | 0 components | 40 lib files | 6 env vars | 5 middleware | 6 events | 60% test coverage
66
> **Token savings:** this file is ~3,500 tokens. Without it, AI exploration would cost ~25,900 tokens. **Saves ~22,400 tokens per conversation.**
7-
> **Last scanned:** 2026-04-14 18:42 — re-run after significant changes
7+
> **Last scanned:** 2026-04-17 22:42 — re-run after significant changes
88
99
---
1010

1111
# Routes
1212

1313
- `ALL` `/path` [auth, db, cache, queue, email, payment, upload, ai] `[inferred]`
1414
- `ALL` `/api` [auth, db, cache, queue, email, payment, upload, ai] `[inferred]`
15-
- `ALL` `/health` [auth, db, queue] `[inferred]`
16-
- `GET` `/api/users` [auth, db, queue] `[inferred]`
15+
- `ALL` `/health` [auth, db, cache, queue, payment] `[inferred]`
16+
- `GET` `/api/users` [auth, db, cache, queue, payment] `[inferred]`
1717

1818
## GraphQL
1919

.codesight/routes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
- `ALL` `/path` [auth, db, cache, queue, email, payment, upload, ai] `[inferred]`
44
- `ALL` `/api` [auth, db, cache, queue, email, payment, upload, ai] `[inferred]`
5-
- `ALL` `/health` [auth, db, queue] `[inferred]`
6-
- `GET` `/api/users` [auth, db, queue] `[inferred]`
5+
- `ALL` `/health` [auth, db, cache, queue, payment] `[inferred]`
6+
- `GET` `/api/users` [auth, db, cache, queue, payment] `[inferred]`
77

88
## GraphQL
99

.codesight/wiki/detectors.test.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
> **Navigation aid.** Route list and file locations extracted via AST. Read the source files listed below before implementing or modifying this subsystem.
44
5-
The Detectors.test subsystem handles **1 routes** and touches: auth, db, queue.
5+
The Detectors.test subsystem handles **1 routes** and touches: auth, db, cache, queue, payment.
66

77
## Routes
88

9-
- `GET` `/api/users` [auth, db, queue] `[inferred]`
9+
- `GET` `/api/users` [auth, db, cache, queue, payment] `[inferred]`
1010
`tests/detectors.test.ts`
1111

1212
## Source Files

.codesight/wiki/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# codesight — Wiki
22

3-
_Generated 2026-04-14 — re-run `npx codesight --wiki` if the codebase has changed._
3+
_Generated 2026-04-17 — re-run `npx codesight --wiki` if the codebase has changed._
44

55
Structural map compiled from source code via AST. No LLM — deterministic, 200ms.
66

@@ -47,4 +47,4 @@ These exist in your codebase but are **not** reflected in wiki articles:
4747
When in doubt, search the source. The wiki is a starting point, not a complete inventory.
4848

4949
---
50-
_Last compiled: 2026-04-14 · 8 articles · [codesight](https://github.com/Houseofmvps/codesight)_
50+
_Last compiled: 2026-04-17 · 8 articles · [codesight](https://github.com/Houseofmvps/codesight)_

.codesight/wiki/infra.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
> **Navigation aid.** Route list and file locations extracted via AST. Read the source files listed below before implementing or modifying this subsystem.
44
5-
The Infra subsystem handles **1 routes** and touches: auth, db, queue.
5+
The Infra subsystem handles **1 routes** and touches: auth, db, cache, queue, payment.
66

77
## Routes
88

9-
- `ALL` `/health` [auth, db, queue] `[inferred]`
9+
- `ALL` `/health` [auth, db, cache, queue, payment] `[inferred]`
1010
`tests/detectors.test.ts`
1111

1212
## Source Files

.codesight/wiki/log.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
History of `npx codesight --wiki` runs. Capped at 20 entries.
44

5-
## [2026-04-08 21:15:26] scan | 8 routes, 0 models, 0 components → 7 articles
6-
75
## [2026-04-09 07:59:49] scan | 8 routes, 0 models, 0 components → 7 articles
86

97
## [2026-04-09 14:19:56] scan | 8 routes, 0 models, 0 components → 7 articles
@@ -41,3 +39,5 @@ History of `npx codesight --wiki` runs. Capped at 20 entries.
4139
## [2026-04-14 18:42:07] scan | 8 routes, 0 models, 0 components → 8 articles
4240

4341
## [2026-04-14 18:42:52] scan | 8 routes, 0 models, 0 components → 8 articles
42+
43+
## [2026-04-17 22:42:43] scan | 8 routes, 0 models, 0 components → 8 articles

.codesight/wiki/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010

1111
## Subsystems
1212

13-
- **[Detectors.test](./detectors.test.md)** — 1 routes — touches: auth, db, queue
13+
- **[Detectors.test](./detectors.test.md)** — 1 routes — touches: auth, db, cache, queue, payment
1414
- **[Graphql](./graphql.md)** — 4 routes
1515
- **[Path](./path.md)** — 1 routes — touches: auth, db, cache, queue, email
16-
- **[Infra](./infra.md)** — 1 routes — touches: auth, db, queue
16+
- **[Infra](./infra.md)** — 1 routes — touches: auth, db, cache, queue, payment
1717
- **[Api](./api.md)** — 1 routes — touches: auth, db, cache, queue, email
1818

1919
**Libraries:** 40 files — see [libraries.md](./libraries.md)
@@ -38,4 +38,4 @@ Changes to these files have the widest blast radius across the codebase:
3838
- `VITE_VAR_NAME``src/detectors/config.ts`
3939

4040
---
41-
_Back to [index.md](./index.md) · Generated 2026-04-14_
41+
_Back to [index.md](./index.md) · Generated 2026-04-17_

0 commit comments

Comments
 (0)