chore: keep fiscalize private (in-house) + standard bunfig.toml auth#3
Merged
Conversation
Per Nik: fiscalize is an internal grunt-it tool, not a public OSS release. - Scrub "open-source/public" wording from README; license → UNLICENSED; remove MIT LICENSE file (no private:true — GH Packages publish still works). - Ship a committed bunfig.toml ($REGISTRY_TOKEN env ref, no secret in-file) matching app-template/utility-belt; CI sets REGISTRY_TOKEN from secrets so @grunt-it installs resolve. Drop bunfig.example.toml; untrack bunfig.toml. - README install uses the bunfig.toml standard, not a hardcoded gh-auth token. Tests 29/29, tsc clean (no code change). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Applies Nik's two corrections (relayed via coordinator). Docs/config only — no code change; tests 29/29, tsc clean.
1. Keep it private / in-house (not public OSS)
package.jsonlicense→UNLICENSED; removed the MITLICENSEfile; droppedLICENSEfromfiles."private": true(that would block the GitHub Packages publish — utility-belt doesn't set it either).PROVENANCE.md: the bundled official e-SLOG XSDs keep their own ePOS/GZS terms; clarified they're not part of this project's (UNLICENSED) code.2. Standard
bunfig.tomlfor@grunt-itauthbunfig.toml(token = "$REGISTRY_TOKEN"— env ref, no secret in-file) matching app-template / utility-belt. Removedbunfig.example.toml; untrackedbunfig.tomlfrom.gitignore.publish.yml) setsREGISTRY_TOKEN: ${{ secrets.REGISTRY_TOKEN }}at job level sobun installresolves@grunt-itpackages (future-proofs; fiscalize has no@grunt-itdeps yet, so today's installs are unaffected).REGISTRY_TOKEN=$(gh auth token) bun install.Repo is already
--private. Independent of the in-flight P2 (FURS) branch.🤖 Generated with Claude Code