You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(syntax): adopt import syntax for modular file references
Replace markdown links with @path/to/file Import syntax across:
- global/CLAUDE.md and project/CLAUDE.md
- All SKILL.md files in project/.claude/skills/ and plugin/skills/
Import syntax provides:
- More intuitive file references
- Up to 5 levels of recursive imports
- Support for relative and absolute paths
Closes#61
Copy file name to clipboardExpand all lines: global/CLAUDE.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,15 @@
2
2
3
3
This is the global configuration for all Claude Code sessions. These settings apply across all projects unless overridden by project-specific `CLAUDE.md` files.
4
4
5
-
## Configuration Modules
5
+
## Configuration Modules (Import Syntax)
6
6
7
-
The configuration is organized into focused modules for better token efficiency:
7
+
The configuration is organized into focused modules using `@path/to/file` Import syntax:
0 commit comments