flins 0.0.8 → 0.1.0
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.
- package/README.md +6 -0
- package/dist/index.js +97 -97
- 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).
|