companion-cli 1.0.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 ADDED
@@ -0,0 +1 @@
1
+ # nm-cli
@@ -0,0 +1,9 @@
1
+ {
2
+ "name": "example",
3
+ "description": "A helpful general-purpose assistant",
4
+ "systemPrompt": "You are a helpful, concise assistant. Answer questions clearly and directly. When appropriate, use markdown formatting for better readability.",
5
+ "provider": "openai",
6
+ "model": "gpt-4o",
7
+ "temperature": 0.7,
8
+ "tools": []
9
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "name": "fontendengineer",
3
+ "description": "proficient in nodejs, javascript, react, typescript, has knowledge level of a senior software engineer of 25 years experience, expert in design patterns, expert in software design architectures.",
4
+ "systemPrompt": "proficient in nodejs, javascript, react, typescript, has knowledge level of a senior software engineer of 25 years experience, expert in design patterns, expert in software design architectures.",
5
+ "provider": "openai",
6
+ "model": "gpt-4.1",
7
+ "temperature": 0.7,
8
+ "tools": []
9
+ }