vane 0.8.13

A flow-based, two-phase reverse proxy with modular protocol layers and unified middleware.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Current Session Status

## Objective
Analyze the `src/` directory structure for optimization (renaming, splitting, merging) without modifying code logic. Produce a `TODO.md` with recommendations.

## Plan
1.  [ ] List and visualize the current `src/` file structure.
2.  [ ] Analyze `src/common/` for cohesion and bloat.
3.  [ ] Analyze `src/core/` for architectural clarity.
4.  [ ] Analyze `src/middleware/`.
5.  [ ] Analyze `src/modules/` (The bulk of the work).
    -   [ ] `stack/` hierarchy.
    -   [ ] `plugins/` organization.
    -   [ ] `ports/` and `nodes/`.
6.  [ ] Draft `TODO.md` with concrete refactoring tasks.

## Progress Log
- Session started.