Stamp a trilogy pointer onto telos-md's set-north-star output#4
Open
dshanklin-bv wants to merge 1 commit into
Open
Stamp a trilogy pointer onto telos-md's set-north-star output#4dshanklin-bv wants to merge 1 commit into
dshanklin-bv wants to merge 1 commit into
Conversation
telos-md deliberately holds zero sibling knowledge as of its own "eidos owns the map" refactor -- so this lives here instead. Wraps set-north-star (the only command that writes config.yaml + a fresh north_star.yaml) to prepend a comment block naming research.md -> governor.md -> docket.md and linking their docs, without telos-md itself ever importing or referencing those tools. Verified against a real repo: warnings unaffected, JSON output unchanged, reminder present in both files, idempotent on rerun. The 5 pre-existing test failures on main (zoltar/skills-hub/doctor/ closeout/ship, all environment-dependent plugin-discovery checks) are unrelated -- reproduced identically on main without this change.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
eidos telos set-north-starwrites.telos/config.yamland a freshnorth_stars/<id>.yamlwith no mention that research.md → governor.md → docket.md exist, or where to find them..converge/telos-holds-zero-sibling-knowledge-eidos-owns-the-ecosystem-map.md— a tested decision that cross-forge knowledge belongs to eidos, not duplicated into every forge).set-north-starat the eidos-cli layer instead: a small surgical override that calls the same underlyingtelos_md._logic.loop.set_north_star, then prepends a trilogy-pointer comment block to both files it writes. telos-md's own source is untouched.Test plan
mainwith none of this change applied.ruff check/ruff format --checkclean on both touched files.config.yamlandnorth_star.yaml, JSON output/warnings unaffected, idempotent on rerun (checked via marker string before prepending).🤖 Generated with Claude Code