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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,8 @@ For technical architecture details (module lifecycle, registry internals, adapte

SpecFact ships official bundle packages via the dedicated marketplace registry repository
`nold-ai/specfact-cli-modules`.
Bundle/module docs now live in the modules repository docs site:
`https://nold-ai.github.io/specfact-cli-modules/`.

Install examples:

Expand Down
3 changes: 3 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@ Official bundles are now marketplace-distributed as `nold-ai/specfact-*` modules
- `nold-ai/specfact-spec`
- `nold-ai/specfact-govern`

Bundle/module documentation ownership has moved to `nold-ai/specfact-cli-modules`:
`https://nold-ai.github.io/specfact-cli-modules/`.

- **[Installing Modules](guides/installing-modules.md)** - Install, list, uninstall, and upgrade modules
- **[Module Marketplace](guides/module-marketplace.md)** - Registry model, security checks, and discovery priority
- **[Marketplace Bundles](guides/marketplace.md)** - Official bundle ids, trust tiers, and dependency auto-install behavior
Expand Down
6 changes: 3 additions & 3 deletions openspec/CHANGE_ORDER.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ Changes are grouped by **module** and prefixed with **`<module>-NN-`** so implem

## Implementation status

### Implemented (archived)
### Implemented (archived or archive-pending)

Only changes that are **archived** or shown as **✓ Complete** by `openspec list` are listed. Use ✅ in tables below only for these.
Only changes that are **archived**, shown as **✓ Complete** by `openspec list`, or fully implemented and awaiting archive are listed. Use ✅ in tables below only for these.

| Change | Status / Date |
|--------|---------------|
Expand Down Expand Up @@ -44,6 +44,7 @@ Only changes that are **archived** or shown as **✓ Complete** by `openspec lis
| ✅ marketplace-02-advanced-marketplace-features | implemented 2026-03-03 (archived) |
| ✅ module-migration-01-categorize-and-group | implemented 2026-03-03 (archived) |
| ✅ module-migration-02-bundle-extraction | implemented 2026-03-03 (archived) |
| ✅ module-migration-05-modules-repo-quality | implemented 2026-03-04 (archive pending in specfact-cli) |
| ✅ backlog-auth-01-backlog-auth-commands | implemented 2026-03-03 (archived) |
| ✅ backlog-core-05-user-modules-bootstrap | implemented 2026-03-03 (archived) |
| ✅ backlog-core-06-refine-custom-field-writeback | implemented 2026-03-03 (archived) |
Expand Down Expand Up @@ -90,7 +91,6 @@ These are derived extensions of the same 2026-02-15 plan and are required to ope
| module-migration | 02 | module-migration-02-bundle-extraction | [#316](https://github.com/nold-ai/specfact-cli/issues/316) | module-migration-01 ✅ |
| module-migration | 03 | module-migration-03-core-slimming | [#317](https://github.com/nold-ai/specfact-cli/issues/317) | module-migration-02; migration-05 sections 18-22 (tests, decoupling, docs, pipeline/config) must precede deletion |
| module-migration | 04 | module-migration-04-remove-flat-shims | [#330](https://github.com/nold-ai/specfact-cli/issues/330) | module-migration-01; shim-removal scope only (no broad legacy test migration) |
| module-migration | 05 | module-migration-05-modules-repo-quality | [#334](https://github.com/nold-ai/specfact-cli/issues/334) | module-migration-02; sections 18-22 must precede migration-03; owns bundle-test migration to modules repo |
| module-migration | 06 | module-migration-06-core-decoupling-cleanup | [#338](https://github.com/nold-ai/specfact-cli/issues/338) | module-migration-03; migration-05 bundle-parity baseline (remove remaining non-core coupling in specfact-cli core) |
| module-migration | 07 | module-migration-07-test-migration-cleanup | [#339](https://github.com/nold-ai/specfact-cli/issues/339) | migration-03 phase 20 handoff; migration-04 and migration-05 residual specfact-cli test debt |
| backlog-auth | 01 | backlog-auth-01-backlog-auth-commands | TBD | module-migration-03 (central auth interface in core; auth removed from core) |
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Docs Migration Inventory

Date: 2026-03-04

## Source docs identified in `specfact-cli`

### Bundle and module oriented guides

- `docs/guides/marketplace.md`
- `docs/guides/import-features.md`
- `docs/guides/backlog-refinement.md`
- `docs/guides/backlog-dependency-analysis.md`
- `docs/guides/backlog-delta-commands.md`
- `docs/guides/project-devops-flow.md`
- `docs/guides/policy-engine-commands.md`
- `docs/guides/sidecar-validation.md`
- `docs/getting-started/module-bootstrap-checklist.md`

### Module command/reference docs

- `docs/reference/commands.md`
- `docs/reference/module-categories.md`
- `docs/reference/module-contracts.md`
- `docs/reference/module-security.md`

## Migrated target in `specfact-cli-modules`

- `docs/guides/` (copied from `specfact-cli/docs/guides/`)
- `docs/getting-started/` (copied from `specfact-cli/docs/getting-started/`)
- `docs/reference/` (copied from `specfact-cli/docs/reference/`)
- `docs/adapters/` (copied from `specfact-cli/docs/adapters/`)
- Jekyll baseline: `docs/_config.yml`, `docs/_layouts/default.html`, `docs/assets/main.scss`, `docs/index.md`

## Cross-link updates in `specfact-cli`

- `README.md` module marketplace section now links to:
- `https://nold-ai.github.io/specfact-cli-modules/`
- `docs/index.md` module marketplace section now links to:
- `https://nold-ai.github.io/specfact-cli-modules/`
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Module Group Boundary Report

Date: 2026-03-04

## Scope

- Change: `module-migration-05-modules-repo-quality`
- Repository: `specfact-cli-modules`
- Validation target: Section 19.4 (dependency decoupling and boundary enforcement)

## Results

- `scripts/check-bundle-imports.py`: **pass**
- Remaining `from specfact_cli.* import` statements are CORE/SHARED only.
- No forbidden MIGRATE-tier `specfact_cli.*` imports remain in `packages/**`.
- No direct cross-bundle lateral imports are present in current source scan.

## Allowed cross-bundle routes (policy)

- `specfact_spec` -> `specfact_project`
- `specfact_govern` -> `specfact_project`

## Observed cross-bundle imports in current code

- None

## Notes

- Import gate is now wired into:
- `hatch run check-bundle-imports`
- `.pre-commit-config.yaml` (`check-bundle-imports` hook)
- `.github/workflows/quality-gates.yml` (`Bundle Import Boundary Check` step)
- This report pairs with `ALLOWED_IMPORTS.md` and `scripts/check-bundle-imports.py` in `specfact-cli-modules`.
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Residual Failures and Handoff (module-migration-05)

Date: 2026-03-04

## Scope of this residual list

This list captures items that are either:
- not bundle-scope defects inside `specfact-cli-modules`, or
- not executable from this environment (remote GitHub operations),
after local bundle test migration parity was validated (`hatch run smart-test` passed).

## Residual items

1. Remote branch protection + PR validation for `specfact-cli-modules`
- Why residual: requires live GitHub API/PR operations (`21.3`, `21.5`) not reachable from this environment (`api.github.com` connectivity failure).
- Follow-up path: execute once network/GitHub access is available from maintainer environment.
Comment on lines +14 to +16
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Remove stale residual claiming GitHub checks were unreachable

This residual entry says branch-protection and PR validation could not be executed due to api.github.com connectivity, but the same commit records those steps as completed in tasks.md (branch protection applied in 21.3 and PR checks merged in PR.2). Leaving this contradiction in a closure artifact can cause duplicate follow-up work or incorrect handoff status because readers cannot tell whether these operational gates are actually done.

Useful? React with 👍 / 👎.


2. Remaining import-path decoupling work (MIGRATE-tier moves)
- Why residual: tracked in section `19.2+`; not part of the completed baseline test migration checks.
- Follow-up OpenSpec change: `module-migration-06-core-decoupling-cleanup` (#338).

3. Residual specfact-cli legacy test cleanup outside bundle-scope parity
- Why residual: explicitly out of scope for migration-05 acceptance once modules-repo parity handoff is complete.
- Follow-up OpenSpec change: `module-migration-07-test-migration-cleanup` (#339).

## Acceptance boundary

`module-migration-05` acceptance remains focused on modules-repo quality parity and migration handoff.
Unrelated legacy `specfact-cli` suite debt is tracked in the follow-up changes above and should not block this change's parity-focused closure.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ This is a quality regression against the project's own standard. This change clo
- **GitHub Issue**: #334
- **Issue URL**: <https://github.com/nold-ai/specfact-cli/issues/334>
- **Repository**: nold-ai/specfact-cli (tasks in this repo) + nold-ai/specfact-cli-modules (all implementation)
- **Last Synced Status**: proposed
- **Last Synced Status**: implementation complete in specfact-cli-modules (PR #5 merged to `dev` on 2026-03-04; specfact-cli tracking/docs cleanup in progress)
- **Sanitized**: false
- **Derived from**: `module-migration-02-bundle-extraction` sections 18–23 (deferred scope) + gap analysis 2026-03-02
Loading