@laitszkin/apollo-toolkit 3.14.6 → 3.14.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/README.md +1 -1
- package/{archive-specs → archive}/README.md +1 -1
- package/{archive-specs → archive}/SKILL.md +1 -1
- package/archive/agents/openai.yaml +4 -0
- package/commit/README.md +2 -2
- package/commit/agents/openai.yaml +1 -1
- package/merge-changes-from-local-branches/agents/openai.yaml +1 -1
- package/package.json +1 -1
- package/version-release/README.md +2 -2
- package/archive-specs/agents/openai.yaml +0 -4
- /package/{archive-specs → archive}/LICENSE +0 -0
- /package/{archive-specs → archive}/references/templates/readme.md +0 -0
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# archive
|
|
1
|
+
# archive
|
|
2
2
|
|
|
3
3
|
A documentation skill that converts completed spec files and batch-level coordination files into the standardized project documentation structure and archives the consumed planning files. It delegates documentation generation to `docs-project` and constraint file refresh to `maintain-project-constraints`.
|
|
4
4
|
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
interface:
|
|
2
|
+
display_name: "archive"
|
|
3
|
+
short_description: "Convert completed specs into standardized project docs and archive the consumed plans"
|
|
4
|
+
default_prompt: "Use $archive to inventory the project's spec.md/tasks.md/checklist.md/contract.md/design.md files plus any batch-level coordination.md, reconcile them with the current repository, use coordination.md to understand shared preparation and legacy-replacement direction across parallel plan sets, delegate documentation generation to docs-project which produces standardized docs under docs/features/ (BDD user-facing features), docs/architecture/ (macro-level design principles), and docs/principles/ (code conventions and constraints), then delegate AGENTS.md/CLAUDE.md refresh to maintain-project-constraints which writes business goals, common commands, and the project documentation index. Archive the consumed source plans after successful conversion, deleting them only when the repository clearly does not need historical retention and keeping coordination.md active while any spec set still depends on it."
|
package/commit/README.md
CHANGED
|
@@ -8,7 +8,7 @@ A Codex skill for commit workflows without release/version operations.
|
|
|
8
8
|
|
|
9
9
|
1. Inspecting git status and staged state.
|
|
10
10
|
2. Running `review-change-set` as a blocking gate whenever the change set includes code changes.
|
|
11
|
-
3. Running `archive
|
|
11
|
+
3. Running `archive` during submission to convert completed spec sets and archive them, or when existing project docs need normalization.
|
|
12
12
|
4. Keeping root `CHANGELOG.md` `Unreleased` aligned with the actual pending change set, including removing stale conflicting bullets when needed.
|
|
13
13
|
5. Running `docs-project` and `maintain-project-constraints` before commit.
|
|
14
14
|
6. Running additional dependency skills for code-affecting diffs when their coverage is needed.
|
|
@@ -23,7 +23,7 @@ Use this skill when the user asks to commit/push/submit changes and does **not**
|
|
|
23
23
|
- tagging
|
|
24
24
|
- release changelog workflows
|
|
25
25
|
|
|
26
|
-
If the repository contains a completed spec set, convert it into the categorized `archive
|
|
26
|
+
If the repository contains a completed spec set, convert it into the categorized `archive` project-doc structure during submission and archive the consumed plan files. Treat `spec.md`, `tasks.md`, and `checklist.md` semantically: unchecked task or decision checkboxes do not automatically mean the work is unfinished when the docs clearly show they were not selected, replaced, deferred, or marked `N/A`.
|
|
27
27
|
|
|
28
28
|
Treat root `CHANGELOG.md` `Unreleased` as the source of pending release notes: add or refresh only the bullets that match the current change, keep unrelated pending bullets, and remove older conflicting bullets when the new implementation supersedes them.
|
|
29
29
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
interface:
|
|
2
2
|
display_name: "Commit and Push"
|
|
3
3
|
short_description: "Submit local changes with commit and push only"
|
|
4
|
-
default_prompt: "Use $commit to inspect the current git state and classify the diff. Treat every conditional gate whose scenario is met as blocking before any commit: if the change set includes code changes, run $review-change-set; if completed specs should be converted or docs need normalization, ensure $archive
|
|
4
|
+
default_prompt: "Use $commit to inspect the current git state and classify the diff. Treat every conditional gate whose scenario is met as blocking before any commit: if the change set includes code changes, run $review-change-set; if completed specs should be converted or docs need normalization, ensure $archive runs through $submission-readiness-check; if changelog synchronization is needed, complete it before continuing. Then run any additional required code-quality skills, hand the repository to $submission-readiness-check so it can synchronize completed plan archives, project docs, AGENTS.md/CLAUDE.md, and CHANGELOG.md before any commit, confirm root CHANGELOG.md Unreleased reflects the actual pending change set, preserve user staging intent, create a concise Conventional Commit, and push to the intended branch without any versioning or release steps."
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
interface:
|
|
2
2
|
display_name: "Merge Changes from Local Branches"
|
|
3
3
|
short_description: "Merge named local branches back into the current branch with checked conflict resolution"
|
|
4
|
-
default_prompt: "Use $merge-changes-from-local-branches to inventory the current branch plus the named local branches that should be merged, inspect active batch-spec `coordination.md` files under `docs/plans/` and follow their documented merge order when present, match the merge scope by branch name instead of branch ancestry, merge only those in-scope branches back into the same current branch, resolve conflicts by reading and composing the correct behavior instead of relying on blanket merge strategies, run targeted verification after conflictful merges, delete successfully merged source branches and detached worktrees only after verification succeeds, then run $commit for submission-readiness and the final local commit on that branch without pushing unless the user explicitly requested remote update in the same thread. Do not invoke $archive
|
|
4
|
+
default_prompt: "Use $merge-changes-from-local-branches to inventory the current branch plus the named local branches that should be merged, inspect active batch-spec `coordination.md` files under `docs/plans/` and follow their documented merge order when present, match the merge scope by branch name instead of branch ancestry, merge only those in-scope branches back into the same current branch, resolve conflicts by reading and composing the correct behavior instead of relying on blanket merge strategies, run targeted verification after conflictful merges, delete successfully merged source branches and detached worktrees only after verification succeeds, then run $commit for submission-readiness and the final local commit on that branch without pushing unless the user explicitly requested remote update in the same thread. Do not invoke $archive from this skill."
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@ A Codex skill for explicit release workflows: code/documentation alignment, vers
|
|
|
9
9
|
1. Inspect the current repository state and the curated `CHANGELOG.md` `Unreleased` content.
|
|
10
10
|
2. Run `review-change-set` as a blocking gate whenever the release includes code changes.
|
|
11
11
|
3. Run additional quality gates for code-affecting changes when their coverage is needed.
|
|
12
|
-
4. Run `archive
|
|
12
|
+
4. Run `archive` before finalizing the release to convert completed spec sets and archive them, or when existing project docs need normalization.
|
|
13
13
|
5. Align project code and categorized project docs.
|
|
14
14
|
6. Resolve version and tag details by reading the current version and existing tag/release state first.
|
|
15
15
|
7. Update version files and cut the release directly from `CHANGELOG.md` `Unreleased`.
|
|
@@ -26,7 +26,7 @@ Use this skill only when the user explicitly asks for:
|
|
|
26
26
|
- tag creation/publishing
|
|
27
27
|
- GitHub release publication
|
|
28
28
|
|
|
29
|
-
If the repository contains a completed spec set, convert it into the categorized `archive
|
|
29
|
+
If the repository contains a completed spec set, convert it into the categorized `archive` project-doc structure before finalizing the release and archive the consumed plan files. Treat `spec.md`, `tasks.md`, and `checklist.md` semantically: unchecked task or decision checkboxes do not automatically mean the work is unfinished when the docs clearly show they were not selected, replaced, deferred, or marked `N/A`.
|
|
30
30
|
|
|
31
31
|
Do not rebuild release notes from `git diff`. Publish from the already curated root `CHANGELOG.md` `Unreleased` content by moving it into the target version entry and clearing `Unreleased` afterward.
|
|
32
32
|
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
interface:
|
|
2
|
-
display_name: "archive-specs"
|
|
3
|
-
short_description: "Convert completed specs into standardized project docs and archive the consumed plans"
|
|
4
|
-
default_prompt: "Use $archive-specs to inventory the project's spec.md/tasks.md/checklist.md/contract.md/design.md files plus any batch-level coordination.md, reconcile them with the current repository, use coordination.md to understand shared preparation and legacy-replacement direction across parallel plan sets, delegate documentation generation to docs-project which produces standardized docs under docs/features/ (BDD user-facing features), docs/architecture/ (macro-level design principles), and docs/principles/ (code conventions and constraints), then delegate AGENTS.md/CLAUDE.md refresh to maintain-project-constraints which writes business goals, common commands, and the project documentation index. Archive the consumed source plans after successful conversion, deleting them only when the repository clearly does not need historical retention and keeping coordination.md active while any spec set still depends on it."
|
|
File without changes
|
|
File without changes
|