Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .github/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Code of Conduct

This project welcomes participation from everyone.

## Expected behavior

- Be respectful and constructive.
- Focus on the work, not the person.
- Give and receive feedback in good faith.

## Unacceptable behavior

- Harassment or discrimination
- Threats, insults, or personal attacks
- Deliberate disruption of discussion or collaboration

## Enforcement

Maintainers may remove content or decline contributions that violate this code of conduct.
31 changes: 31 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Contributing

Thanks for helping improve `go-claude`.

## Before you start

- Read the README and the existing `AGENTS.md` notes in the repository.
- Open an issue or discussion for larger changes before starting work.

## Local development

```bash
go test ./...
go build ./cmd/agent-cli
```

## Pull request checklist

- Keep changes focused.
- Run `go test ./...` before opening a PR.
- Include context for user-facing changes.
- Update documentation when behavior changes.

## Reporting bugs

Please include:

- the command you ran
- the expected result
- the actual result
- relevant logs or screenshots
14 changes: 14 additions & 0 deletions .github/SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Security Policy

## Reporting a vulnerability

Please report security issues privately through GitHub Security Advisories for this repository.

Do not disclose sensitive details in public issues or pull requests.

## What to include

- A short summary of the issue
- Steps to reproduce
- Affected versions
- Any proof-of-concept material, if available
9 changes: 9 additions & 0 deletions .github/SUPPORT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Support

For help using `go-claude`:

- Read the README for setup and usage.
- Open a GitHub issue for bugs or missing behavior.
- Use GitHub Discussions for questions, ideas, or community support.

When reporting a problem, include your OS, Go version, command, and the output you saw.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,13 @@ pkg/llm pkg/tui pkg/config
是否授权执行此操作? (y/n/a)
```

## Community

- [Contributing Guide](.github/CONTRIBUTING.md)
- [Code of Conduct](.github/CODE_OF_CONDUCT.md)
- [Security Policy](.github/SECURITY.md)
- [Support](.github/SUPPORT.md)

## License

[Apache-2.0](LICENSE)
7 changes: 7 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,13 @@ pkg/llm pkg/tui pkg/config
是否授权执行此操作? (y/n/a)
```

## 社区

- [贡献指南](.github/CONTRIBUTING.md)
- [行为准则](.github/CODE_OF_CONDUCT.md)
- [安全策略](.github/SECURITY.md)
- [支持](.github/SUPPORT.md)

## 许可证

[Apache-2.0](LICENSE)