mirror of
https://github.com/jlengrand/Maestro.git
synced 2026-03-10 08:31:19 +00:00
Found expired OAuth token, attempting refresh... Token refresh successful ## CHANGES - Prompts now compile from Markdown into TypeScript at build-time 🔧 - New `build:prompts` step runs automatically for dev and release builds 🏗️ - Main process stops runtime prompt file I/O for faster, safer startups ⚡ - Group chat prompt access refactored into getter functions for flexibility 🧩 - Added IPC to reset a participant context with session summarization 🔄 - Participant cards now copy agent session IDs with one click 📋 - UI shows context-reset button when participant usage hits 40%+ ⏱️ - History markdown now supports raw HTML rendering via `rehype-raw` 🧪 - History detail supports clickable file links and in-app file previews 🗂️ - Document copy-drag enables reset-on-completion across duplicate filenames 🧷
52 lines
462 B
Plaintext
52 lines
462 B
Plaintext
# Maestro
|
|
Auto\ Run\ Docs/
|
|
Work\ Trees/
|
|
community-data/
|
|
.mcp.json
|
|
specs/
|
|
|
|
# Tests
|
|
coverage/
|
|
do-wishlist.sh
|
|
do-housekeeping.sh
|
|
e2e-results/
|
|
playwright-report/
|
|
test-results/
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
|
|
# Build outputs
|
|
dist/
|
|
release/
|
|
src/generated/
|
|
*.log
|
|
tmp/
|
|
scratch/
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# ESLint
|
|
.eslintcache
|
|
|
|
# Electron
|
|
out/
|
|
|
|
# Logs
|
|
logs/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|