Skip to content

Commit 53b220c

Browse files
committed
goals
1 parent 83a20f0 commit 53b220c

3 files changed

Lines changed: 11 additions & 12 deletions

File tree

.github/workflows/daily-repo-hygiene.lock.yml renamed to .github/workflows/daily-repo-goals.lock.yml

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: |
3-
This workflow performs daily repository hygiene by ensuring consistency across
3+
This workflow works regularly towards repo goals by ensuring consistency across
44
workflows, documentation, and README entries, and by discovering new high-value
55
general-purpose workflows from Peli's Agent Factory (github/gh-aw) that could
66
be adapted for broader use. At most one new workflow is proposed per run.
@@ -53,7 +53,7 @@ Check the repository for consistency across three layers:
5353

5454
If any glaring mutual inconsistencies are found, create a pull request that fixes them. If creating a new docs page, follow the style of existing docs pages. If adding a README entry, place it in the appropriate category section.
5555

56-
If everything is consistent, proceed to Phase 2.
56+
Then proceed to Phase 2. Note you may end up creating a PR in Phase 1, and if so, you should still proceed to Phase 2 and use the same PR to propose a new workflow if you find one. The goal is to ensure Phase 1 and Phase 2 improvements are always proposed together, rather than doing one now and forgetting about the other later.
5757

5858
## Phase 2 — Workflow Discovery
5959

workflows/dependabot-pr-bundler.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
description: |
3-
This workflow performs automated dependency management by monitoring and updating project dependencies.
4-
Checks Dependabot alerts and updates dependencies in package manifests (not just lock files).
3+
This workflow checks Dependabot alerts and updates dependencies in package manifests (not just lock files).
54
Bundles multiple compatible updates into single pull requests, runs tests to verify
65
compatibility, and creates draft PRs with working changes. Documents investigation
76
attempts for problematic updates.

0 commit comments

Comments
 (0)