Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
c75bb65
review about - intro
ntt-matthias-fleschuetz Jan 30, 2026
65dc2ec
removing architecture
ntt-matthias-fleschuetz Jan 30, 2026
44d0a68
revisit security to extensibility
ntt-matthias-fleschuetz Jan 30, 2026
e21af45
remove related
ntt-matthias-fleschuetz Jan 30, 2026
e9b23de
shorten intro use idle
ntt-matthias-fleschuetz Jan 30, 2026
4090c31
adding testing requirements
ntt-matthias-fleschuetz Jan 30, 2026
d4bac8f
updating installation
ntt-matthias-fleschuetz Jan 30, 2026
e825ce6
move examples from "live" to "templates2
ntt-matthias-fleschuetz Jan 30, 2026
4c9d733
fixed providers link
ntt-matthias-fleschuetz Jan 30, 2026
3e1e94b
rewrote quickstart
ntt-matthias-fleschuetz Jan 30, 2026
106cdc6
removed configuration page
ntt-matthias-fleschuetz Jan 30, 2026
040eed8
reworking steps into use workflows and extend to remove use step page
ntt-matthias-fleschuetz Jan 30, 2026
8a4a8e9
adding responsibility separation to about
ntt-matthias-fleschuetz Jan 30, 2026
a423afc
revisit use providers
ntt-matthias-fleschuetz Jan 30, 2026
7c2e817
revisit plan export use docu
ntt-matthias-fleschuetz Jan 30, 2026
2bf7071
Merge branch 'main' into website
blindzero Jan 30, 2026
c39b9c4
fixed link in concepts to workflows (was steps)
ntt-matthias-fleschuetz Jan 30, 2026
d034aa2
wrong double escapes
ntt-matthias-fleschuetz Jan 30, 2026
3200c75
Merge branch 'website' of https://github.com/blindzero/IdentityLifecy…
ntt-matthias-fleschuetz Jan 30, 2026
32363c4
removed "live" examples
ntt-matthias-fleschuetz Jan 30, 2026
e861410
remove "Live" workflows fully
ntt-matthias-fleschuetz Jan 30, 2026
a017649
fixed typo templateS
ntt-matthias-fleschuetz Jan 30, 2026
f3b57ab
fixed typo templateS
ntt-matthias-fleschuetz Jan 30, 2026
99faddd
Merge branch 'website' of https://github.com/blindzero/IdentityLifecy…
ntt-matthias-fleschuetz Jan 30, 2026
63b5806
fixed typo
blindzero Jan 30, 2026
6ab6e8c
fixed typo
blindzero Jan 30, 2026
e7245ea
grammar and typos
ntt-matthias-fleschuetz Jan 30, 2026
0356f8c
Merge branch 'website' of https://github.com/blindzero/IdentityLifecy…
ntt-matthias-fleschuetz Jan 30, 2026
1d527a9
Merge branch 'website' of https://github.com/blindzero/IdentityLifecy…
ntt-matthias-fleschuetz Jan 30, 2026
c518316
Merge branch 'website' of https://github.com/blindzero/IdentityLifecy…
ntt-matthias-fleschuetz Jan 30, 2026
b10b494
improve wording
blindzero Jan 30, 2026
001d1b2
Merge branch 'main' into website
blindzero Jan 30, 2026
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
5 changes: 3 additions & 2 deletions .github/copilot-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ Use these instructions when suggesting or generating changes in this repo (chat,
- Agent operating manual: `AGENTS.md`
- Coding and documentation rules: `STYLEGUIDE.md`
- Contributor workflow + Definition of Done: `CONTRIBUTING.md`
- Architecture: `docs/advanced/architecture.md`
- Security + trust boundaries: `docs/advanced/security.md`
- Concepts: `docs/about/concepts.md`
- Security + trust boundaries: `docs/about/security.md`
- Extensibility: `docs/extend/extensibility.md`
Comment thread
ntt-matthias-fleschuetz marked this conversation as resolved.

If anything in this file conflicts with those, the more specific document wins.

Expand Down
10 changes: 5 additions & 5 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ Authoritative docs:

- `README.md` (high-level)
- `docs/index.md` (documentation entry point)
- `docs/advanced/architecture.md` (architecture decisions)
- `docs/advanced/security.md` (trust boundaries)
- `docs/advanced/provider-capabilities.md` (Capability rules)
- `docs/reference/providers-and-contracts.md` (Provider contracts)
Expand Down Expand Up @@ -161,8 +160,8 @@ Before proposing or finalizing a PR, ensure:
- [ ] Public APIs have comment-based help
- [ ] Docs updated where needed (`README.md`, `docs/`, `examples/`)
- [ ] Generated docs regenerated if required (`docs/reference/*`)
- [ ] No architecture rules violated (`docs/advanced/architecture.md`)
- [ ] No security boundary regressions (`docs/advanced/security.md`)
- [ ] No concept or extensibility rules violated (`docs/about/concepts.md`, `docs/extend/extensibility.md`)
- [ ] No security boundary regressions (`docs/about/security.md`)

---

Expand All @@ -171,8 +170,9 @@ Before proposing or finalizing a PR, ensure:
- General, cross-cutting agent rules → `AGENTS.md` (repo root)
- Code style details → `STYLEGUIDE.md`
- Contributor workflow and DoD → `CONTRIBUTING.md`
- Architecture decisions → `docs/advanced/architecture.md`
- Security boundaries → `docs/advanced/security.md`
- Concept decisions → `docs/about/concepts.md`
- Extensibility decisions → `docs/extend/extensibility.md`
- Security boundaries → `docs/about/security.md`

---

Expand Down
9 changes: 6 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ A contribution is complete when:

- all tests pass (`pwsh -NoProfile -File ./tools/Invoke-IdlePesterTests.ps1`)
- static analysis passes (`pwsh -NoProfile -File ./tools/Invoke-IdleScriptAnalyzer.ps1`)
- no architecture rules are violated (see `docs/advanced/architecture.md`)
- no concept rules are violated (see `docs/about/concepts.md`)
- no security or trust boundaries are violated (see `docs/about/security.md`)
- public APIs are documented (comment-based help for exported functions)
- documentation is updated where required:
- README.md (only high-level overview + pointers)
Expand Down Expand Up @@ -300,12 +301,14 @@ Repository maintainers should configure branch protection so that required statu
Keep docs short and linkable:

- README.md: landing page (what/why + 30s quickstart + links)
- docs/: architecture, usage, examples (small focused pages)
- docs/: concepts, usage, examples (small focused pages)
- examples/: runnable scripts and workflow samples

Key links:

- Architecture: `docs/about/architecture.md`
- Concepts: `docs/about/concepts.md`
- Security: `docs/about/security.md`
- Extensibility: `docs/extend/extensibility.md`
- Examples: `examples/README.md`
- Coding & in-code documentation rules: `STYLEGUIDE.md`

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ IdLE aims to be:
- **configuration-driven** (workflows as data)
- **extensible** (add custom steps and providers)

For a complete overview of concepts and architecture, see **[About > Concepts](docs/about/concepts.md)**.
For a complete overview of concepts, see **[About > Concepts](docs/about/concepts.md)**.

---

Expand Down
181 changes: 0 additions & 181 deletions docs/about/architecture.md

This file was deleted.

Loading
Loading