Tighten remaining OSS docs diff

This commit is contained in:
Alex Schapiro
2026-08-14 19:34:01 +00:00
parent cb3fa2db51
commit 5ca7bc2092
5 changed files with 15 additions and 15 deletions
+4 -4
View File
@@ -61,11 +61,11 @@ Skills are specialized knowledge packages that enhance agent capabilities. They
### Pull Request Process
1. **Create an issue first:** Describe the problem or feature
2. **Fork and branch:** Create a branch from `main`
3. **Make changes:** Follow the existing code style
4. **Write tests:** Add coverage for new features
2. **Fork and branch:** Work from `main`
3. **Make changes:** Follow existing code style
4. **Write tests:** Ensure coverage for new features
5. **Run checks:** `make check-all` should pass
6. **Submit a pull request:** Link to the issue and provide context
6. **Submit a pull request:** Link to issue and provide context
### Code Style