Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/features/onboarding/steps/rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
- Never show raw JSON payloads, MCP tool names, or secrets in output.
- Read the client secret from CONFIDENCE_CLIENT_SECRET env var in all generated code.
- Use the OpenFeature API with local resolve where supported. Access flag values via dot notation: `flag-name.property`.
- Only create or modify files inside the project directory. Never write to paths outside it (e.g. home directory dotfiles, global configs, `/tmp`).
- If a step fails, print the error and continue with remaining steps where possible. The report file must always be generated — if steps failed, document what succeeded and what needs to be completed manually.