4 Commits

Author SHA1 Message Date
speedy75015-crypto
58c220ff9d
docs: document the project-slug level in the design-system tree (#479)
--persist writes design-system/<project-slug>/MASTER.md, but all four
READMEs document design-system/MASTER.md, omitting the per-project
folder. Following the README leads readers to look for files that are
never created there.

The code is unambiguous (design_system.py:1020):

    design_system_dir = base_dir / "design-system" / project_slug

and search.py's own --help already documents it correctly, so this is a
documentation gap rather than a behaviour question.

The slug level is not incidental: without it, two projects persisted
into the same directory would overwrite each other's MASTER.md.

Updated in README.md, README.ko.md, README.vi.md and README.zh.md:
the folder tree, the hierarchical-retrieval steps and the context-aware
retrieval prompt. Uses the concrete slug "myapp" where the surrounding
example runs -p "MyApp", and [project-slug] where the text is generic.


Claude-Session: https://claude.ai/code/session_015UidECV1wVBD8SW6Abuj71

Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-09-02 17:45:32 +07:00
Dendroculus
c21a7b095f
docs: add Indonesian README 2026-09-02 10:38:23 +07:00
yongveloper
5f2b160e3b docs: add Korean README 2026-08-31 01:00:40 +09:00
tuananh31j
2872e4cc23 docs: add Vietnamese README 2026-08-22 11:11:21 +07:00