Finishes the in-progress rename so docs, configs, tests, and capability manifests all reference the current repo name consistently. Fixes two tests (test_roundtrip_consolidated.py, test_issue_140_roundtrip_simplified.py) whose hardcoded cwd paths would have broken under the renamed directory. Archival content under history/, reports/, and roadmap/eat-the-frog/, plus derived artifacts (.venv_old/, node_modules/, asset_registry.json) are intentionally left untouched. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
52 lines
1.7 KiB
YAML
52 lines
1.7 KiB
YAML
# Detachment Manifest
|
|
# This file records the removal of the issue-facade capability
|
|
# Use this information to re-integrate with updated architecture
|
|
|
|
detachment:
|
|
timestamp: 2025-12-17T21:23:14Z
|
|
capability_name: issue-facade
|
|
capability_family: issue-tracking
|
|
integration_pattern: capabilities-directory
|
|
original_location: /home/worsch/markitect-main/capabilities/issue-facade
|
|
|
|
capability_metadata:
|
|
spec_file: CAPABILITY-issue-tracking.yaml
|
|
version: unknown
|
|
implementation: unknown
|
|
maturity: unknown
|
|
|
|
integration_details:
|
|
parent_project: capabilities
|
|
parent_path: /home/worsch/markitect-main/capabilities
|
|
|
|
re_integration_guide: |
|
|
To re-integrate this capability using the new architecture:
|
|
|
|
# Option 1: Git submodule (recommended)
|
|
cd /home/worsch/markitect-main/capabilities
|
|
git submodule add <repo-url> _issue-facade
|
|
pip install -e _issue-facade/
|
|
|
|
# Option 2: Clone directly
|
|
cd /home/worsch/markitect-main/capabilities
|
|
git clone <repo-url> _issue-facade
|
|
pip install -e _issue-facade/
|
|
|
|
# Option 3: Copy into project
|
|
cd /home/worsch/markitect-main/capabilities
|
|
cp -r /path/to/issue-facade _issue-facade
|
|
pip install -e _issue-facade/
|
|
|
|
Note: Use underscore prefix (_issue-facade) per ReusableCapabilitiesArchitecture
|
|
|
|
notes:
|
|
- The original integration used pattern: capabilities-directory
|
|
- New architecture recommends: underscore-prefix at repo root
|
|
- See ReusableCapabilitiesArchitecture.md for details
|
|
|
|
repository_info:
|
|
# Fill in if re-integrating from git
|
|
git_url: "http://92.205.130.254:32166/coulomb/issue-facade.git" # e.g., https://github.com/markitect/issue-facade
|
|
git_branch: "main" # e.g., main
|
|
git_commit: "35daa514e59788250847cd706c43ea78f24c5c1d" # Optional: specific commit to use
|