waaseyaa/note

Default built-in Note content type for Waaseyaa (core.note)

Maintainers

Package info

github.com/waaseyaa/note

pkg:composer/waaseyaa/note

Transparency log

Statistics

Installs: 1 587

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1.0-alpha.256 2026-07-06 21:24 UTC

This package is auto-updated.

Last update: 2026-07-06 21:32:28 UTC


README

Layer 2 — Content Types

Note entity type for Waaseyaa applications.

Defines the note entity type for lightweight, unstructured content entries (e.g. editorial annotations, internal notes). Simpler than node — no bundles, no editorial workflow. See docs/specs/ingestion-defaults.md for ingestion context.

Key classes: Note, NoteAccessPolicy, NoteServiceProvider.

Ingestion (Note\Ingestion\*) — experimental, not wired

The Note\Ingestion\ classes (NoteIngester, IngestionEnvelope, IngestionEnvelopeValidator, ValidationError) build a note entity from a validated ingestion envelope. They are experimental and not wired into any runtime path — no service provider, route, CLI command, or queue handler constructs NoteIngester or calls ->ingest(); only the package's own unit tests and tests/Integration/Phase19/NoteIngestionIntegrationTest.php exercise them. The ingestion.envelope schema itself is live but marked experimental (registered in defaults/ingestion.envelope.schema.json, surfaced by the schema:list CLI). To ingest a note today you must call NoteIngester directly; there is no end-to-end ingestion entry point.