Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@ bin/
/stackdome
/stackfile.yaml
/docs/superpowers/
/docs/agents/
/.agents/specs/
/.agents/plans/
HANDOVER.md
.vscode/
7 changes: 7 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Repository Instructions

## Agent-generated planning artifacts

- Do not commit Superpowers-generated or agent-generated specifications and implementation plans.
- Keep those artifacts untracked under ignored locations such as `docs/superpowers/`, `docs/agents/`, `.agents/specs/`, or `.agents/plans/`.
- Before committing or updating a pull request, remove any such artifacts that were accidentally staged or tracked.
6 changes: 0 additions & 6 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,3 @@ $env:STACKDOME_VERSION = 'v0.0.1-alpha'
$env:STACKDOME_INSTALL_DIR = "$env:LOCALAPPDATA\Programs\Stackdome\bin"
irm https://raw.githubusercontent.com/Stackdome/stackdome-cli/main/install.ps1 | iex
```

## Branded URLs

A branded CLI installation URL can proxy `install.sh` and `install.ps1` from
this repository. The self-hosted Stackdome installer remains a separate
artifact owned by the Hub repository and should not point at these CLI scripts.
130 changes: 0 additions & 130 deletions install_release_contract_test.go

This file was deleted.

141 changes: 0 additions & 141 deletions install_windows_contract_test.go

This file was deleted.

44 changes: 0 additions & 44 deletions sa.yaml

This file was deleted.

Loading
Loading