name: plan-mega-review
version: 2.0.0
description: |
The most thorough plan review possible. Three modes: SCOPE EXPANSION (dream big,
build the cathedral), HOLD SCOPE (review what's here with maximum rigor), and
SCOPE REDUCTION (strip to essentials). Context-dependent defaults, but when the
user says EXPANSION — go full send. Challenges premises, maps every failure mode,
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Function to create and manage the multi-step guidance and chat | |
| function createSupportSystem() { | |
| // Add styles for all components | |
| const style = document.createElement('style'); | |
| style.textContent = ` | |
| /* General tooltip/modal styles */ | |
| .guidance-tooltip { | |
| position: fixed; | |
| background-color: #0099CC; | |
| color: white; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| You are an AI assistant tasked with analyzing chat messages from a B2B company's group chat to identify and categorize customer issues. Your goal is to extract meaningful insights from these conversations and present them in a structured format. | |
| Here are the chat messages you need to analyze: | |
| <chat_messages> | |
| {{CHAT_MESSAGES}} | |
| </chat_messages> | |
| Please follow these steps to analyze the chat messages and identify issues: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 0xpass/passport-devops/ | |
| ├── 20240711134730_mainnet_keon-encrypted-aes-shard.bin | |
| ├── README.md | |
| ├── TODO.md | |
| ├── ansible | |
| │ ├── ansible.cfg | |
| │ ├── env | |
| │ │ ├── devnet | |
| │ │ │ ├── group_vars | |
| │ │ │ │ ├── all.yml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "use client"; | |
| import { useGoogleLogin } from "@react-oauth/google"; | |
| import { Passport } from "@0xpass/passport"; | |
| import { useCallback, useState } from "react"; | |
| import OTPInput from "./components/OTPInput"; | |
| export default function Home() { | |
| const [email, setEmail] = useState(""); | |
| const [otp, setOtp] = useState(""); | |
| const passport = new Passport(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "use client"; | |
| import { useGoogleLogin } from "@react-oauth/google"; | |
| import { Passport } from "@0xpass/passport"; | |
| import { useCallback, useState } from "react"; | |
| import OTPInput from "./components/OTPInput"; | |
| export default function Home() { | |
| const [email, setEmail] = useState(""); | |
| const [otp, setOtp] = useState(""); | |
| const passport = new Passport(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { ChevronDown, Loader2 } from "lucide-react"; | |
| import { useEffect, useState } from "react"; | |
| import { useConnectionStatus } from "../../hooks/use-connection-status"; | |
| import { useEmojiAvatar } from "../../utils/avatars"; | |
| import { AsyncImage } from "../common/async-image"; | |
| import { PassComponent } from "../common/pass-component"; | |
| import { Button } from "../primitives/button"; | |
| import { useChains } from "../providers/chain-context"; | |
| import { ConnectButtonRenderer } from "./renderer"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "letters": [ | |
| { | |
| "key": "q" | |
| }, | |
| { | |
| "key": "w" | |
| }, | |
| { | |
| "key": "e" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder