Skip to content
Closed
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
1 change: 1 addition & 0 deletions .claude/CLAUDE.md
2 changes: 1 addition & 1 deletion .claude/amber-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ automation_policies:
# Constitution compliance checks
constitution_checks:
enabled: true
reference_file: "CLAUDE.md"
reference_file: "AGENTS.md"

principles:
- id: "principle_v_modularity"
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/amber-refactor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ body:
- Must maintain backward compatibility
- No breaking changes to API
- All existing tests must pass
- Follow patterns in CLAUDE.md
- Follow patterns in AGENTS.md
validations:
required: true

Expand All @@ -70,7 +70,7 @@ body:
attributes:
label: Confirmation
options:
- label: I have reviewed CLAUDE.md standards
- label: I have reviewed AGENTS.md standards
required: true
- label: Backward compatibility is required
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/amber-test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ body:
attributes:
label: Confirmation
options:
- label: Tests should follow patterns in CLAUDE.md
- label: Tests should follow patterns in AGENTS.md
required: true
- label: Table-driven tests for Go, pytest for Python
required: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/amber-issue-handler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
### For `test-coverage` type:
1. Analyze current test coverage for specified files
2. Identify untested code paths
3. Write contract tests following project standards (see CLAUDE.md)
3. Write contract tests following project standards (see AGENTS.md)
4. Ensure tests follow table-driven test pattern (Go) or pytest patterns (Python)
5. Verify all new tests pass

Expand All @@ -146,7 +146,7 @@ jobs:

## Requirements

- Follow all standards in `CLAUDE.md`
- Follow all standards in AGENTS.md
- Use conventional commit format: `type(scope): message`
- Run all linters BEFORE committing:
- Go: `gofmt -w .`, `golangci-lint run`
Expand Down Expand Up @@ -362,7 +362,7 @@ jobs:
### Pre-merge Checklist
- [ ] All linters pass
- [ ] All tests pass
- [ ] Changes follow project conventions (CLAUDE.md)
- [ ] Changes follow project conventions (AGENTS.md)
- [ ] No scope creep beyond issue description

### Reviewer Notes
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/claude-code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ jobs:
Perform a comprehensive code review with the following focus areas:

1. **Code Quality & Best Practices**
- Follow repository's CLAUDE.md guidelines
- Follow repository's AGENTS.md guidelines
- Clean code principles and design patterns
- Proper error handling and edge cases
- Code readability and maintainability
- TypeScript/Go best practices (see CLAUDE.md)
- TypeScript/Go best practices (see AGENTS.md)

2. **Security**
- Potential security vulnerabilities
Expand Down
4 changes: 2 additions & 2 deletions .specify/memory/constitution.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ Replace usage of "vTeam" with "ACP" (Ambient Code Platform) where it is safe and

**Incremental Approach**:

- Update documentation first (README, CLAUDE.md, docs/)
- Update documentation first (README, AGENTS.md, docs/)
- Update UI text in new features
- Use ACP naming in new code modules
- Do NOT perform mass renames - update organically during feature work
Expand Down Expand Up @@ -409,7 +409,7 @@ npm run build # Must pass with 0 errors, 0 warnings

Runtime development guidance is maintained in:

- `/CLAUDE.md` for Claude Code development
- `/AGENTS.md` for Claude Code development
- Component-specific README files
- MkDocs documentation in `/docs`

Expand Down
2 changes: 1 addition & 1 deletion .specify/memory/constitution_update_checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ When amending the constitution (`/memory/constitution.md`), ensure all dependent
- [ ] `/templates/tasks-template.md` - Update if new task types needed
- [ ] `/.claude/commands/plan.md` - Update if planning process changes
- [ ] `/.claude/commands/tasks.md` - Update if task generation affected
- [ ] `/CLAUDE.md` - Update runtime development guidelines
- [ ] `/AGENTS.md` - Update runtime development guidelines

### Article-specific updates:

Expand Down
4 changes: 2 additions & 2 deletions .specify/scripts/bash/update-agent-context.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ eval $(get_feature_paths)
NEW_PLAN="$IMPL_PLAN" # Alias for compatibility with existing code
AGENT_TYPE="${1:-}"

# Agent-specific file paths
CLAUDE_FILE="$REPO_ROOT/CLAUDE.md"
# Agent-specific file paths
CLAUDE_FILE="$REPO_ROOT/AGENTS.md"
GEMINI_FILE="$REPO_ROOT/GEMINI.md"
COPILOT_FILE="$REPO_ROOT/.github/copilot-instructions.md"
CURSOR_FILE="$REPO_ROOT/.cursor/rules/specify-rules.mdc"
Expand Down
1 change: 0 additions & 1 deletion AGENTS.md

This file was deleted.

Loading
Loading