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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ Changelog tracking begins at 0.2.1; earlier tags predate this file.

## [Unreleased]

### Changed
- Policy check stamp cycle 087.

### Changed
- Policy check stamp cycle 083.

Expand Down
6 changes: 6 additions & 0 deletions scripts/check-cycle-087.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -euo pipefail
# agent-cycle-087
test -f profile/README.md
grep -qi 'lab' profile/README.md || grep -qi 'localLOOP' profile/README.md
echo ok cycle 87
Loading