chore: release prep — repo move, docs, coderabbit#81
Conversation
Replace ${JIRA_URL} with empty value — both read from host env,
but the empty form is cleaner. The ${VAR} syntax is still supported
for composition (e.g., JIRA_URL: https://${DOMAIN}).
Updated README to clarify harness usage and OpenShell description.
Show the actual default config with all four providers and payloads. Multi-doc example uses base_agent, repo, inline CLAUDE.md, and L7 policy with git clone/push rules. Note harness apply -o yaml for the full resolved output.
Update go.mod module path, all import statements, README download URL, and release docs to reflect the new repo location under stackrox.
|
Caution Review failedPull request was closed or merged during review No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (2)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughRenames the Go module from ChangesGo module rename to stackrox
Atlassian env var format: empty-value passthrough
CodeRabbit config and README refresh
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Add architecture context, file-specific review instructions for SPEC.md, AGENTS.md, agent configs, provider profiles, gateway profiles, sandbox image files, and CI workflows. Enable knowledge base with auto-scoped learnings.
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@README.md`:
- Line 49: In the README.md documentation, locate the text describing the
provider functionality where it mentions "attach a `github` provider so the
agent can push directly via the scoped proxy token". Replace the lowercase
`github` with the properly capitalized `GitHub` to match official product naming
conventions and maintain consistent professional documentation standards.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Enterprise
Run ID: 74f06cab-7409-4aaa-a761-2b245b46c25a
📒 Files selected for processing (36)
.coderabbit.yamlREADME.mdSPEC.mdcmd/apply.gocmd/delete.gocmd/deploy.gocmd/deploy_test.gocmd/describe.gocmd/doctor.gocmd/doctor_test.gocmd/executor.gocmd/executor_test.gocmd/get.gocmd/helpers_test.gocmd/init_cmd.gocmd/init_cmd_test.gocmd/providers.gocmd/providers_test.gocmd/resolve.gocmd/sandbox.gocmd/status_cmd.gocmd/status_cmd_test.gocmd/teardown.gocmd/teardown_test.godocs/release-plan.mdgo.modinternal/gateway/cli.gointernal/k8s/kubectl.gomain.goprofiles/README.mdprofiles/agent-default.yamlprofiles/agent-ocp.yamlprofiles/agent-opencode.yamltest/configs/agent-all-providers.yamltest/configs/agent-atlassian.yamltest/configs/agent-multi-provider.yaml
Summary
Release prep for the move to stackrox/harness-openshell.
github.com/robbycochran/harness-openshell→github.com/stackrox/harness-openshell(go.mod, all imports, README, release docs)${JIRA_URL}to empty-value shorthand across all configsopenshell termfor policy management, future work section, typo fixesTest plan
make test— 5/5 packages pass (new module path)make test-suite— 23/23 passgo build ./...— compiles cleanSummary by CodeRabbit
Documentation
Configuration
${...}interpolation, using empty/pass-through values that are sourced from the host environment instead.Chores