mirror of
https://github.com/Forward-Future/loopy.git
synced 2026-09-22 05:33:01 +08:00
5fe6469d4a
Move the website (site shell, Worker, scripts, audits) under a dedicated loop-library/ directory so it is clearly separated from the installable Loopy skill, which stays in skills/loopy/. Update CI, .gitignore, the repository check script, and maintainer docs to the new paths. Co-authored-by: mberman84 <mberman84@users.noreply.github.com>
34 lines
1.4 KiB
JSON
34 lines
1.4 KiB
JSON
{
|
|
"number": "051",
|
|
"slug": "example-loop",
|
|
"title": "The example loop",
|
|
"summary": "Shows the complete record needed to publish a loop.",
|
|
"seoTitle": "Example AI Agent Loop | Loop Library",
|
|
"description": "A complete example record for the database-backed Loop Library publisher.",
|
|
"category": "engineering",
|
|
"featured": false,
|
|
"categoryLabel": "AI agent workflow",
|
|
"author": "Example Contributor",
|
|
"published": "2026-06-21",
|
|
"modified": "2026-06-21",
|
|
"prompt": "Do the bounded task, verify the result, and continue only while the evidence improves. Stop when the goal is met or another pass makes no measurable progress.",
|
|
"verifyTitle": "The stated goal is met with reproducible evidence.",
|
|
"verifyDetail": "Run the same acceptance check after each change and preserve the final result.",
|
|
"useWhen": "Use this record as a template when preparing a new Loop Library entry.",
|
|
"steps": [
|
|
"Record the current state and the acceptance check.",
|
|
"Make one bounded change and run the same check again.",
|
|
"Keep improvements and stop at success or no measurable progress."
|
|
],
|
|
"why": "The record includes the content needed for the page, catalog, search, and agent-facing formats.",
|
|
"note": "Replace every example value and verify related slugs before publishing.",
|
|
"keywords": [
|
|
"example loop",
|
|
"agent workflow",
|
|
"content publishing"
|
|
],
|
|
"related": [
|
|
"overnight-docs-sweep"
|
|
]
|
|
}
|