Skip to content

Commit 673f8cc

Browse files
committed
Refine README positioning and project metadata
1 parent edb724c commit 673f8cc

2 files changed

Lines changed: 25 additions & 3 deletions

File tree

README.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,24 @@
1+
<div align="center">
2+
13
# mini-tool
24

3-
Lit-based mini tool components for host applications.
5+
Experimental Lit-based toolchain for agent tool UI
6+
7+
[![License](https://img.shields.io/badge/license-MIT-111111?style=flat-square)](./LICENSE)
8+
[![Pi package](https://img.shields.io/badge/pi-package-111111?style=flat-square)](https://pi.dev)
9+
10+
Tool UI primitives,
11+
runtimes, and workflows
12+
13+
for agents.
14+
15+
</div>
16+
17+
`mini-tool` is an experimental repository for a Lit-based toolchain for agent tool UI, focused on reusable components, action/runtime integration, and validation workflows for agent-facing tool surfaces.
418

519
## Consumer API
620

7-
This package publishes a stable, consumer-focused surface for:
21+
This repository publishes an experimental, consumer-usable surface for:
822

923
- shared mini-tool styles
1024
- component registration via subpath exports
@@ -119,3 +133,11 @@ Script conventions:
119133
- `verify` = all-up validation before release
120134

121135
For benchmark internals and schema adapter details (including native source Zod adapter behavior), see `docs/testing-and-benchmarks.md`.
136+
137+
## Contact
138+
139+
Jheng-Hong (Matt) YANG: jhyang@stencilzeit.com
140+
141+
## License
142+
143+
MIT

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mini-toolui",
33
"version": "0.1.0",
4-
"description": "Lit-based mini tool components for host applications.",
4+
"description": "Experimental repository for a Lit-based toolchain for agent tool UI.",
55
"keywords": [
66
"lit",
77
"mini-tool",

0 commit comments

Comments
 (0)