Skip to content
Merged
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
6 changes: 5 additions & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@

## Phase Completion Protocol

When working with `memory-bank/todo.md` that contains phases:
Phased work uses a `memory-bank/todo.md` checklist. This file is **transient**: it is
created for the duration of a phased task and removed when the work lands, so it is not
part of the Memory Bank core files below and is normally absent from the repository.

When such a `todo.md` exists and contains phases:

1. **After completing each phase**: Run `tox` to validate all tests pass
2. **If tox passes**:
Expand Down
6 changes: 5 additions & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@

## Phase Completion Protocol

When working with `memory-bank/todo.md` that contains phases:
Phased work uses a `memory-bank/todo.md` checklist. This file is **transient**: it is
created for the duration of a phased task and removed when the work lands, so it is not
part of the Memory Bank core files below and is normally absent from the repository.

When such a `todo.md` exists and contains phases:

1. **After completing each phase**: Run `tox` to validate all tests pass
2. **If tox passes**:
Expand Down
1 change: 0 additions & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ tests/
├── test_documentation/ # Tests for documentation examples
├── test_examples/ # Tests for example code
│ └── mloda_basics/ # Tests for basic mloda examples
├── test_memory_bank/ # Tests for memory bank functionality
└── test_plugins/ # Tests for plugin implementations
├── compute_framework/ # Tests for compute framework plugins
├── extender/ # Tests for extender plugins
Expand Down
1 change: 0 additions & 1 deletion tests/test_core/test_setup/test_link_on_methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

See Also:
- GitHub Issue #133: JoinSpec Convenience Function
- Design Decision: /memory-bank/design-decisions/joinspec-convenience-function.md
"""

from typing import Any, Optional
Expand Down
Loading