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
Binary file removed arc
Binary file not shown.
1 change: 0 additions & 1 deletion new.sh

This file was deleted.

10 changes: 5 additions & 5 deletions specs/002-state-management/tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -1266,9 +1266,9 @@ Before marking this feature complete:

---

**Tasks Status**: ✅ Ready for Implementation
**Branch**: `007-state-management`
**PR**: #7 (expected)
**Last Updated**: 2025-12-20
**Next Step**: Begin implementation with T001
**Tasks Status**: ✅ COMPLETE
**Branch**: `002-state-management` (formerly 007-state-management)
**Merged**: 2025-12-20
**Implementation**: All core functionality implemented and tested
**Next Step**: Production ready

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Implementation Plan: Test Infrastructure

**Feature ID**: 014-test-infrastructure
**Branch**: `014-test-infrastructure` (PR #14)
**Feature ID**: 003-test-infrastructure
**Branch**: `003-test-infrastructure` (formerly PR #14)
**Estimated Time**: 12-15 hours
**Status**: 📋 Planning

Expand Down Expand Up @@ -722,7 +722,7 @@ make test-watch
## Next Steps

1. **Review & Approve**: Get team sign-off on testing strategy
2. **Create Branch**: `git checkout -b 014-test-infrastructure`
2. **Create Branch**: `git checkout -b 003-test-infrastructure`
3. **Execute Phase 0**: Research and finalize tool choices
4. **Execute Phase 1**: Set up foundation (dependencies, utilities, docs)
5. **Execute Phase 2**: Write tests (state -> core -> CLI/UI)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Research: Test Infrastructure for A.R.C. CLI
# Test Infrastructure Research

**Feature ID**: 014-test-infrastructure
**Feature ID**: 003-test-infrastructure
**Research Date**: 2025-12-20
**Status**: ✅ Complete

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Feature Specification: Test Infrastructure

**Feature ID**: 014-test-infrastructure
**Feature ID**: 003-test-infrastructure
**Status**: Draft
**Created**: 2025-12-20
**Updated**: 2025-12-20
**Branch**: `014-test-infrastructure` (PR #14)
**Updated**: 2025-12-21
**Branch**: `003-test-infrastructure` (formerly PR #14)
**Prerequisites**: 001-initial-setup, 002-state-management

---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Tasks: Test Infrastructure
# Implementation Tasks: Test Infrastructure

**Feature ID**: 014-test-infrastructure
**Branch**: `014-test-infrastructure` (PR #14)
**Feature ID**: 003-test-infrastructure
**Branch**: `003-test-infrastructure` (formerly PR #14)
**Status**: 📋 Planning Complete → Ready for Implementation

---
Expand Down Expand Up @@ -592,7 +592,7 @@ If integration tests become necessary:

**Tasks Status**: ✅ COMPLETE
**Next Action**: Ready for PR Review
**Branch**: `014-test-infrastructure`
**Branch**: `003-test-infrastructure` (formerly PR #14)

## Summary

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Component API Contracts
# Component Contracts

**Feature**: 018-interactive-ui-enhancements
**Feature**: 004-interactive-ui-enhancements (formerly 018)
**Date**: 2025-12-20

This document defines the public API contracts for reusable UI components. These interfaces ensure consistency across all CLI commands.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Data Model: Interactive UI Enhancements

**Feature**: 018-interactive-ui-enhancements
**Feature**: 004-interactive-ui-enhancements (formerly 018)
**Date**: 2025-12-20
**Status**: Complete

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Quickstart: Interactive UI Enhancements
# Quick Start: Interactive UI Enhancements

**Feature**: 018-interactive-ui-enhancements
**Feature**: 004-interactive-ui-enhancements (formerly 018)
**Date**: 2025-12-20
**Audience**: Developers implementing or using enhanced UI components

Expand Down Expand Up @@ -487,9 +487,9 @@ export ARC_NO_ANIMATION=1

## Additional Resources

- Component API Reference: `specs/018-interactive-ui-enhancements/contracts/components.md`
- Data Model: `specs/018-interactive-ui-enhancements/data-model.md`
- Research Decisions: `specs/018-interactive-ui-enhancements/research.md`
- Component API Reference: `specs/004-interactive-ui-enhancements/contracts/components.md`
- Data Model: `specs/004-interactive-ui-enhancements/data-model.md`
- Research Decisions: `specs/004-interactive-ui-enhancements/research.md`
- Charmbracelet Docs: https://charm.sh/

---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Research: Interactive UI Enhancements
# Interactive UI Enhancements Research

**Feature**: 018-interactive-ui-enhancements
**Feature**: 004-interactive-ui-enhancements (formerly 018)
**Date**: 2025-12-20
**Status**: Complete

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Feature Specification: Interactive UI Enhancements

**Feature Branch**: `018-interactive-ui-enhancements`
**Feature Branch**: `004-interactive-ui-enhancements` (formerly 018-interactive-ui-enhancements)
**Created**: 2025-12-20
**Updated**: 2025-12-21
**Status**: Draft
**Prerequisites**: 001-initial-setup, 002-state-management, 014-test-infrastructure
**Prerequisites**: 001-initial-setup, 002-state-management, 003-test-infrastructure

## User Scenarios & Testing *(mandatory)*

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Tasks: Interactive UI Enhancements
# Implementation Tasks: Interactive UI Enhancements

**Feature**: 018-interactive-ui-enhancements
**Branch**: `018-interactive-ui-enhancements`
**Input**: Design documents from `/specs/018-interactive-ui-enhancements/`
**Feature**: 004-interactive-ui-enhancements (formerly 018)
**Branch**: `004-interactive-ui-enhancements`
**Input**: Design documents from `/specs/004-interactive-ui-enhancements/`
**Prerequisites**: plan.md, spec.md, research.md, data-model.md, contracts/components.md, quickstart.md

**Tests**: ✅ Comprehensive unit tests included in Phase 10 (22 test tasks covering all components)
Expand Down
113 changes: 0 additions & 113 deletions specs/014-test-infrastructure/pr-description.md

This file was deleted.

Loading
Loading