feat: add reminders page, BMad skills upgrade, MCP server refactor
- Add reminders page with navigation support - Upgrade BMad builder module to skills-based architecture - Refactor MCP server: extract tools and auth into separate modules - Add connections cache, custom AI provider support - Update prisma schema and generated client - Various UI/UX improvements and i18n updates - Add service worker for PWA support Made-with: Cursor
This commit is contained in:
32
.cline/skills/bmad-agent-builder/assets/autonomous-wake.md
Normal file
32
.cline/skills/bmad-agent-builder/assets/autonomous-wake.md
Normal file
@@ -0,0 +1,32 @@
|
||||
---
|
||||
name: autonomous-wake
|
||||
description: Default autonomous wake behavior — runs when --headless or -H is passed with no specific task.
|
||||
---
|
||||
|
||||
# Autonomous Wake
|
||||
|
||||
You're running autonomously. No one is here. No task was specified. Execute your default wake behavior and exit.
|
||||
|
||||
## Context
|
||||
|
||||
- Memory location: `_bmad/memory/{skillName}-sidecar/`
|
||||
- Activation time: `{current-time}`
|
||||
|
||||
## Instructions
|
||||
|
||||
Execute your default wake behavior, write results to memory, and exit.
|
||||
|
||||
## Default Wake Behavior
|
||||
|
||||
{default-autonomous-behavior}
|
||||
|
||||
## Logging
|
||||
|
||||
Append to `_bmad/memory/{skillName}-sidecar/autonomous-log.md`:
|
||||
|
||||
```markdown
|
||||
## {YYYY-MM-DD HH:MM} - Autonomous Wake
|
||||
|
||||
- Status: {completed|actions taken}
|
||||
- {relevant-details}
|
||||
```
|
||||
Reference in New Issue
Block a user