Move ai-stack and paintplus vendored source under vendor/
Matches the existing vendor/easy-asterisk convention (used by services/asterisk.sh) instead of two one-off top-level directories that cluttered the repo root and didn't look like anything else next to setup.sh, lib/, services/, extras/. Only the two services' own SRC_DIR path resolution and header comments needed updating — nothing else in the repo referenced the old ./ai-stack / ./paintplus paths. Also documents vendor/ in README.md's Layout section.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path d="M15 4V2"/>
|
||||
<path d="M15 16v-2"/>
|
||||
<path d="M8 9h2"/>
|
||||
<path d="M20 9h2"/>
|
||||
<path d="M17.8 11.8L19 13"/>
|
||||
<path d="M15 9h.01"/>
|
||||
<path d="M17.8 6.2L19 5"/>
|
||||
<path d="M12.2 6.2L11 5"/>
|
||||
<path d="M12.2 11.8L11 13"/>
|
||||
<path d="M2 22l10-10"/>
|
||||
<path d="M9 19l3-3"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 449 B |
Reference in New Issue
Block a user