Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Clarify web server docs after removing legacy server.py/web.py - #152

Merged
Panacota96 merged 2 commits into
developfrom
codex/remove-legacy-server-and-web-files
Apr 6, 2026
Merged

Clarify web server docs after removing legacy server.py/web.py#152
Panacota96 merged 2 commits into
developfrom
codex/remove-legacy-server-and-web-files

Conversation

@Codex

@Codex Codex AI commented Apr 6, 2026

Copy link
Copy Markdown
Contributor

Legacy server.py/web.py modules were superseded by web/app.py but still mentioned in architecture docs, causing confusion about the active web server implementation.

  • Docs: Updated docs/diagrams.md and docs/context-engineering/project-structure.md to reference only web/app.py as the HTTP/API server and removed mentions of the deleted modules.
  • Diagrams: Adjusted Mermaid labels to reflect the web/app.py package as the authoritative web server entry point.

Example (architecture diagram node):

graph LR
    web["web/app.py\nlocal viewer + API"]
Loading

Co-authored-by: Panacota96 <118935424+Panacota96@users.noreply.github.com>
@Codex Codex AI changed the title [WIP] Remove unreachable dead code from server.py and web.py Clarify web server docs after removing legacy server.py/web.py Apr 6, 2026
@Codex
Codex AI requested a review from Panacota96 April 6, 2026 19:45
@Panacota96
Panacota96 marked this pull request as ready for review April 6, 2026 19:47
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

@Panacota96
Panacota96 merged commit 516ed24 into develop Apr 6, 2026
2 checks passed
@Panacota96
Panacota96 deleted the codex/remove-legacy-server-and-web-files branch April 6, 2026 19:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

BUG: Legacy server.py and web.py are unreachable dead code — conflicting signatures with web/app.py

2 participants