Restore standard Clay and contributor tooling#421
Open
jamiepratt wants to merge 2 commits into
Open
Conversation
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
clojure -M:clayto Clay's standardscicloj.clay.v2.mainentry point:test-cljand:test-cljsaliases from shareddeps.ednThe removed code and aliases supported my personal vocabulary-estimation workflow. Preview and test invocation are now isolated in the owning workflow repository and injected through its configured commands, so Civitas contributors can use Clay and define project tests in their preferred manner. Test sources and runners remain in their vocabulary namespace; the
resources/classpath and global Quarto*.cljcconfiguration are unchanged.Model validation
Not applicable. This changes preview tooling only; no scorer, estimand, evidence, threshold, or promotion decision changes.
Software tests
clj-paren-repair src/civitas/db.clj: no changes neededclojure -M:test-clj: 27 tests, 157 assertions, 0 failures/errorsclojure -M:test-cljs: 14 tests, 57 assertions, 0 failures/errors-Sdepsaliasesclojure -M:clay --help: confirmed the standard Clay CLI entry pointmanaging_brilliant_but_uneven_minds.clj: passed with namespace Quarto metadata and author expansion intactPublication checks
clay.ednanddeps.ednare shared rendering configurationquarto render site: 234/234 pages, exit 0jankexecutableShared-path audit
This focused PR intentionally changes four shared Civitas paths:
clay.edndeps.ednsrc/civitas/clay_main.cljsrc/civitas/db.cljTheir intended effects are restoring the standard contributor Clay workflow and removing vocabulary-specific test aliases from shared project configuration.