Live data from Hacker News

Show HN: Emdash – Open-source agentic development environment

github.com

71–80 of 81 posts

Re: Show HN: Emdash – Open-source agentic development environment

#71
Why mit license?

If gpl is a blocker for users then offer them a paid license with the exceptions they want. But MIT allows a commercial entity to ingest your code, close source it, and commercialize it .

GPL-3 (with the option of custom commercial licenses) seems strictly superior to MIT in this respect. Can you help me understand why this choice is so popular?

Re: Show HN: Emdash – Open-source agentic development environment

#79
the worktree isolation per agent is clever. i've been running claude code as my sole dev partner on a production platform (10 repos) and the biggest unlock was treating context as infrastructure — curated reference docs the agent reads on-demand rather than dumping everything into context. re: the longevity question in the thread — i think the orchestration layer stays relevant as long as you're coordinating across repos/services, not just within a single codebase.

Re: Show HN: Emdash – Open-source agentic development environment

#80

[dead]

interesting! hadn't looked into sparse checkout before, but will do now. Initial thoughts are that sparse might be risky if we lose some arbitrary files that might be relevant context for the coding agents. Will look into this!

[dead]
Post reply on HN