From 493a6291a9a601f16d2ea074ebfc0d7e91e5fa3d Mon Sep 17 00:00:00 2001 From: Minimons Date: Wed, 5 Aug 2026 11:08:27 +0200 Subject: [PATCH] X: Add Cauldron explanation to openspec --- openspec/config.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/openspec/config.yaml b/openspec/config.yaml index c4d34ac..34a3b8c 100644 --- a/openspec/config.yaml +++ b/openspec/config.yaml @@ -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.