Skip to content
Merged
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
15 changes: 0 additions & 15 deletions docs/src/content/docs/patterns/daily-ops.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@ sidebar:

DailyOps workflows automate incremental progress toward large goals through small, scheduled daily changes. Work happens automatically in manageable pieces that are easy to review and integrate.

## When to Use DailyOps

- **Continuous improvement** - Daily code quality improvements
- **Progressive migrations** - Gradually update dependencies or patterns
- **Documentation maintenance** - Keep docs fresh with daily updates
- **Technical debt** - Chip away at issues one small PR at a time

## The DailyOps Pattern

### Scheduled Execution
Expand Down Expand Up @@ -84,14 +77,6 @@ This repository implements several DailyOps workflows demonstrating different us

All follow the phased approach with discussions for tracking and draft pull requests for review.

## Implementation Guide

1. **Define Goal** - Identify ongoing goal (test coverage, performance, docs sync)
2. **Design Workflow** - Set weekday schedule, configure `safe-outputs` for discussions/PRs
3. **Research Phase** - Analyze state, create discussion, wait for approval
4. **Config Phase** - Create config files, test, submit PR, wait for approval
5. **Execute Daily** - Make small improvements, verify, create draft PRs, update discussion

## Related Patterns

- **IssueOps** - Trigger workflows from issue creation or comments
Expand Down
Loading