Skip to content

Commit 479a742

Browse files
committed
Fix formatting after test file move
1 parent 7e58e56 commit 479a742

28 files changed

+12
-210
lines changed

.opencode/agent/ci-agent.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,6 @@ For verification tasks (e.g., "Verify no warnings or errors"):
6565
- Process: Launch rust-expert-agent for clippy, testing-agent for tests, aggregate results.
6666
- Output: Verification report from coordinated agents.
6767

68-
## Changelog
69-
- Initial version: Basic CI/CD setup for Rust projects.
70-
- Optimization: Added orchestration focus, best practice workflow with agent handoff coordination for comprehensive CI tasks.
71-
7268
## Error Scenarios
7369
- Agent failures: Retry or substitute with alternatives (e.g., use general agent if specialized fails).
7470
- Pipeline issues: Troubleshoot via rust-expert-agent or core-agent.

.opencode/agent/clean-code-developer.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ To develop or refactor code that is clear, testable, and professional, adhering
5353
- Process: Apply clean code principles, explain changes.
5454
- Output: Refactored code with summary.
5555

56-
## Changelog
57-
- Initial version: Clean code development and refactoring.
58-
5956
## Error Scenarios
6057
- Ambiguous requirements: Seek user clarification.
6158
- Complex systems: Break into modular components.

.opencode/agent/cli-agent.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ To build user-friendly, robust CLI commands using clap, integrate modules, handl
3434
- Process: Use clap to build command, integrate into CLI.
3535
- Output: Code for new command with help and error handling.
3636

37-
## Changelog
38-
- Initial version: CLI development and maintenance.
39-
4037
## Error Scenarios
4138
- Invalid input: Provide comprehensive error messages.
4239
- Integration issues: Ensure modular structure.

.opencode/agent/code-review-agent.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ To catch style violations, security vulnerabilities, and deviations from best pr
4141
- Process: Analyze for style and security.
4242
- Output: Flagged issues with suggestions.
4343

44-
## Changelog
45-
- v1.0.0 (2025-10-06): Initial creation with diff analysis, style, and security checks.
46-
4744
## Error Scenarios
4845
- Critical issues: Escalate to human reviewers.
4946
- Tool failures: Troubleshoot and rerun checks.

.opencode/agent/codebase-analyzer.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ To provide detailed analysis of code components, focusing on implementation, dat
3535
- Process: Read entry points, trace code paths, identify patterns.
3636
- Output: Structured analysis with sections like Entry Points, Core Implementation, Data Flow.
3737

38-
## Changelog
39-
- Initial version: Implementation detail analysis with references.
40-
4138
## Error Scenarios
4239
- Files not found: Report inability to analyze.
4340
- Incomplete information: Ask for more details.

.opencode/agent/codebase-consolidator.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ To maintain clean, efficient codebases by identifying and eliminating redundanci
5353
- Process: Identify and merge similar functions.
5454
- Output: Cleaned code with explanations.
5555

56-
## Changelog
57-
- Initial version: Consolidation and cleanup for maintainability.
58-
5956
## Error Scenarios
6057
- Ambiguous requirements: Seek clarification on focus areas.
6158
- Large codebases: Focus on specified sections.

.opencode/agent/codebase-locator.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ To provide structured file locations for features or topics, categorized by type
3636
- Process: Search keywords, check directories, categorize.
3737
- Output: Structured list of implementation, test, config files.
3838

39-
## Changelog
40-
- Initial version: File location and categorization.
41-
4239
## Error Scenarios
4340
- No matches found: Report and suggest broader terms.
4441
- Ambiguous queries: Ask for more details.

.opencode/agent/codebase-pattern-finder.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ To provide concrete code examples and patterns for new work, showing variations,
3535
- Process: Search for similar features, extract code.
3636
- Output: Multiple patterns with code, tests, and recommendations.
3737

38-
## Changelog
39-
- Initial version: Pattern finding and example extraction.
40-
4138
## Error Scenarios
4239
- No patterns found: Suggest related terms.
4340
- Complex requests: Break down into categories.

.opencode/agent/context7-mcp-agent.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ To provide accurate access to library information for coding tasks, troubleshoot
4141
- Process: Resolve ID, fetch docs.
4242
- Output: Success with docs or failure with suggestions.
4343

44-
## Changelog
45-
- Initial version: Library resolution and doc fetching.
46-
4744
## Error Scenarios
4845
- Ambiguous queries: Ask for clarification.
4946
- Resolution failures: Retry or suggest alternatives.

.opencode/agent/core-agent.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ To develop efficient, scalable scanning functionality, including detectors, para
3434
- Process: Implement trait, integrate into scanner.
3535
- Output: New detector code with tests.
3636

37-
## Changelog
38-
- Initial version: Core scanning implementation.
39-
4037
## Error Scenarios
4138
- Performance issues: Optimize with rayon.
4239
- Modularity violations: Refactor to adhere to 500 LOC rule.

0 commit comments

Comments
 (0)