Skip to content
Merged
23 changes: 0 additions & 23 deletions .github/workflows/release-please.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .release-please-manifest.json

This file was deleted.

2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Never import backwards — if you find yourself needing to import `@echohello/we

## Git

- Branch from `main`. Conventional commits (release-please manages versions).
- Branch from `main`. Conventional commits for readability (calver tags are stamped on push to main, not derived from commit messages).
- PRs target `main`. CI runs typecheck + lint + test.
- Never commit `.env`, `dist/`, `node_modules/`, `*.log`, `daemon-keypair.json`, `server-id`.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ See [docs/providers.md](docs/providers.md).

## Project status

Alpha scaffold. Daemon, protocol, client, and surface stubs are in place. CI and release-please are follow-ups. Architecture decisions live in `docs/` and the build-research notes that fed this repo.
Alpha scaffold. Daemon, protocol, client, and surface stubs are in place. CI runs on every PR; calver `YYYY.MM.DD[-N]` release tags are stamped on every push to main. Architecture decisions live in `docs/` and the build-research notes that fed this repo.

## License

Expand Down
13 changes: 0 additions & 13 deletions release-please-config.json

This file was deleted.

Loading