A generic, extensible system for exploring, analyzing, and reasoning about dependency structures.
Find a file
tegwick c8cdf19143
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s
Adopt Target Revenue Source License V1C1 (org-wide preliminary rollout)
Maintainer decision, 2026-07-29: adopts TRSL V1C1 as this repo's
preliminary governing license, per target-revenue's
workplans/TREV-WP-0008-governance-and-pilot-rollout.md T05. Full
specialist legal review is deferred until out of beta (target-revenue
SCOPE.md §1). No Phase is yet declared for this repo.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-30 01:13:23 +02:00
.claude/rules docs: workplan-first agent guidance prose (CUST-WP-0055 T04 batch 5) 2026-07-08 19:52:01 +02:00
.forgejo/workflows Add Forgejo CI smoke workflow (enablement template) 2026-07-08 12:36:23 +02:00
docs Add NBGM specification v0.1 baseline 2026-06-24 18:34:49 +02:00
registry Draft capability entry (reuse-surface REUSE-WP-0017-T04, cohort 3) 2026-07-06 19:50:54 +02:00
workplans Add NBGM specification v0.1 baseline 2026-06-24 18:34:49 +02:00
.custodian-brief.md chore(consistency): sync task status from DB [auto] 2026-06-24 18:24:10 +02:00
.gitignore Initial commit 2026-05-03 13:06:42 +00:00
.repo-classification.yaml Add .repo-classification.yaml (CUST-WP-0050 T11 agent first-pass) 2026-06-22 17:47:43 +02:00
AGENTS.md Regenerate agent instructions from state-hub templates (CUST-WP-0055 T01) 2026-07-08 14:50:39 +02:00
CLAUDE.md Add State Hub bootstrap workplan and agent integration files 2026-06-22 21:44:46 +02:00
INTENT.md Added intent to pick up later 2026-05-15 22:58:22 +02:00
LICENSE Adopt Target Revenue Source License V1C1 (org-wide preliminary rollout) 2026-07-30 01:13:23 +02:00
README.md Replace stale repo-seed template README with a real one 2026-07-07 01:34:42 +02:00
SCOPE.md Complete State Hub bootstrap workplans (WP-0001) 2026-06-22 23:35:26 +02:00

vantage-point

Generic system for exploring, analyzing, and reasoning about dependency structures across arbitrary domains, treated as Network-Based Graph Models (NBGM) — typed graphs of entities (nodes) and relationships (edges) enriched with attributes, provenance, and semantics.

Vantage Point is a multi-perspective exploration environment: the same underlying graph can be viewed from different "vantage points" to answer domain-specific questions, rather than binding one fixed visualization or domain vocabulary to the model. The vocabulary is grounded in Tamara Munzner's nested design model and the NBGM framing from Meyer, Sedlmair, and Munzner (BELIV 2012).

Status

Specification stage — no implementation yet. docs/nbgm-spec-v0.1.md is a substantial (670-line) draft baseline defining core identity/typing rules for nodes and edges, the attribute model and namespaces, provenance and lineage, a baseline catalog of inspection operations, and alignment notes for repo-native graph bindings (e.g. Railiance Fabric). Storage engines, query languages, visualization encodings, and domain-specific type catalogs are explicitly out of scope for v0.1.

Getting oriented

  • Intent: INTENT.md — full rationale and grounding in the NBGM research literature
  • Scope and boundaries: SCOPE.md
  • The spec: docs/nbgm-spec-v0.1.md
  • Build history: workplans/

In scope

NBGM specs, registry, and exploratory docs; State Hub workplans for graph exploration features; alignment with repo-scoping and railiance-fabric graph models. See SCOPE.md for the full in/out-of-scope breakdown.