diff --git a/MAINTAINERS.md b/MAINTAINERS.md new file mode 100644 index 0000000000..d27e1ef466 --- /dev/null +++ b/MAINTAINERS.md @@ -0,0 +1,17 @@ +# Maintainers + +People who maintain and guide OpenSpec. + +## Core Maintainers + +| Name | GitHub | Role | +|------|--------|------| +| Tabish Bidiwale | [@TabishB](https://github.com/TabishB) | Lead maintainer | + +## Advisors + +Advisors help shape technical direction and provide guidance to the project. + +| Name | GitHub | Focus | +|------|--------|-------| +| Hari Krishnan | [@harikrishnan83](https://github.com/harikrishnan83) | Technical direction | diff --git a/README.md b/README.md index 631a0736db..b7deed5216 100644 --- a/README.md +++ b/README.md @@ -428,6 +428,13 @@ We collect only command names and version to understand usage patterns. No argum - Develop CLI locally: `pnpm run dev` or `pnpm run dev:cli` - Conventional commits (one-line): `type(scope): subject` +
+Maintainers & Advisors + +See [MAINTAINERS.md](MAINTAINERS.md) for the list of core maintainers and advisors who help guide the project. + +
+ ## License MIT