renderpci

18 mods across 1 repository, 45 stars between them.

renderpci/dedalo

Skill Claude CodeCodex

Writing and correcting the Dédalo v7 manual in docs/ — above all the LAW THAT EVERY ONTOLOGY TIPO IN AN EXAMPLE MUST BE A REAL, VERIFIED NODE (never lit5/unc1-style placeholders, never a real tipo with the wrong model), plus the mechanical gates (docscurrentenginetripwire: PHP-free prose, resolvable internal links, no…

45 3d ago A 0 tokens AGPL-3.0

dedalo-errors-ts

02

renderpci/dedalo

Skill Claude CodeCodex

The Dédalo v7 TypeScript/Bun ERROR SYSTEM — the closed DedaloError code registry, the ONE converter that builds every wire body, envelope v2 (ok/requestid/data/notices/error + extension keys), the disclosure ladder, and the vanilla-JS client contract (ApiError, errorpolicy, errordispatch, renderapierror). Use when…

45 3d ago A 0 tokens AGPL-3.0

dedalo-labels-ts

03

renderpci/dedalo

Skill Claude CodeCodex

The Dédalo v7 TypeScript/Bun UI-label subsystem — repo-owned label catalogs as the SINGLE source of truth for program strings (WC-033 + WC-034, 2026-07-16). Covers the two roles (src/core/labels/master.json = source of definitions; catalog/lg- .json = per-lang translations), the getLabels serving/fallback chain…

45 3d ago A 0 tokens AGPL-3.0

renderpci/dedalo

Skill Claude CodeCodex

Web-server-enforced media file access control in the Dédalo v7 TS/Bun engine — the .publication marker store, the fixed-name daily auth cookie, the filename→record grammar, and the GENERATED Apache/nginx rule files. Use when editing src/core/media/protection.ts, the login media-cookie hook (core/security/auth.ts +…

45 3d ago A 136 tokens AGPL-3.0

dedalo-observers-ts

05

renderpci/dedalo

Skill Claude CodeCodex

The Dédalo v7 TypeScript/Bun server-side observer / setdatoexternal propagation subsystem (REBUILT 2026-08-02 — reverse, observer-declared discovery through an ontology-wide subscription registry). Use when editing src/core/section/record/{observers,observersubscriptions,observerreconcile}.ts…

45 3d ago A 0 tokens AGPL-3.0

dedalo-ontology-ts

06

renderpci/dedalo

Skill Claude CodeCodex

The Dédalo v7 TypeScript/Bun rewrite of the ONTOLOGY definition & provisioning pipeline — the ddontology write layer, the parsesectionrecordtoontologynode parser, the incremental/destructive write drivers (setRecords + ontologystate reconcile/rebuild), hierarchy provisioning + the HIERARCHY INVARIANT…

45 3d ago A 0 tokens AGPL-3.0

renderpci/dedalo

Skill Claude CodeCodex

The reusable workflow for the Dédalo PHP→TypeScript/Bun rewrite where the live PHP server is the ORACLE — differential parity gates, in-process probe scripts diffing TS vs PHP, driving the real PHP client via Chrome DevTools MCP to find client-contract bugs, scratch-twin write hygiene (never mutate real records), and…

45 3d ago A 131 tokens AGPL-3.0

dedalo-relations-ts

08

renderpci/dedalo

Skill Claude CodeCodex

The Dédalo v7 TypeScript/Bun rewrite of the RELATION component family — the strangler-fig subsystem in src/core/relations/ (registry dispatch, relationcore shared engine, per-model resolvers, implicit/explicit requestconfig builders, inverse/children/related/index engines, save hooks) INCLUDING the full…

45 3d ago A 0 tokens AGPL-3.0

renderpci/dedalo

Skill Claude CodeCodex

The Dédalo v7 TypeScript/Bun rewrite of the SECTION family (src/core/section/) and the vanilla-JS CLIENT RENDERING CONTRACT that the section structure-context must satisfy or the client silently crashes. Use when working in v7/masterdedalo on section reads/edits, structure-context (resolve/structurecontext.ts), the…

45 3d ago A 179 tokens AGPL-3.0

dedalo-tree-ts

10

renderpci/dedalo

Skill Claude CodeCodex

The Dédalo v7 TypeScript/Bun rewrite of the thesaurus/ontology TREE — the tsobject node builder, ddtsapi (getnodedata/getchildrendata/addchild/updateparentdata/saveorder), tree search, the componentrelationparent machinery, and the shared transaction/advisory-lock primitives that every tree/ontology mutation is built…

45 3d ago A 0 tokens AGPL-3.0

dedalo-ts-extension

11

renderpci/dedalo

Skill Claude CodeCodex

How to EXTEND the Dédalo v7 TypeScript/Bun engine the descriptor-shaped way — add a component model, a tool, or an area without scattering edits. Use when adding or editing a component model (src/core/components/component /descriptor.ts + registry.ts), when descriptorcompletenesstripwire.test.ts or…

45 3d ago A 0 tokens AGPL-3.0

renderpci/dedalo

Skill Claude CodeCodex

Master orientation for the Dédalo v7 TypeScript/Bun rewrite — READ THIS FIRST before any src/ work. Covers what v7 TS is (a from-scratch Bun/TS rewrite of the PHP monolith, which is a READ-ONLY oracle on the SAME Postgres), the codebase's load-bearing law ("tripwire or delete"), the 11 tripwires and what each guards…

45 3d ago A 0 tokens AGPL-3.0

renderpci/dedalo

Skill Claude CodeCodex

Request isolation and caching without cross-request bleed or stale-after-edit serving in the Dédalo v7 TypeScript/Bun rewrite. ONE Bun process serves concurrent requests via 3 AsyncLocalStorage stores — transaction ALS (src/core/db/postgres.ts withTransaction), request-lang ALS (src/core/resolve/requestlang.ts…

45 3d ago A 0 tokens AGPL-3.0

renderpci/dedalo

Skill Claude CodeCodex

Configuration discipline and running the Dédalo v7 TS/Bun server in production. Use when reading or adding a DEDALO config key, touching process.env / src/config/env.ts (readEnv) / src/config/config.ts / ../private/.env, wiring a COEXISTENCE flag (DEDALODIFFUSIONNATIVE, DEDALODEVMODE, DEDALOSESSIONDBPATH), or doing…

45 3d ago A 0 tokens AGPL-3.0

dedalo-ts-testing

15

renderpci/dedalo

Skill Claude CodeCodex

How to test the Dédalo v7 TypeScript/Bun rewrite oracle-honestly — the two tiers (test/unit/ pure+DB, test/parity/ differential replaying the FROZEN 2026-07-11 fixture store — the live PHP oracle is decommissioned), the generic-test-TLD law (a test BUILDS its situation, never reads a specific install's…

45 3d ago A 0 tokens AGPL-3.0

renderpci/dedalo

Skill Claude CodeCodex

Writing to the SHARED matrix Postgres safely in the Dédalo v7 TypeScript/Bun rewrite — the one JSONB serializer (encodeForJsonb), the ::text::jsonb Bun.sql bind trap, transaction wrapping (withTransaction), the locator equality law (compareLocators), the one TM/data timestamp (dbTimestamp), atomic matrix DML…

45 3d ago A 0 tokens AGPL-3.0

dedalo AGENTS.md

17

renderpci/dedalo

Instructions file CodexOpenCode

AGENTS.md instructions for renderpci/dedalo, covering 🎯 project premise — the master criterion, interactions, ⚠️ the verification story (read this first — post-oracle), hard rules and commands.

45 3d ago A 4,671 tokens AGPL-3.0

dedalo CLAUDE.md

18

renderpci/dedalo

Instructions file

Claude Code instructions for renderpci/dedalo, a project described as: Dédalo: Cultural Heritage & Oral History Management System.

45 3d ago A 3 tokens AGPL-3.0