feat: implement Textual TUI and SQLite database for sensor management
This commit is contained in:
12
AGENTS.md
12
AGENTS.md
@@ -194,6 +194,18 @@ Any agent making changes must:
|
||||
* Explicit over implicit
|
||||
* Fewer moving parts
|
||||
* Easy to debug on a headless device
|
||||
* **Test-Driven Development (TDD)**: Always write tests before or alongside new features. Ensure the test suite passes before considering a task complete.
|
||||
|
||||
---
|
||||
|
||||
## Development Workflow
|
||||
|
||||
1. **Branching**: All new features and significant changes must be developed in a dedicated feature branch (e.g., `feature/tui-management`).
|
||||
2. **Task Management**:
|
||||
- Use `Tasks.md` to track active and future work.
|
||||
- When a task is finished, **ask the user for confirmation** before moving it.
|
||||
- Once confirmed, move the task details to `COMPLETED_TASKS.md`.
|
||||
3. **Roadmap**: Keep `ROADMAP.md` updated as the source of truth for project phases.
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user