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/settler/ANCHOR-settler.html
Normal file
16
.agents/function-anchors/settler/ANCHOR-settler.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>settler 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>settler Function Anchor</h1>
|
||||
<div class="card">Baseline topology placeholder. Expand during functional changes.</div>
|
||||
</body>
|
||||
</html>
|
||||
29
.agents/function-anchors/settler/ANCHOR-settler.md
Normal file
29
.agents/function-anchors/settler/ANCHOR-settler.md
Normal file
@@ -0,0 +1,29 @@
|
||||
# settler Function Anchor (Preparation Baseline)
|
||||
|
||||
## 0) Connection Map (At a Glance)
|
||||
- Node type: settler
|
||||
- Scope: baseline anchor scaffold to satisfy EVOLV required architecture.
|
||||
|
||||
## 1) Unit Table (Initial Baseline)
|
||||
| Signal/Field | Represents | Default Unit | Source of Truth | Produced By | Consumed By | Fallback/Degraded Behavior |
|
||||
|---|---|---|---|---|---|---|
|
||||
| TBD | TBD | TBD | nodes/settler/src/* | TBD | TBD | TBD |
|
||||
|
||||
## 2) Class Identity
|
||||
- Runtime registration: nodes/settler
|
||||
- Node-RED wrapper: nodes/settler/src/nodeClass.js (when present)
|
||||
- Domain logic: nodes/settler/src/specificClass.js (when present)
|
||||
- Editor UI: nodes/settler/*.html (when present)
|
||||
|
||||
## 3) Current Gaps To Resolve Before Declaring Anchor Complete
|
||||
- Replace placeholder sections with full contract mapping on first functional change.
|
||||
|
||||
## 4) Standardization Plan
|
||||
1. Maintain this anchor and evidence docs with behavior changes.
|
||||
2. Maintain tests under test/basic, test/integration, test/edge.
|
||||
3. Maintain examples package (README, basic.flow.json, integration.flow.json, edge.flow.json).
|
||||
|
||||
## 5) Acceptance Criteria For Completion
|
||||
- Anchor/evidence artifacts exist.
|
||||
- Test structure exists.
|
||||
- Example structure exists.
|
||||
15
.agents/function-anchors/settler/EVIDENCE-settler-tests.md
Normal file
15
.agents/function-anchors/settler/EVIDENCE-settler-tests.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# settler Test Evidence
|
||||
|
||||
Status: baseline structure scaffolded.
|
||||
|
||||
## Required Test Layout
|
||||
- nodes/settler/test/basic/*.test.js
|
||||
- nodes/settler/test/integration/*.test.js
|
||||
- nodes/settler/test/edge/*.test.js
|
||||
|
||||
## Baseline Mapping
|
||||
| Test file | Scope |
|
||||
|---|---|
|
||||
| nodes/settler/test/basic/structure-module-load.basic.test.js | module load smoke |
|
||||
| nodes/settler/test/integration/structure-examples.integration.test.js | examples package integrity |
|
||||
| nodes/settler/test/edge/structure-examples-node-type.edge.test.js | node-type presence in basic example |
|
||||
Reference in New Issue
Block a user