wu-sheng opened a new pull request, #94:
URL: https://github.com/apache/skywalking-horizon-ui/pull/94

   ## Why
   The `local-boot` dev skill's demo-OAP password file was renamed 
`oap-password.local` → `oap-demo-env-auth.key`, and `.gitignore` was updated to 
ignore `.claude/skills/local-boot/*.key`. The skill doc still pointed at the 
old filename (5 places) and described the ignore mechanism as the repo-wide 
`*.local` rule, which no longer covers these files — so the demo-boot recipe 
would fail to find the cached password.
   
   ## What
   - `.claude/skills/local-boot/SKILL.md`: update every `oap-password.local` 
reference to `oap-demo-env-auth.key`, and correct the "git-ignored via …" note 
to the actual `.claude/skills/local-boot/*.key` rule.
   - `.gitignore`: add `.claude/skills/local-boot/*.key` (covers the demo OAP 
password and the Bedrock API key; both stay out of git).
   
   ## Validation
   Docs/chore only — Markdown + `.gitignore`, no product code. The code 
preflight gates are N/A: not operator-visible (no CHANGELOG), no `docs/` 
behavior/config change, nothing to type-check/build, no UI strings to 
translate, no license headers (Markdown/`.gitignore` excluded), no OAP 
wire/render change to validate. Verified locally that no `oap-password.local` 
references remain and both key files are git-ignored via the new rule.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to