Compose one requirements graph from many reusable throughline sources: importer-assigned namespaces, source-native UIDs, and a union checked by throughline's own validator. Ships the tl-compose CLI, a strict superset of tl.
Project description
throughline-compose
Compose one requirements graph from many reusable throughline sources — a house style guide, a platform standard, a regulatory baseline — alongside the requirements you write yourself, and work the combined graph as one.
This repository is itself a throughline project: its own design is captured as a grounded IDD spine of
3
user requirements and8
system requirements under [`vision/`](vision), [`goals/`](goals),user-requirements/,
system-requirements/, and non-goals/, and
published to docs/spec.md. The graph is gated by tl-compose check --strict and the document by tl-compose docs --check; these two counts are
rendered from the live spine by the tl:count directive, so they cannot drift.
Status: alpha. The composition engine is built.
tl-compose checkcomposes the declared[[sources]]into a union graph and validates it, andtl-compose docsrenders the published document over that same union, resolving borrowed (namespace:UID) targets (SR-0007). Each source resolves from either a localpathor a pinned giturl+refinto a per-user cache (SR-0006). Still pending: thetl-compose source add/update/pinsubcommands for managing source declarations from the CLI (today you edit the[[sources]]tables by hand).
The idea
A team should be able to adopt standard requirement sets by reference, not by copy-paste, and receive upstream revisions without ever forking. Two identity rules make that safe:
- Imported items keep their source-native UID (SR-0002).
Composition never renumbers or copies. Canonical identity is the pair
(source-namespace, UID), so the sameSR-0001may legitimately exist in two sources without collision — the immutable-UID rule is never violated. - The composer controls the namespaces (SR-0001).
The consumer's own
throughline.tomlbinds each source to a short name it chooses (import X as Y). A qualified reference likegds:SR-0001denotes a borrowed item; a bare UID is always local. Renaming a namespace is a local-only change with a bounded blast radius.
Declaring sources
A consumer names the sources it composes in an array of [[sources]] tables in its
own throughline.toml. Each entry binds a namespace to one source, located either
by a pinned git url or by a local path (SR-0006):
# Adopt a published standard by reference, pinned to an edition.
[[sources]]
namespace = "asvs"
url = "https://github.com/timebacksolutions/throughline-asvs"
ref = "v4.0.3" # a git tag (normal form), branch, or commit SHA
# Develop a source and its consumer side by side.
[[sources]]
namespace = "house-style"
path = "../house-style" # a directory relative to this project
url+refis the durable, shareable form. Therefpins the exact edition — normally a release tag, but any git ref (branch or commit SHA) works.tl-composefetches the source from its origin on first use into a per-user cache that lives outside any project tree ($TL_COMPOSE_CACHE, else$XDG_CACHE_HOME, else~/.cache/throughline-compose/sources/), keyed by(url, ref). Resolution is idempotent and offline thereafter: a source already cached at the pinned ref is reused, never refetched. Nothing is vendored into your repo, so your own item scan never ingests a borrowed graph.pathis for local development. A directory, relative to the consumer, for working on a source alongside the project that consumes it.- The two are mutually exclusive, and a
urlmust carry aref. Declaring bothpathandurl, or aurlwith noref, is rejected at check time — a dependency can never silently track a moving default. (Arefalongside apathis likewise rejected: a ref only pins aurl.)
Moving to a new upstream edition is a one-line change to the ref; the borrowed graph
is never edited. See rhodium-org/idd-example
for a complete worked consumer that adopts throughline-asvs this way.
One tool, one set of guarantees
In a composed project you drive everything through tl-compose, never tl
directly (UR-0002). The architecture keeps that
honest:
tl-composeis a strict superset oftl(SR-0003). Local-graph commands are forwarded to the throughline library unchanged; the union-awarecheckanddocsare overridden to compose, validate, and render the combined graph. (Thesourcesubcommands for editing declarations are the remaining superset surface — see the status note above.) The core command set is obtained programmatically, so the two surfaces cannot drift apart.- Composition reuses throughline unchanged (SR-0004).
It merges the sources into one in-memory
Projectand runs throughline's existingvalidate,Index, andfingerprintover that union — no second validation engine. A composed graph is exactly as sound as a native one. - Bare
tl checkfails fast on unresolved cross-source refs (SR-0005). If you run coretlin a composed repo by habit, a namespace-qualified reference it cannot resolve makes it stop and point you attl-compose— never a false clean result. Free external references (a URL, a linked standard) stay opaque, as intended.
Composition deliberately lives here, not in the throughline core (NG-0001) — the core stays a single-purpose, offline tool over one graph, consumed here as a library.
Working here
pip install . # pulls throughline transitively; installs tl and tl-compose
tl-compose context # agent brief, generated from throughline.toml
tl-compose check --strict # gate the whole graph
tl-compose docs --check # gate published-document freshness
tl-compose docs # regenerate docs/spec.md from the graph
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file throughline_compose-0.1.1.tar.gz.
File metadata
- Download URL: throughline_compose-0.1.1.tar.gz
- Upload date:
- Size: 26.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c454eba54570aa256ed4b80a4ba180069b8f5fb998d742787591625dc3a1380
|
|
| MD5 |
6ada87747cdbe4aad9fd81c0abcf94c9
|
|
| BLAKE2b-256 |
a0167e8ed996c3f476e1a4721642937fc27744dd8b0f4fe0c870c61a1896da2c
|
Provenance
The following attestation bundles were made for throughline_compose-0.1.1.tar.gz:
Publisher:
release.yml on timebacksolutions/throughline-compose
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
throughline_compose-0.1.1.tar.gz -
Subject digest:
5c454eba54570aa256ed4b80a4ba180069b8f5fb998d742787591625dc3a1380 - Sigstore transparency entry: 2187635499
- Sigstore integration time:
-
Permalink:
timebacksolutions/throughline-compose@61040fc0907516f7e99bcf9fb329c2d1134b11b1 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/timebacksolutions
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@61040fc0907516f7e99bcf9fb329c2d1134b11b1 -
Trigger Event:
release
-
Statement type:
File details
Details for the file throughline_compose-0.1.1-py3-none-any.whl.
File metadata
- Download URL: throughline_compose-0.1.1-py3-none-any.whl
- Upload date:
- Size: 22.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e232210eff2fa6df46880528abb8dd03358d18aa989681c0428f23bd431003b
|
|
| MD5 |
beadb1720d847e5e36e950a63843f21c
|
|
| BLAKE2b-256 |
e4d095f2bb92206acf2f052b14a1e47f990e5df596263fb39616f9665b6ca188
|
Provenance
The following attestation bundles were made for throughline_compose-0.1.1-py3-none-any.whl:
Publisher:
release.yml on timebacksolutions/throughline-compose
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
throughline_compose-0.1.1-py3-none-any.whl -
Subject digest:
4e232210eff2fa6df46880528abb8dd03358d18aa989681c0428f23bd431003b - Sigstore transparency entry: 2187635522
- Sigstore integration time:
-
Permalink:
timebacksolutions/throughline-compose@61040fc0907516f7e99bcf9fb329c2d1134b11b1 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/timebacksolutions
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@61040fc0907516f7e99bcf9fb329c2d1134b11b1 -
Trigger Event:
release
-
Statement type: