Use destination in the core relation schema #8

Merged
lost-rob0t merged 4 commits from agent/research-006-relation-destination into main 2026-08-02 18:51:16 +00:00
lost-rob0t commented 2026-08-02 18:43:48 +00:00 (Migrated from github.com)

What changed

  • rename the core relation endpoint field from target to destination in fixtures/starintel-core.star
  • remove the temporary branch-only migration workflow

Why

Approved STAR-LANG-RESEARCH-006 defines the canonical relation positions as source, predicate, and destination. The core schema still used the legacy target field.

This PR is intentionally schema-only. The Star-CL constructor and document-runtime migration will be handled in a separate tested PR.

Validation

The normal Star-Lang SBCL and Nix workflows gate the merge.

Related to #6.

## What changed - rename the core relation endpoint field from `target` to `destination` in `fixtures/starintel-core.star` - remove the temporary branch-only migration workflow ## Why Approved `STAR-LANG-RESEARCH-006` defines the canonical relation positions as `source`, `predicate`, and `destination`. The core schema still used the legacy `target` field. This PR is intentionally schema-only. The Star-CL constructor and document-runtime migration will be handled in a separate tested PR. ## Validation The normal Star-Lang SBCL and Nix workflows gate the merge. Related to #6.
Sign in to join this conversation.
No description provided.