import { Thread } from "@/shell" export default function () { const state = Thread.getStore() if (!state) return { error: "no state" } return state?.project || "none" }