flins 0.0.9 → 0.1.1

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 +6 -0
  2. package/dist/index.js +97 -97
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -46,6 +46,12 @@ npx flins@latest search
46
46
  | `flins search` | Interactive skill browser |
47
47
  | `flins clean` | Remove orphaned state entries |
48
48
 
49
+ ## Symlink-First Architecture
50
+
51
+ By default, flins stores source files in `.agents/` and creates symlinks to each agent's directory. This means one source, multiple agents — no duplicate files.
52
+
53
+ Use `--no-symlink` to copy files directly instead.
54
+
49
55
  ## Documentation
50
56
 
51
57
  For complete documentation, see the [main README](https://github.com/flinstech/flins/?tab=readme-ov-file#flins).