fss-link 1.5.2 → 1.5.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +16 -4
  2. package/bundle/fss-link.js +1623 -1197
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -99,12 +99,24 @@ FSS Link now features an intelligent **Welcome Back dialog** that appears when y
99
99
  - **🎯 Seamless Resumption** - Intelligent context population for continuing work
100
100
  - **🚀 Production Quality** - Comprehensive error handling, performance optimization
101
101
 
102
- ## 📁 External Directory Access
102
+ ## 📁 File Access & Security
103
103
 
104
- For accessing external directories like `/tmp`, user directories, or custom paths, see:
105
- [External Directory Access Guide](./fss-docs/EXTERNAL-DIRECTORY-ACCESS.md)
104
+ ### Workspace Boundaries
105
+ FSS Link restricts file operations to **workspace directories** by design. Understanding workspace boundaries helps you work efficiently:
106
106
 
107
- This documentation explains how to configure FSS Link to securely access external directories through its folder trust system.
107
+ **[Understanding Workspace Boundaries](./fss-docs/WORKSPACE-BOUNDARIES.md)** - Complete guide to:
108
+ - How workspace scope is determined
109
+ - Why files outside workspace are inaccessible
110
+ - Configuration options to expand workspace
111
+ - Troubleshooting "Path validation failed" errors
112
+
113
+ ### External Directory Access
114
+ For accessing external directories like `/tmp`, user directories, or custom paths:
115
+
116
+ **[External Directory Access Guide](./fss-docs/EXTERNAL-DIRECTORY-ACCESS.md)** - Explains:
117
+ - Folder trust system configuration
118
+ - Security considerations for external access
119
+ - Trust levels (TRUST_FOLDER vs TRUST_PARENT)
108
120
 
109
121
  ### 🔄 **Node.js Version Requirements**
110
122