| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
chore(agents): add Codex harness and align AI workflows (#1082) * chore(agents): add Codex harness and align AI workflows Promote Codex to the primary repo-local harness while keeping OpenCode and Claude Code compatibility in sync across skills, agents, and documentation. Key changes: - add .codex custom agent registry and prompts - add .agents repo-local skills for Codex workflows - align commit-conventions and create-pr guidance across harnesses - update AI-assisted development docs and remove skills-lock.json * fix(agents): align harness configs for OpenCode/Codex compatibility Make AGENTS.md harness-neutral with dual-platform invocation and layout tables so both OpenCode and Codex agents see their own syntax. Fix several doc and skill inconsistencies found during audit. Key changes: - AGENTS.md: replace Codex-only section with dual-platform tables - AGENTS.md: add platform-neutral question tool hint - Sync commit-conventions skill to .agents/ with Codex adaptation - Append maintainer guide to add-archon-model in .agents/ - Fix docs/algorithms path in algorithm-expert (both harnesses) - Fix # vs | comment delimiter in docs/zh ai_assisted_dev - Clarify 8-agent composition in docs EN/ZH | 5 个月前 | |
refactor(tests): move tests from areal/tests to top-level tests directory (#944) * refactor(tests): move tests from areal/tests to top-level tests directory Move the test directory from areal/tests/ to a top-level tests/ directory to follow Python best practices and improve project structure. Key changes: - Move all test files from areal/tests/ to tests/ - Create __init__.py files for tests package and subdirectories - Create areal/utils/testing_utils.py with shared utilities: - get_model_path, get_dataset_path (model/dataset path resolution) - MODEL_PATHS, DENSE_MODEL_PATHS, MOE_MODEL_PATHS (test model configs) - load_archon_model (Archon model loading for tests) - Update areal/tools/profiling_utils to re-export from testing_utils - Update test utilities to import from areal/utils/testing_utils, keeping test-specific behavior (pytest.skip) as wrappers - Update all imports from 'areal.tests.' to 'tests.' - Update hardcoded torchrun script paths - Update workflow string references for dynamic class loading - Update CI workflow paths in .github/workflows/test-areal.yml - Update documentation references in CLAUDE.md, AGENTS.md, CONTRIBUTING.md, and all .claude/ and .opencode/ skill/agent files * minor fix * remove import side effect * fix(tests): add tests/utils.py module for test imports Re-export get_model_path and get_dataset_path from areal.utils.testing_utils to fix ModuleNotFoundError in tests that import from tests.utils. | 6 个月前 | |
chore(agents): port agent infrastructure to OpenCode (#934) Add OpenCode-native agents, skills, commands, and data files alongside existing Claude Code equivalents. Update .claude/ agents with latest API corrections. Key changes: - Add .opencode/ agents (algorithm, archon, fsdp, launcher, megatron) - Add .opencode/ skills (add-reward, add-dataset, add-archon-model, add-workflow, add-unit-tests, commit-conventions, debug-distributed) - Add .opencode/ commands (create-pr, review-pr) with task() delegation - Rename .claude/ pr-review -> review-pr for consistency - Fix API references in .claude/ agents (NormConfig, workflow signatures, class names) - Update AGENTS.md with domain experts & skills table - Update .gitignore for OpenCode sessions and skills | 6 个月前 | |
chore(agents): port agent infrastructure to OpenCode (#934) Add OpenCode-native agents, skills, commands, and data files alongside existing Claude Code equivalents. Update .claude/ agents with latest API corrections. Key changes: - Add .opencode/ agents (algorithm, archon, fsdp, launcher, megatron) - Add .opencode/ skills (add-reward, add-dataset, add-archon-model, add-workflow, add-unit-tests, commit-conventions, debug-distributed) - Add .opencode/ commands (create-pr, review-pr) with task() delegation - Rename .claude/ pr-review -> review-pr for consistency - Fix API references in .claude/ agents (NormConfig, workflow signatures, class names) - Update AGENTS.md with domain experts & skills table - Update .gitignore for OpenCode sessions and skills | 6 个月前 | |
refactor(tests): move tests from areal/tests to top-level tests directory (#944) * refactor(tests): move tests from areal/tests to top-level tests directory Move the test directory from areal/tests/ to a top-level tests/ directory to follow Python best practices and improve project structure. Key changes: - Move all test files from areal/tests/ to tests/ - Create __init__.py files for tests package and subdirectories - Create areal/utils/testing_utils.py with shared utilities: - get_model_path, get_dataset_path (model/dataset path resolution) - MODEL_PATHS, DENSE_MODEL_PATHS, MOE_MODEL_PATHS (test model configs) - load_archon_model (Archon model loading for tests) - Update areal/tools/profiling_utils to re-export from testing_utils - Update test utilities to import from areal/utils/testing_utils, keeping test-specific behavior (pytest.skip) as wrappers - Update all imports from 'areal.tests.' to 'tests.' - Update hardcoded torchrun script paths - Update workflow string references for dynamic class loading - Update CI workflow paths in .github/workflows/test-areal.yml - Update documentation references in CLAUDE.md, AGENTS.md, CONTRIBUTING.md, and all .claude/ and .opencode/ skill/agent files * minor fix * remove import side effect * fix(tests): add tests/utils.py module for test imports Re-export get_model_path and get_dataset_path from areal.utils.testing_utils to fix ModuleNotFoundError in tests that import from tests.utils. | 6 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 5 个月前 | ||
| 6 个月前 | ||
| 6 个月前 | ||
| 6 个月前 | ||
| 6 个月前 |