1
0
Fork
You've already forked locator
0
No description
  • Smalltalk 100%
2025年11月05日 15:25:05 +01:00
lepiter refactor: LocatorLepiterPage and LocatorLepiterParser 2025年11月05日 15:25:05 +01:00
src refactor: LocatorLepiterPage and LocatorLepiterParser 2025年11月05日 15:25:05 +01:00
.project chore(setup): agent 'locator' 2025年11月05日 11:41:52 +01:00
README.md docs(locator): rewrite README and SPEC for coordinates-based DMX topic locator 2025年11月05日 11:55:38 +01:00
SPEC.md docs(locator): rewrite README and SPEC for coordinates-based DMX topic locator 2025年11月05日 11:55:38 +01:00

locator — DMX Topic Locator Agent

Goal: Given one or more topic labels (or IDs), return precise, copy-pastable location tuples for each topic inside a specific DMX topic map: {topicmap_id, topic_id, x, y, label} — plus optional context like topicmap_name, type_uri, and adjacency.

This agent exists so downstream tools (falsifier, docs-steward, runners) can reference the exact on-canvas position of topics without opening the DMX UI.


What counts as a "location"?

A location is the tuple:

Installation

Metacello new
	repository: '';
	baseline: 'Locator';
	load

Load Lepiter

After installing with Metacello, you will be able to execute

#BaselineOfLocator asClass loadLepiter