fix(consult): read the live skill tree instead of a hash-pinned snapshot
Manual SKILL.md updates were blocked by registry sha256 and a byte-equal versions/ gate. Consult now loads the operator-maintained tree; rectification and personal-report stay hashed. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -37,6 +37,11 @@ COPY --from=build /app/frontend/.next/static /app/frontend/.next/static
|
||||
COPY --from=build /app/frontend/public /app/frontend/public
|
||||
COPY --from=build /app/frontend/db /app/frontend/db
|
||||
COPY --from=build /app/frontend/supabase/migrations /app/frontend/supabase/migrations
|
||||
# Live consult skill entries are git-tracked relative symlinks into /app.
|
||||
COPY --from=build /app/SKILL.md /app/SKILL.md
|
||||
COPY --from=build /app/assets /app/assets
|
||||
COPY --from=build /app/references /app/references
|
||||
COPY --from=build /app/scripts /app/scripts
|
||||
COPY --from=build /app/skills /app/skills
|
||||
|
||||
ARG NEXT_PUBLIC_SUPABASE_URL
|
||||
|
||||
Reference in New Issue
Block a user