X: Add Cauldron explanation to openspec

This commit is contained in:
2026-08-05 11:08:27 +02:00
parent 6ad5ad0924
commit 493a6291a9
+19
View File
@@ -1,5 +1,24 @@
schema: spec-driven
context: |
This repository is the NenjimHub reference implementation and currently
also acts as Cauldron for the wider r35157 ecosystem.
New module code initially lives in this repository while it is immature.
Packages shall nevertheless reflect the module that logically owns the code.
When a module becomes stable, its API, test contract, and implementations
may be extracted into separate repositories and artifacts.
The current physical location of code must therefore not be interpreted
as permanent module ownership.
Public APIs and reference implementations must remain separated by package,
even while they temporarily coexist in this repository.
Do not add automated tests unless the change explicitly requests them.
General implementation tests will normally belong to a separate test artifact.
# Project context (optional)
# This is shown to AI when creating artifacts.
# Add your tech stack, conventions, style guides, domain knowledge, etc.