Metadata-Version: 2.5
Name: semora-coding
Version: 0.2.0
Summary: A coding agent's toolset, prompts and policies, assembled over the semora core.
Project-URL: Homepage, https://github.com/donggyun112/semora
Project-URL: Source, https://github.com/donggyun112/semora
Project-URL: Changelog, https://github.com/donggyun112/semora/blob/main/CHANGELOG.md
Author: donggyun112
License-Expression: MIT
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Typing :: Typed
Requires-Python: >=3.12
Requires-Dist: langchain-core<2,>=1
Requires-Dist: semora==0.2.0
Description-Content-Type: text/markdown

# semora-coding

The coding-agent layer over the `semora` core: built-in tools (`read`, `write`, `edit`, `grep`,
`glob`, `Bash`, `web_fetch`), system-prompt assembly, plan mode, goals, the skill catalog and
deferred tool search.

```
uv add "semora[coding]"
```

It is a reference assembly. The core promises that a tool's effect happens once and that every
decision about it has a seam; this package is one answer to what those tools and seams say to a
model. Replace any of it — the core does not know it is here.
