Thanks to visit codestin.com
Credit goes to github.com

Skip to content

docs: refresh support-checker taxonomy + time-builtin quirk in CLAUDE.md#49

Merged
luisleo526 merged 1 commit into
mainfrom
docs/claude-md-taxonomy-and-ki35-refresh
Jul 7, 2026
Merged

docs: refresh support-checker taxonomy + time-builtin quirk in CLAUDE.md#49
luisleo526 merged 1 commit into
mainfrom
docs/claude-md-taxonomy-and-ki35-refresh

Conversation

@luisleo526

Copy link
Copy Markdown
Contributor

CLAUDE.md claims verified against current code and corrected:

  • HARD_REJECT_NAMESPACE is now empty — the ticker.* blanket reject became per-function HARD_REJECT_FUNC entries (renko/kagi/linebreak/pointfigure/new/modify); ticker.inherit/standard pass through, ticker.heikinashi is allowed for the chart's own symbol.
  • DIVERGENT_VARS_ERROR escalation documented: last_bar_index is rejected (silent mis-alias to the current bar index), not warned as the old row implied.
  • New taxonomy row for the syminfo na-gap class: _SYMINFO_SILENT_GAP_FIELDS is derived from the emission table, so na-accept members warn on every read.
  • Known-quirk Bump docker/build-push-action from 6.19.2 to 7.2.0 #1 rewritten post-KI-35: both the function-call and variable forms of year/month/.../hour now lower to the engine's cached timezone-aware pine_<field>(ts, tz) helpers; the inline setenv("TZ")+localtime_r lambda has zero call sites (per-call tzset caused the macOS notifyd IPC storm).

Docs only.

🤖 Generated with Claude Code

Verified against current code:
- HARD_REJECT_NAMESPACE row: the dict is now empty (ticker.* blanket
  reject became per-function HARD_REJECT_FUNC entries; inherit/standard
  pass through, heikinashi allowed for the chart symbol)
- DIVERGENT_VARS row: document the DIVERGENT_VARS_ERROR escalation
  (last_bar_index is rejected, not warned)
- new taxonomy row for the syminfo na-gap warning class
  (_SYMINFO_SILENT_GAP_FIELDS derived from the emission table)
- quirk #1 rewritten post-KI-35: both time-builtin forms lower to the
  engine's cached pine_<field>(ts, tz) helpers; the inline
  setenv+tzset lambda is no longer emitted (macOS notifyd IPC storm)

Co-Authored-By: Claude Fable 5 <[email protected]>
@luisleo526 luisleo526 merged commit 1d7bff2 into main Jul 7, 2026
4 checks passed
@luisleo526 luisleo526 deleted the docs/claude-md-taxonomy-and-ki35-refresh branch July 7, 2026 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant