Remove fintech/healthtech profiles and hide Config/Live tabs#57
Merged
Conversation
Drops the example profile YAMLs (`profiles/fintech.profile.yaml`, `profiles/healthtech.profile.yaml`) and the three CLI tests that targeted them. The profile feature stays — the loader still reads any `profiles/<name>.profile.yaml` generically — only the bundled examples are removed. Doc/comment references to the deleted profile names are replaced with neutral placeholders so examples don't point at files that no longer exist. Also disables (comments out) the dashboard "Config" and "Live" tab buttons in the admin UI, and comments out the `--profile my-profile` calibrate example in CLAUDE.md since no profile ships in-tree by default.
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.
Closes #56
Summary
fintechandhealthtechprofile YAMLs (and the three CLI tests targeting them). The profile feature itself stays intact — the loader atengine_factory::load_scoring_configstill reads anyprofiles/<name>.profile.yamlgenerically; only the example overlays are removed.crates/permit0-ui/static/index.html).cargo run -- calibrate test --profile my-profileexample inCLAUDE.mdsince no profile ships in-tree anymore.Why
The bundled profiles were illustrative, not production overlays — users are expected to author their own at
profiles/<name>.profile.yaml. Shipping emptyprofiles/makes the "create your own" workflow the obvious path and avoids implying the examples are blessed defaults. Hiding the Config and Live tabs takes those surfaces out of the dashboard until they're ready.Test plan
cargo build --workspacecleancargo build -p permit0-cli --testscleancargo nextest run --workspacegreen in CI🤖 Generated with Claude Code