Some checks failed
Test Suite / unit-tests (3.11) (push) Has been cancelled
Test Suite / unit-tests (3.12) (push) Has been cancelled
Test Suite / integration-tests (push) Has been cancelled
Test Suite / e2e-tests (push) Has been cancelled
Test Suite / performance-tests (push) Has been cancelled
Test Suite / code-quality (push) Has been cancelled
Test Suite / security-scan (push) Has been cancelled
Test Suite / test-summary (push) Has been cancelled
Detach issue-facade from capabilities/ directory in preparation for re-integration using new ReusableCapabilitiesArchitecture pattern. Changes: - Remove capabilities/issue-facade submodule - Add detachment manifest with re-integration metadata Next: Re-integrate as _issue-tracking/issue-facade/ (family-based organization) Detachment manifest: capabilities/DETACHED-issue-facade.yaml Original commit: 35daa514e59788250847cd706c43ea78f24c5c1d
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_project/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_project/capabilities
|
|
|
|
re_integration_guide: |
|
|
To re-integrate this capability using the new architecture:
|
|
|
|
# Option 1: Git submodule (recommended)
|
|
cd /home/worsch/markitect_project/capabilities
|
|
git submodule add <repo-url> _issue-facade
|
|
pip install -e _issue-facade/
|
|
|
|
# Option 2: Clone directly
|
|
cd /home/worsch/markitect_project/capabilities
|
|
git clone <repo-url> _issue-facade
|
|
pip install -e _issue-facade/
|
|
|
|
# Option 3: Copy into project
|
|
cd /home/worsch/markitect_project/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
|