Files
EVOLV/.agents/function-anchors/machineGroupControl/ANCHOR-machineGroupControl.html
znetsixe 6a6c04d34b Migrate to new Gitea instance (gitea.wbd-rd.nl)
- Update all submodule URLs from gitea.centraal.wbd-rd.nl to gitea.wbd-rd.nl
- Add settler as proper submodule in .gitmodules
- Add agent skills, function anchors, decisions, and improvements
- Add Docker configuration and scripts
- Add manuals and third_party docs
- Update .gitignore with secrets and build artifacts
- Remove stale .tgz build artifact

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-04 21:07:04 +01:00

17 lines
564 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>machineGroupControl Anchor</title>
<style>
body { font-family: Arial, sans-serif; margin: 24px; background: #f7f8fa; color: #1f2937; }
.card { background: #fff; border: 1px solid #d1d5db; border-radius: 8px; padding: 14px; }
</style>
</head>
<body>
<h1>machineGroupControl Function Anchor</h1>
<div class="card">Baseline topology placeholder. Expand during functional changes.</div>
</body>
</html>