Skip to content

First Publish - Snapshot of the current state of the code, including companion shell scripts #1

Merged
Kenneth-Posey merged 5 commits into
mainfrom
first-publish
Jun 22, 2026
Merged

First Publish - Snapshot of the current state of the code, including companion shell scripts #1
Kenneth-Posey merged 5 commits into
mainfrom
first-publish

Conversation

@Kenneth-Posey

@Kenneth-Posey Kenneth-Posey commented Jun 21, 2026

Copy link
Copy Markdown
Owner

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.

…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
…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
@Kenneth-Posey Kenneth-Posey merged commit 6bf0740 into main Jun 22, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant