First Publish - Snapshot of the current state of the code, including companion shell scripts #1
Merged
Merged
Conversation
…and-publish workflow for release artifacts - publish-site.yml: set working-directory to augur-cli/, removed unnecessary --manifest-path, fixed artifact upload path - build-and-publish.yml: new workflow that builds the binary, packages .github/ runtime assets, and publishes numbered GitHub Releases consumable by online-installer.sh
- Add the complete augur-cli/ workspace (Rust project with all crates, docs, configs, and runtime .github/ assets) - Update online-installer.sh with dependency checks including gh (GitHub CLI)
Updates to documentation across all augur-cli provider docs, core docs, domain docs, structure, and routing. Changelog: changelogs/06-21-2026-0249-first-publish-docs.md
…l, drop standalone YAML files - Deleted program_settings.yml and user-settings.yaml; config now lives in ~/.augur-cli/config/application.yaml with hardcoded fallbacks - Updated INSTALL.md and config.docs.md to reflect new config path and add GitHub Copilot CLI prerequisite instructions - Updated README.md with Quick-Installation, Configuration, and OS Warning sections; reorganized feature lists into upcoming/future categories - Updated rules.md: removed copilot-incoming branch references, added no-push rule - Updated directories.md: removed references to deleted YAML files - install.sh: BSD/GNU sed compatibility fix and portable date -u for timestamps - online-installer.sh: removed macOS/ARM support (Linux-only), URL updated to main branch, simplified dependency messages
271fc15 to
12ef8fb
Compare
…5.1.0, and .gitignore updates - Replace all em dash (-- or ---) characters in markdown and code comments with regular hyphen (-) for consistency - Bump crate versions: augur-app 4.1.0->5.1.0, augur-core 4.0.0->5.1.0, augur-domain 4.1.0->5.1.0, provider crates likewise - Add .gitignore comments about secrets and state files - Add copilot-instructions rule: never mention GitHub Copilot in commit messages or code comments - Refine docs (INSTALL.md) and code comments (write_section.rs, child_process.rs) - Update binary: topology-extractor tool - Regenerate Cargo.lock - Add changelog entry
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Initial code snapshot
This PR introduces the code base, documentation and bash scripts for usability.
The local workflow is that I publish to this repository from a separate private repository where I do local testing, have in-progress feature branches, plan files, additional helper scripts, private repo information, and other things that aren't quite ready for public publishing.
This snapshot should be a working state of the application, with some minor bugs, but the core usability including the agentic workflows, background agents, separate repository session tracking, and other features are working.
Additionally this repo includes workflow files so we can build the public website for github pages, and workflows to create the public binaries for installation. The /.github directory contains the agent and skill instruction files needed for the CLI functionality.