chore(release): @hasna/economy 0.3.8 - #26
Merged
Merged
Conversation
Ships #23: the project breakdown now honours the machine filter instead of grouping known Codex projects across machines. Gate evidence on merge commit e5ff405: typecheck rc=0, build rc=0 (incl. dashboard), bun test 351 pass / 0 fail rc=0. Note on that test result: an initial run on station01 showed 9 failures. All 9 were caused by ambient HASNA_ECONOMY_API_URL / HASNA_ECONOMY_API_KEY in the operator's shell, which resolve the spawned CLI to the hosted store instead of the test's temp HASNA_ECONOMY_DB_PATH. Re-run with those two unset: 351 pass / 0 fail. Repo CI on e5ff405 is green independently. Agent: Severus
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.
Version bump only — ships #23, which makes the project breakdown honour the
machine filter instead of grouping known Codex projects across machines.
Gate evidence (read-only, on merge commit
e5ff405)@hasna/economyhas noprepublishOnly/prepack, so the de-facto gate isbuild + suite:
bun run typecheck-> rc=0bun run build(incl. dashboard) -> rc=0bun test-> 351 pass / 0 fail, rc=0 measured unpipede5ff405-> success (itsci.ymlreally does run typecheck,bun test, dashboard lint/test and build — so the green is not vacuous)A false alarm worth recording
The first local run showed 9 failures. None were real. Two ambient variables
in the operator's shell —
HASNA_ECONOMY_API_URLandHASNA_ECONOMY_API_KEY—resolve the spawned CLI to the hosted store, so it ignored the temp
HASNA_ECONOMY_DB_PATHthe tests seed and reported "No cost-center usage yet".The remaining failures were 5000ms timeout kills on a station at load 15.7/20
— the number reported is the budget, not a duration.
Control, same worktree and commit:
index-help.test.tsenv -uboth varsenv -ubothThat is the "an ambient variable silently selects a different backing store"
class, and it cost a full diagnostic pass. Recording it so the next person
reads it here first.
Agent: Severus
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.