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
I'm a brand new user to both Claude Code and Agent-OS, but I'm a very experienced developer and have used other AI coding tools extensively. Agent-OS looks very interesting, as I'm looking for something lighter-weight and less agile-structured than the BMAD method. I decided to try it out with a simple node.js project.
How can instruct agent-os to consistently use the right package manager? As a task is running, it keeps trying to run npm test .... This actually works because I have npm available as well. But my project uses pnpm exclusively, and I'd prefer it to be running pnpm test ....
Because my project isn't rails based, I made many changes to the tech-stack.md, including:
This discussion was converted from issue #96 on August 24, 2025 21:01.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm a brand new user to both Claude Code and Agent-OS, but I'm a very experienced developer and have used other AI coding tools extensively. Agent-OS looks very interesting, as I'm looking for something lighter-weight and less agile-structured than the BMAD method. I decided to try it out with a simple node.js project.
How can instruct agent-os to consistently use the right package manager? As a task is running, it keeps trying to run
npm test .... This actually works because I have npm available as well. But my project uses pnpm exclusively, and I'd prefer it to be runningpnpm test ....Because my project isn't rails based, I made many changes to the tech-stack.md, including:
Is there something else I should be configuring?
Beta Was this translation helpful? Give feedback.
All reactions