markitect-main/markitect/finance
tegwick b23ff30e97 feat: enhance cost tracking with general work session support
- Add `markitect cost session note` command for general work sessions
- Support work that is not tied to specific tracked issues
- Generate structured cost notes with comprehensive metadata
- Include token usage breakdown and cost allocation guidance
- Create cost note for agent ecosystem consolidation work (€0.2760)

Enhancement allows tracking of general development work like agent
optimization, infrastructure improvements, and other non-issue tasks
while maintaining proper cost documentation and allocation.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-05 20:55:44 +02:00
..
migrations feat: implement cost report template generator with Claude session tracking (issue #119) 2025-10-04 01:31:36 +02:00
__init__.py feat: implement cost report template generator with Claude session tracking (issue #119) 2025-10-04 01:31:36 +02:00
allocation_engine.py feat: complete issue #114 - Issue #114 2025-10-05 00:31:10 +02:00
cli.py feat: enhance cost tracking with general work session support 2025-10-05 20:55:44 +02:00
cost_manager.py feat: implement cost report template generator with Claude session tracking (issue #119) 2025-10-04 01:31:36 +02:00
day_wrapup_commands.py feat: implement single command day wrap-up system (issue #124) 2025-10-04 03:52:06 +02:00
models.py feat: implement cost report template generator with Claude session tracking (issue #119) 2025-10-04 01:31:36 +02:00
period_manager.py feat: implement comprehensive Period Management Framework (issue #112) 2025-10-04 01:41:58 +02:00
report_generator.py feat: implement cost report template generator with Claude session tracking (issue #119) 2025-10-04 01:31:36 +02:00
session_tracker.py feat: implement cost report template generator with Claude session tracking (issue #119) 2025-10-04 01:31:36 +02:00
worktime_commands.py feat: complete issue #123 - Issue #123 2025-10-04 04:19:57 +02:00
worktime_tracker.py feat: implement daily worktime tracking and cost distribution system (issue #122) 2025-10-04 03:25:14 +02:00