Skip to content
Open
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
7 changes: 7 additions & 0 deletions openspec/changes/integration-maps/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# integration-maps (cross-repo stub)

Authoritative spec: [ConductionNL/openregister → openspec/changes/integration-maps](https://github.com/ConductionNL/openregister/tree/development/openspec/changes/integration-maps).

Tracking issue: https://github.com/ConductionNL/openregister/issues/1316

Stub exists so Hydra's sibling-based dependency check can resolve cross-repo `depends_on`.
12 changes: 12 additions & 0 deletions openspec/changes/integration-maps/hydra.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"schema_version": 2,
"spec_slug": "integration-maps",
"app": "openregister",
"repo": "https://github.com/ConductionNL/openregister",
"issue": "https://github.com/ConductionNL/openregister/issues/1316",
"depends_on": [],
"cross_repo_stub": true,
"note": "Cross-repo dependency stub. Authoritative spec lives in ConductionNL/openregister. Do NOT edit here.",
"pipeline": {},
"cycles": []
}
7 changes: 7 additions & 0 deletions openspec/changes/pluggable-integration-registry/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# pluggable-integration-registry (cross-repo stub)

Authoritative spec: [ConductionNL/openregister → openspec/changes/pluggable-integration-registry](https://github.com/ConductionNL/openregister/tree/development/openspec/changes/pluggable-integration-registry).

Tracking issue: https://github.com/ConductionNL/openregister/issues/1307

Stub exists so Hydra's sibling-based dependency check can resolve cross-repo `depends_on`.
12 changes: 12 additions & 0 deletions openspec/changes/pluggable-integration-registry/hydra.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"schema_version": 2,
"spec_slug": "pluggable-integration-registry",
"app": "openregister",
"repo": "https://github.com/ConductionNL/openregister",
"issue": "https://github.com/ConductionNL/openregister/issues/1307",
"depends_on": [],
"cross_repo_stub": true,
"note": "Cross-repo dependency stub. Authoritative spec lives in ConductionNL/openregister. Do NOT edit here.",
"pipeline": {},
"cycles": []
}
12 changes: 12 additions & 0 deletions openspec/changes/task-management/hydra.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"schema_version": 2,
"spec_slug": "task-management",
"app": "procest",
"repo": "https://github.com/ConductionNL/procest",
"depends_on": [
"pluggable-integration-registry"
],
"issue": "",
"pipeline": {},
"cycles": []
}
Loading