codeforerunner 0.4.8__tar.gz → 0.4.9__tar.gz
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.
- {codeforerunner-0.4.8/src/codeforerunner.egg-info → codeforerunner-0.4.9}/PKG-INFO +3 -3
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/README.md +2 -2
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/pyproject.toml +1 -1
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/src/codeforerunner/prompts/tasks/refresh.md +1 -1
- {codeforerunner-0.4.8 → codeforerunner-0.4.9/src/codeforerunner.egg-info}/PKG-INFO +3 -3
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/LICENSE.md +0 -0
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/setup.cfg +0 -0
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/src/codeforerunner/__init__.py +0 -0
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/src/codeforerunner/bundle.py +0 -0
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/src/codeforerunner/check.py +0 -0
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/src/codeforerunner/cli.py +0 -0
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/src/codeforerunner/config.py +0 -0
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/src/codeforerunner/distribution.py +0 -0
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/src/codeforerunner/doctor.py +0 -0
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/src/codeforerunner/installer.py +0 -0
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/src/codeforerunner/mcp_server.py +0 -0
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/src/codeforerunner/prompt_session.py +0 -0
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/src/codeforerunner/prompts/partials/context-format.md +0 -0
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/src/codeforerunner/prompts/partials/output-rules.md +0 -0
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/src/codeforerunner/prompts/partials/stack-hints.md +0 -0
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/src/codeforerunner/prompts/system/base.md +0 -0
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/src/codeforerunner/prompts/tasks/api-docs.md +0 -0
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/src/codeforerunner/prompts/tasks/arch-review.md +0 -0
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/src/codeforerunner/prompts/tasks/audit.md +0 -0
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/src/codeforerunner/prompts/tasks/changelog.md +0 -0
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/src/codeforerunner/prompts/tasks/check.md +0 -0
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/src/codeforerunner/prompts/tasks/diagrams.md +0 -0
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/src/codeforerunner/prompts/tasks/flows.md +0 -0
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/src/codeforerunner/prompts/tasks/gaps.md +0 -0
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/src/codeforerunner/prompts/tasks/init-agent-onboarding.md +0 -0
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/src/codeforerunner/prompts/tasks/readme.md +0 -0
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/src/codeforerunner/prompts/tasks/review.md +0 -0
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/src/codeforerunner/prompts/tasks/scan.md +0 -0
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/src/codeforerunner/prompts/tasks/stack-docs.md +0 -0
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/src/codeforerunner/prompts/tasks/version-audit.md +0 -0
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/src/codeforerunner/release_surfaces.json +0 -0
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/src/codeforerunner/release_surfaces.py +0 -0
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/src/codeforerunner/skill_parity.py +0 -0
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/src/codeforerunner/tasks.json +0 -0
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/src/codeforerunner/tasks.py +0 -0
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/src/codeforerunner.egg-info/SOURCES.txt +0 -0
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/src/codeforerunner.egg-info/dependency_links.txt +0 -0
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/src/codeforerunner.egg-info/entry_points.txt +0 -0
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/src/codeforerunner.egg-info/requires.txt +0 -0
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/src/codeforerunner.egg-info/top_level.txt +0 -0
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/tests/test_bundle.py +0 -0
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/tests/test_check.py +0 -0
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/tests/test_check_config_integration.py +0 -0
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/tests/test_check_versions.py +0 -0
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/tests/test_cli.py +0 -0
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/tests/test_config.py +0 -0
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/tests/test_distribution.py +0 -0
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/tests/test_doctor.py +0 -0
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/tests/test_examples.py +0 -0
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/tests/test_hooks_manifest.py +0 -0
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/tests/test_inspect_npm_package.py +0 -0
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/tests/test_installer.py +0 -0
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/tests/test_mcp_server.py +0 -0
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/tests/test_package_metadata.py +0 -0
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/tests/test_prompt_session.py +0 -0
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/tests/test_release_surfaces.py +0 -0
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/tests/test_skill_parity.py +0 -0
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/tests/test_tasks.py +0 -0
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/tests/test_validate_codex_marketplace.py +0 -0
- {codeforerunner-0.4.8 → codeforerunner-0.4.9}/tests/test_workflows_yaml.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: codeforerunner
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.9
|
|
4
4
|
Summary: Model-agnostic repository documentation tooling (prompt-first; thin CLI).
|
|
5
5
|
Author: Derek Palmer
|
|
6
6
|
License-Expression: LicenseRef-Codeforerunner-SAL-0.1
|
|
@@ -29,7 +29,7 @@ Dynamic: license-file
|
|
|
29
29
|
|
|
30
30
|
# codeForerunner
|
|
31
31
|
|
|
32
|
-
[](https://socket.dev/npm/package/codeforerunner)
|
|
33
33
|
|
|
34
34
|
Model-agnostic repository documentation tooling. Ships a prompt pack for codebase analysis and doc generation, a thin Python CLI, an MCP server, drift-detection rules that keep docs honest — and native slash-command skills for Claude Code, Codex, Gemini CLI, and other agent CLIs.
|
|
35
35
|
|
|
@@ -149,7 +149,7 @@ jobs:
|
|
|
149
149
|
runs-on: ubuntu-latest
|
|
150
150
|
steps:
|
|
151
151
|
- uses: actions/checkout@v6.0.2
|
|
152
|
-
- uses: derek-palmer/codeforerunner@v0.4.
|
|
152
|
+
- uses: derek-palmer/codeforerunner@v0.4.9
|
|
153
153
|
with:
|
|
154
154
|
fail-on-drift: "true" # set "false" to warn-only
|
|
155
155
|
```
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# codeForerunner
|
|
4
4
|
|
|
5
|
-
[](https://socket.dev/npm/package/codeforerunner)
|
|
6
6
|
|
|
7
7
|
Model-agnostic repository documentation tooling. Ships a prompt pack for codebase analysis and doc generation, a thin Python CLI, an MCP server, drift-detection rules that keep docs honest — and native slash-command skills for Claude Code, Codex, Gemini CLI, and other agent CLIs.
|
|
8
8
|
|
|
@@ -122,7 +122,7 @@ jobs:
|
|
|
122
122
|
runs-on: ubuntu-latest
|
|
123
123
|
steps:
|
|
124
124
|
- uses: actions/checkout@v6.0.2
|
|
125
|
-
- uses: derek-palmer/codeforerunner@v0.4.
|
|
125
|
+
- uses: derek-palmer/codeforerunner@v0.4.9
|
|
126
126
|
with:
|
|
127
127
|
fail-on-drift: "true" # set "false" to warn-only
|
|
128
128
|
```
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Runs a full documentation refresh cycle: scan, check staleness, then generate or update every stale or missing doc in one pass.
|
|
4
4
|
|
|
5
|
-
This prompt is the batch form (all bundles concatenated). When running via the `/forerunner-refresh` skill, the agent calls `forerunner doc <task>` for each step individually so it can process each result before moving to the next.
|
|
5
|
+
This prompt is the batch form (all bundles concatenated). When running via the `/forerunner-refresh` skill, the agent calls `forerunner doc <task>` for each step individually so it can process each result before moving to the next, and applies the Refresh Gate — asking the user which stale or missing docs to regenerate — between check and generate. The batch form has no gate.
|
|
6
6
|
|
|
7
7
|
## Steps (execute in order)
|
|
8
8
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: codeforerunner
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.9
|
|
4
4
|
Summary: Model-agnostic repository documentation tooling (prompt-first; thin CLI).
|
|
5
5
|
Author: Derek Palmer
|
|
6
6
|
License-Expression: LicenseRef-Codeforerunner-SAL-0.1
|
|
@@ -29,7 +29,7 @@ Dynamic: license-file
|
|
|
29
29
|
|
|
30
30
|
# codeForerunner
|
|
31
31
|
|
|
32
|
-
[](https://socket.dev/npm/package/codeforerunner)
|
|
33
33
|
|
|
34
34
|
Model-agnostic repository documentation tooling. Ships a prompt pack for codebase analysis and doc generation, a thin Python CLI, an MCP server, drift-detection rules that keep docs honest — and native slash-command skills for Claude Code, Codex, Gemini CLI, and other agent CLIs.
|
|
35
35
|
|
|
@@ -149,7 +149,7 @@ jobs:
|
|
|
149
149
|
runs-on: ubuntu-latest
|
|
150
150
|
steps:
|
|
151
151
|
- uses: actions/checkout@v6.0.2
|
|
152
|
-
- uses: derek-palmer/codeforerunner@v0.4.
|
|
152
|
+
- uses: derek-palmer/codeforerunner@v0.4.9
|
|
153
153
|
with:
|
|
154
154
|
fail-on-drift: "true" # set "false" to warn-only
|
|
155
155
|
```
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codeforerunner-0.4.8 → codeforerunner-0.4.9}/src/codeforerunner/prompts/partials/context-format.md
RENAMED
|
File without changes
|
{codeforerunner-0.4.8 → codeforerunner-0.4.9}/src/codeforerunner/prompts/partials/output-rules.md
RENAMED
|
File without changes
|
{codeforerunner-0.4.8 → codeforerunner-0.4.9}/src/codeforerunner/prompts/partials/stack-hints.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codeforerunner-0.4.8 → codeforerunner-0.4.9}/src/codeforerunner/prompts/tasks/arch-review.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codeforerunner-0.4.8 → codeforerunner-0.4.9}/src/codeforerunner/prompts/tasks/stack-docs.md
RENAMED
|
File without changes
|
{codeforerunner-0.4.8 → codeforerunner-0.4.9}/src/codeforerunner/prompts/tasks/version-audit.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codeforerunner-0.4.8 → codeforerunner-0.4.9}/src/codeforerunner.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|