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>
This commit is contained in:
16
.agents/function-anchors/valve/ANCHOR-valve.html
Normal file
16
.agents/function-anchors/valve/ANCHOR-valve.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>valve 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>valve Function Anchor</h1>
|
||||
<div class="card">Baseline topology placeholder. Expand during functional changes.</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user