Feat/data accuracy 2#10
Merged
Merged
Conversation
- skipAutoPermissionPrompt: local explicit false now overrides user true (was using `or` short-circuit, which silently fell through on False) - hooks: union across settings.json + settings.local.json instead of reading only the former - statusLine: stringify all dict values rather than filtering out non- string fields (so `padding: 1` etc. survive) - warn when the same permission rule appears in both allow and deny
Plugin manifest: name, repository, requires. Skill/agent frontmatter: when_to_use, user-invocable, allowed-tools, disallowed-tools. All four are real fields users write in plugin.json / SKILL.md / agent.md that agentpeek previously silently dropped.
- policy-limits.json: include the per-restriction message/text
alongside the allowed bool ("denied — <reason>")
- hooks/: list filenames instead of just the count
- plugins/blocklist.json: surface both `reason` and `text` when an
entry has both with different values (was first-match wins)
~/.claude/local/ isn't part of Claude Code's documented layout — it's tenant-specific convention. Hooks that actually invoke scripts under local/ already appear in the Hooks category with the full referenced path, so the separate row was redundant.
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.
No description provided.