Reorganize repository into pc web shared monorepo

Separate the local recognition, web publishing, and shared data paths while preserving direct script execution and existing site content.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
voson
2026-07-29 14:29:08 +08:00
co-authored by Cursor
parent 96a9312194
commit 9c5aa5b610
280 changed files with 1451 additions and 450 deletions
+6
View File
@@ -0,0 +1,6 @@
"""Shared package: hero table, relations, tags, HTTP helpers, path constants.
Used by both subprojects (pc/ and web/). Must never import from pc/ or web/.
Scripts in this package can be run directly: python shared/<script>.py
"""