Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,9 @@ dist/
*.vsix
.DS_Store
settings.json
.superpowers/
.superpowers/
graphify-out/.graphify_python
graphify-out/.graphify_root
graphify-out/cache/
graphify-out/manifest.json
graphify-out/cost.json
1 change: 1 addition & 0 deletions graphify-out/.graphify_labels.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"0": "Env Vars & Autocomplete Input", "1": "Collection Import/Export Parsing", "2": "SidebarProvider Tree CRUD", "3": "Response Formatting & Truncation", "4": "Cookie Support & First-Launch Seed", "5": "Core Architecture & Persistence Docs", "6": "Build & Release Dev Dependencies", "7": "Request Editor Tabs & Context", "8": "History Editor Panel Feature", "9": "Auth Tab & Request Context", "10": "Provider Cross-Panel Coordination", "11": "Webview Entry Points & Monaco Worker", "12": "Request Context Helpers (cURL/Auth)", "13": "package.json Manifest Metadata", "14": "TypeScript Compiler Config", "15": "Fluid Layout & Response Panel Redesign", "16": "HistoryManager CRUD Methods", "17": "HistoryEditorProvider Delegation", "18": "Sidebar Webview Entry & Icons", "19": "Body Editor & Monaco Theme", "20": "History Panel Providers", "21": "Shared Data Type Definitions", "22": "Dropdown Action Icons", "23": "Folder/Request Drag-Drop UI", "24": "History Entry List & Dialogs", "25": "File Upload / Form Data", "26": "RequestEditorProvider Panel Lifecycle", "27": "Import/Export Provider Icons", "28": "Bearer & API Key Auth Design", "29": "Auth Config Inheritance", "30": "Spacing Token System", "31": "FolderEditorProvider Lifecycle", "32": "Vite Build Script", "33": "Create-User Demo Screenshot", "34": "VS Code Contribution Points", "35": "npm Runtime Dependencies", "36": "npm Build Scripts", "37": "Expanded Folders Persistence", "38": "Add-Collection Icon Asset", "39": "Folder Add/Import Icons", "40": "First-Launch Seed Data", "41": "Claude Local Settings", "42": "Repository Metadata", "43": "Eye Icon Component", "44": "VS Code Launch Config", "45": "VS Code Tasks Config", "46": "Empty State Icon", "47": "Delete Request Wiring", "48": "Rename Folder Wiring", "49": "Rename Request Wiring", "50": "Collection Icon Theme Pair", "51": "Folder Icon Theme Pair", "52": "Request Icon Theme Pair", "53": "Extension Branding Icon", "54": "Deploy Script", "55": "Tab Strip Scroll Hook", "56": "Import Icon Component", "57": "Tailwind Config", "58": "PostCSS Config", "59": "Semantic Release Config", "60": "Worker Type Declarations", "61": "Claude Code Permissions", "62": "MIT License", "63": "Sidebar View Resolution", "64": "Delete Folder Method", "65": "Add Request Method", "66": "Duplicate Request Method", "67": "Duplicate Folder Method", "68": "Move Request Method", "69": "Move Folder Method", "70": "Custom Folder Editor Resolution", "71": "History Lookup by Request", "72": "Clear History for Request", "73": "Monaco Worker Module Declaration", "74": "Monaco Environment Config", "75": "Custom Monaco Theme", "76": "Basic/API Key Auth UI", "77": "Folder Settings Auth Section", "78": "Sidebar Flask Icon", "79": "Export/Import Demo GIF"}
Loading