fix(consult): read the live skill tree instead of a hash-pinned snapshot
Independent Staging Quality Gate / validate (push) Successful in 9m18s
Independent Staging Quality Gate / publish (push) Has been cancelled

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:
Jesse_Chen
2026-08-19 10:25:55 +08:00
parent 233c728176
commit d35828e76d
14 changed files with 315 additions and 109 deletions
+5
View File
@@ -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